Loading Tool

Explorer IconExplorer

Memory Pool

77,124 transactions
30.45 vMB
0.11002869 BTC
Random Selection Loading Transactions
Max Size: 181.39/200 MB

Candidate Block

Mining Attempt c5a556f9d7fa42db490034444a1139af969fb693d6a21a23bf43169f2fbdd1b1
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 35823370b7204776d65deda9016f9a13641b633bef38c829d65cdc76be7c7c71
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,452
Size: 1.00 vMB
Total Fees: 0.02920975 BTC
Feerates: 100.00 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (57,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,950 857,950 0000000000000000000268f0db120eef12896fada8af94f4266d9d652751c3f2 7,363 1.00/1.00 vMB 11
857,949 857,949 0000000000000000000055316a7653ef1db272be58620e8132ebbfccb77614cd 6,557 1.00/1.00 vMB 22
857,948 857,948 00000000000000000002c6148deb0fd0c80b8141f9ba8a9624f07caad2adfb0c 7,473 1.00/1.00 vMB 10
857,947 857,947 0000000000000000000272d442bce7367db064b8eba802ddd17c32fbe59e9cd2 7,040 1.00/1.00 vMB 21
857,946 857,946 00000000000000000001e0d048d803178602e687409e2d3bb924aa5d595aeeef 6,998 1.00/1.00 vMB 21
857,945 857,945 00000000000000000001bc23efeec7e89efbe9d2592250bac7dc670333f775ed 4,217 1.00/1.00 vMB 20
857,944 857,944 000000000000000000001643bc32404d03fb52bfacc86d5d489b58d3b7b93446 3,727 1.00/1.00 vMB 90
857,943 857,943 000000000000000000000852b444c5bb3bcc5529f3f9268dd11f1fd4b823ee8a 5,545 1.00/1.00 vMB 37
857,942 857,942 0000000000000000000006ced4ebf5540cb0c86d9ee3d74b01343e9d9b7f9256 7,331 1.00/1.00 vMB 8
857,941 857,941 000000000000000000023de7eb29569e678c6fb266822000d1b183a58e4a5645 4,073 1.00/1.00 vMB 16
857,940 857,940 000000000000000000019fdbb8805718e09bb37c615ce661c72fe99e105cae56 3,495 1.00/1.00 vMB 94
857,939 857,939 0000000000000000000315e1daca1ba741bd70ed65c7d06618bcbf53528d7bb9 5,963 1.00/1.00 vMB 35
857,938 857,938 000000000000000000016d9dc52a355444b554456e2ee3322a959f5a718b68b8 4,084 1.00/1.00 vMB 33
857,937 857,937 000000000000000000009ee0bbc0a7d33bd510fbfda542cfb06e43068e41bb05 2,252 1.00/1.00 vMB 88
857,936 857,936 00000000000000000000d3fb8d5220725c53debf06a52f7b7c7134f73f1ceee4 6,771 1.00/1.00 vMB 24
857,935 857,935 0000000000000000000250e425d81aedef67016e18661900a2fbe842ed2b787a 7,599 1.00/1.00 vMB 6
857,934 857,934 000000000000000000021c8667e4b4b875ffa6e68f195c2d8770d966c3191cd6 4,714 1.00/1.00 vMB 54
857,933 857,933 000000000000000000006a2065df62cb07c58c95504d22f545de2c12b7be5054 4,935 1.00/1.00 vMB 8
857,932 857,932 000000000000000000026be5033005b05aedfa1f7bf68a9aabd2cb3ea695401c 6,219 1.00/1.00 vMB 25
857,931 857,931 0000000000000000000282e008779e79cc329cae662359e3d9617a836b945e2e 5,174 1.00/1.00 vMB 20
857,930 857,930 000000000000000000022f6b9faa80a2757573593e8a9430afd66e5e25087c00 3,579 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.17 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: 749.56 GB
    • Received: 18.82 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.