Loading Tool

Explorer IconExplorer

Memory Pool

79,404 transactions
30.17 vMB
0.07535369 BTC
Random Selection Loading Transactions
Max Size: 184.01/200 MB

Candidate Block

Mining Attempt d53e567b62bbed23f3bcdb7cb6e5f044fbae2e7a13d003188bd4434029c6ec70
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 6aa834f67fc403b5e1f75b4965221d43f9f7a02b1c412493852cee5ed6639606
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,626
Size: 1.00 vMB
Total Fees: 0.00812448 BTC
Feerates: 30.00 > 0.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (112,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,081 803,081 00000000000000000004a84b9f715387cbffa48b8d8f0b8aecc50833c0fb108a 3,379 1.00/1.00 vMB 14
803,080 803,080 00000000000000000004f839894a8084dffcb00a03ab9263882186f98b60e105 2,870 1.00/1.00 vMB 13
803,079 803,079 0000000000000000000275b4905f6008a2c8acf5bbec5423a9e61f0df612704e 5,334 1.00/1.00 vMB 7
803,078 803,078 0000000000000000000268f14b71055fcc3c4fb6b941038aaf118d8195aa158e 3,847 1.00/1.00 vMB 10
803,077 803,077 00000000000000000004e34b8e400fc4ef25312e555503e47fff51368db4e932 1,754 1.00/1.00 vMB 10
803,076 803,076 000000000000000000052077c27452cdb3d5452933ca1ffc5f33c3e59949c601 4,189 1.00/1.00 vMB 8
803,075 803,075 000000000000000000015543aaadec880624f4f4df4a66ddd69d5f193f38963b 6,627 1.00/1.00 vMB 6
803,074 803,074 00000000000000000003742fab0f2f483d1b4bb160cc6ee184af6e30babb548f 2,741 1.00/1.00 vMB 8
803,073 803,073 00000000000000000003537566bdd649754163fd6ed1e5ad0428aef82cb9ca03 1,170 1.00/1.00 vMB 9
803,072 803,072 000000000000000000038db8681dcca6e2fbcd82c420ef595740dbbf93039d10 2,146 1.00/1.00 vMB 10
803,071 803,071 00000000000000000002f1a1f4cd5dacb70aafefc8a4b05f3d142c5cc5de0381 6,519 1.00/1.00 vMB 7
803,070 803,070 000000000000000000026ee118e98c86c08a7b16a4824e2f1adb4c9e38ddc071 6,238 1.00/1.00 vMB 7
803,069 803,069 000000000000000000022daf8847ab7a22085439bf0c360c35fbd66d9193adc8 1,853 1.00/1.00 vMB 9
803,068 803,068 000000000000000000045fa09fcc3c8af01600234d0ac865cf7201eceafb6aab 2,622 1.00/1.00 vMB 11
803,067 803,067 00000000000000000001d2d4b17d40314bef8875eacacba3b88987592776ba5b 1,674 1.00/1.00 vMB 11
803,066 803,066 00000000000000000003596818742bfa9e08d93270ae2a78b3b6e0b740ee62e7 7,146 1.00/1.00 vMB 6
803,065 803,065 000000000000000000032994e93f112aaaeb75c0cbd61fa2922b4d6bba408c8d 5,046 1.00/1.00 vMB 7
803,064 803,064 00000000000000000005294f624b7f48666093650ff0c45852b08e040487eddc 5,913 1.00/1.00 vMB 6
803,063 803,063 0000000000000000000225bbcce0fbeb7fbce7a2eea692c7f809fc773fedf783 3,967 1.00/1.00 vMB 6
803,062 803,062 0000000000000000000038654db2e84c605cba4d49cf50488e04b7907bdb9e9a 2,456 1.00/1.00 vMB 12
803,061 803,061 00000000000000000004f0d5139f9d39ae2d8ff53df802db960f222fe76bbe52 2,140 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 783.06 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: 720.63 GB
    • Received: 18.22 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.