Loading Tool

Explorer IconExplorer

Memory Pool

41,161 transactions
26.63 vMB
0.05930445 BTC
Random Selection Loading Transactions
Max Size: 139.52/200 MB

Candidate Block

Mining Attempt f23ed852d232c94da654c838ac4bd3ac8fee1e2166837e937471088ed7d0efd4
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root ed3ff3f5887bc7893fa655ab622031150c02b4d613abd5271321f8414339ff73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.00960541 BTC
Feerates: 100.00 > 0.96 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (256,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,954 657,954 00000000000000000005834b84714b484f996cd914bcbd2b0b4f9849ad37f19b 2,552 1.00/1.00 vMB 49
657,953 657,953 00000000000000000005cad29fb33e6bf7f8846684e905cb25a40728e0d8605a 1,799 1.00/1.00 vMB 56
657,952 657,952 000000000000000000029aa834ab9127c23fc66e4b2268a9584fc88a48d6b288 2,321 1.00/1.00 vMB 49
657,951 657,951 00000000000000000006a09a9a9599a0e6f56ec7267316b5a08d740f76452dc5 1,127 0.49/1.00 vMB 25
657,950 657,950 000000000000000000004e0a1312ff7bae7f22e8e39489b0989a98196c6ab3c8 1,626 0.61/1.00 vMB 30
657,949 657,949 0000000000000000000af44393f5c677b1cce5f6c5a675f143d6aee6a73934de 2,392 1.00/1.00 vMB 30
657,948 657,948 000000000000000000024fd50dda0f196f0b9076628e2f57339175e299cc08d5 483 0.18/1.00 vMB 26
657,947 657,947 00000000000000000002e2e32b168535d73abaedd23c87ec1679646833b0fffc 200 0.17/1.00 vMB 12
657,946 657,946 0000000000000000000176ac6e0f8182f1feb0a3efb65df273c43b8c8c053a62 415 0.17/1.00 vMB 35
657,945 657,945 00000000000000000007b86c03e46b8ddc606dc1a3d66b9130305855d08c471e 168 0.06/1.00 vMB 33
657,944 657,944 00000000000000000006af8933ee6c0ae1b4219572be57f768932856297a42fb 918 0.36/1.00 vMB 25
657,943 657,943 0000000000000000000e523073f08ad686009331f7e1c9c0433dfeaf5b716c53 1,391 0.64/1.00 vMB 25
657,942 657,942 000000000000000000024cfb7a299f5a6fc47f86f5892e2fa4919a4ec432893f 2,346 1.00/1.00 vMB 29
657,941 657,941 00000000000000000005dbabdd07d19459091f916d08bfc2b71ef0fbc746b4cc 2,620 1.00/1.00 vMB 31
657,940 657,940 0000000000000000000347720e367afcd5f659a4946a97c34430042c8c2d1864 2,443 1.00/1.00 vMB 17
657,939 657,939 0000000000000000000185ba0a00dc6ce0fb8b3e84d80819881d4e953128a999 2,248 1.00/1.00 vMB 6
657,938 657,938 00000000000000000001e1040f20b2b814a6bde2a1b70c0e0e6519d1fd5f45b5 2,578 1.00/1.00 vMB 11
657,937 657,937 0000000000000000000e28aef32d14957104a8f2c9fdce20939b97a072b3c8c7 2,328 1.00/1.00 vMB 30
657,936 657,936 000000000000000000019a26627fc167de72ae6c4f0192f4f1a29cfee7b1e907 1,817 1.00/1.00 vMB 21
657,935 657,935 0000000000000000000f83b8e63cef1b124cd291d6115d22ad527902a246fa87 2,379 1.00/1.00 vMB 43
657,934 657,934 000000000000000000090d88801b69fca5f1d3683ec657508b510f5c4ffd55c4 2,236 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.