Loading Tool

Explorer IconExplorer

Memory Pool

85,236 transactions
32.99 vMB
0.15765776 BTC
Random Selection Loading Transactions
Max Size: 196.42/200 MB

Candidate Block

Mining Attempt 61b633e111d950d9bf5e91ab8a5fb38fcdde93b27437a2f659747cb02ebfdc30
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root a035bb1c57533b63329fad3a1ced12422d821233f404d1e7a6078af1ba9d0d4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.04887394 BTC
Feerates: 318.30 > 4.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (467,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,116 448,116 000000000000000001118b4901e69967838cefdf791ceb0ed0c644b301be7f0b 1,852 1.00/1.00 vMB 78
448,115 448,115 00000000000000000184d8edb0d8634e9b7652694f3ef1d8b6894e9316b112c6 1,024 0.42/1.00 vMB 87
448,114 448,114 00000000000000000270d7f0f6738242639f088be31f9e9820f7df794f53803d 1,054 0.52/1.00 vMB 78
448,113 448,113 000000000000000000393cd4fb0b0467cb53f8279e9ffd536129621f84c502d9 1,345 0.74/1.00 vMB 59
448,112 448,112 0000000000000000013af679a9e6b627cb4a43db1b25cdd0d97e673e6758992b 2,779 1.00/1.00 vMB 93
448,111 448,111 0000000000000000027c93bbfc279a378f8efa77f896670a8357cb9f7e0dc702 1,551 0.63/1.00 vMB 78
448,110 448,110 000000000000000000b9dc3db86e0af0390328906894089053468129d269b7c4 2,458 0.98/1.00 vMB 83
448,109 448,109 000000000000000001af16ea1b00fecc7440cb2646879752bf4fbaa6f277eebd 1,930 0.75/1.00 vMB 82
448,108 448,108 000000000000000001cbde495a5361bd2530f695e850c2497b7ec72b88874a5d 77 0.03/1.00 vMB 79
448,107 448,107 000000000000000001b10390f6003fd9d998a6fb9f49996ed477a583237e6efe 843 0.36/1.00 vMB 82
448,106 448,106 000000000000000002f05b32f512b50f1fc64c5c08620ea950ef4df2f5aac2ce 1,150 0.58/1.00 vMB 64
448,105 448,105 000000000000000000b9f4bada6b393e1f1773f4f8fb945cde7df81bc51e3b4c 532 1.00/1.00 vMB 15
448,104 448,104 0000000000000000000f0579529e054cadda4337d47869837b9bbf76abca7c6c 2,585 1.00/1.00 vMB 81
448,103 448,103 000000000000000003004f09428ec5895f996ed16d74d40fb16b2fe6c67f0bee 1,142 0.40/1.00 vMB 92
448,102 448,102 000000000000000002a04e56733058ac8347f74adfbf98dd8e886193ed60c9e8 276 0.11/1.00 vMB 79
448,101 448,101 000000000000000002368b102a6a1d254a8f4ebff4ed186f43b82bf116c9c005 795 0.45/1.00 vMB 50
448,100 448,100 0000000000000000006049529b7a320f8020ae026f4ff1408f65e1059b3a57f1 2,502 1.00/1.00 vMB 81
448,099 448,099 0000000000000000031836c56e1b0b8c4db1dfb7312f64a2d6fadb11cc54834a 2,454 1.00/1.00 vMB 94
448,098 448,098 0000000000000000022325b94649764ad1f69ceaaea89bdd0253e6d4e35963d5 249 0.10/1.00 vMB 78
448,097 448,097 000000000000000000d288434817a95b13c462ceee6f63615d2619e15eef2fa2 744 0.35/1.00 vMB 78
448,096 448,096 000000000000000002eb20c41a475daafc7dd907c840a8f2efac0969b8c1dbc5 1,251 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 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.