Loading Tool

Explorer IconExplorer

Memory Pool

86,533 transactions
31.81 vMB
0.12825970 BTC
Random Selection Loading Transactions
Max Size: 191.98/200 MB

Candidate Block

Mining Attempt 34dc8b299fb0cb9451c6b355c541e595c42a824d7db01c1aba3beec34e8f7b57
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 3b6d86711b956dd099afd0007adb1992be85d6b834e1b455b181d808ad9d213a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,078
Size: 1.00 vMB
Total Fees: 0.04565476 BTC
Feerates: 911.92 > 4.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (331,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,064 583,064 00000000000000000000cfba103eba355303b7d02892c273ec8818d593dca66a 2,846 1.00/1.00 vMB 140
583,063 583,063 00000000000000000005b6d8e2d73d270304967264cbe3142a9b8f2ec6b209a3 2,298 1.00/1.00 vMB 24
583,062 583,062 00000000000000000006354db557e430733c9c0badfd9b74b0eb2264f7b6d4e8 3,045 1.00/1.00 vMB 53
583,061 583,061 0000000000000000001e52d384d0532ad1f5050fee1ba6a7bacfa521e1d90f3b 3,090 1.00/1.00 vMB 106
583,060 583,060 0000000000000000000c5edf15892c5125379ee547525ae309ab252cd6c3d70b 2,759 1.00/1.00 vMB 125
583,059 583,059 00000000000000000002a0a6cdbfa27f86eb1d56d8e6c1821c406525ec91a024 2,974 1.00/1.00 vMB 45
583,058 583,058 00000000000000000020616da3779e0ffc17f0ba6fbdc892fba55d5c42edb3d1 2,561 1.00/1.00 vMB 35
583,057 583,057 0000000000000000000ed4b19d8c1662f5ce1b86cd086a83405ee32df3bc6643 1,453 1.00/1.00 vMB 12
583,056 583,056 0000000000000000001499076819ec4364d4e67f340e026f2e82803453dea1bd 352 1.00/1.00 vMB 15
583,055 583,055 000000000000000000236c5e05388cc247c5451410c7e37b2ae8f5af3b777e93 1,621 1.00/1.00 vMB 49
583,054 583,054 00000000000000000017585c9b58c9ca41edfc333da731ae9f50a859b4147665 2,703 1.00/1.00 vMB 51
583,053 583,053 00000000000000000006f59b77e623e440ad2f3d2f59adefac048c9ccc40e21f 3,250 1.00/1.00 vMB 132
583,052 583,052 0000000000000000001b7316f1b717cf645fef26149cea1b77af456196f93fde 2,690 1.00/1.00 vMB 90
583,051 583,051 0000000000000000000408bd678b5a8f4dcd277fa9eed65c6bbff2b0a9f0651f 3,065 1.00/1.00 vMB 51
583,050 583,050 00000000000000000011abb07d1d8be1426e1b937ca523bc17269aca99cf9624 2,173 1.00/1.00 vMB 153
583,049 583,049 0000000000000000000ae96135138644117a4f61e498b1f149d0c9e4807d3e11 2,161 1.00/1.00 vMB 102
583,048 583,048 0000000000000000001488174226bf5a878cbd6e5fe2a23e23adfe9979a5c650 3,022 1.00/1.00 vMB 109
583,047 583,047 00000000000000000018b2d0312a2be7417372b8952fb58de0b47e660fcae412 2,880 1.00/1.00 vMB 164
583,046 583,046 0000000000000000000c78d907f94b413a2f591d69aa62d7ae10d56c673ba992 3,150 1.00/1.00 vMB 101
583,045 583,045 0000000000000000001b30e2168a53e7bccf52318b7560b4b723fd5fa79d4cd1 2,175 0.92/1.00 vMB 29
583,044 583,044 00000000000000000004543ac17cf37493b53f7a0f19400c7274fce240d08c82 2,509 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.92 GB
    • Received: 14.78 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.