Loading Tool

Explorer IconExplorer

Memory Pool

42,019 transactions
26.78 vMB
0.05687795 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 3c3439936d098055841e1f2bda1af882a1472932651c2920bc4731b46469bb98
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 1b58e0c33bfe4ed24bb9234b1be58df40421ca4556bf2623b5fdde2c1930a81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,497
Size: 1.00 vMB
Total Fees: 0.00736050 BTC
Feerates: 103.41 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (254,267 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,657 660,657 0000000000000000000b1ab31c7bee5af0c076755c362a5cc4eb0f4a69e498b8 2,681 1.00/1.00 vMB 79
660,656 660,656 00000000000000000008a2fbde550fb2f7096438fb7eef6d275d1c4b02ea89f2 2,769 1.00/1.00 vMB 56
660,655 660,655 0000000000000000000929238d11d4fe6d8baf9a1296df44ff580210f7bf2290 2,693 1.00/1.00 vMB 50
660,654 660,654 00000000000000000008f4cf709ad44475afd145bc807d51bcfb9145cee00b93 2,887 1.00/1.00 vMB 87
660,653 660,653 0000000000000000000c7bdec3c3fa725d35644b55dce66519b621924e1e1f52 2,693 1.00/1.00 vMB 77
660,652 660,652 000000000000000000004291a0e9e0c700a9bfad83b64b63886dd78aed7018a4 2,764 1.00/1.00 vMB 50
660,651 660,651 0000000000000000000ea06a00f01b4edbe8a5158f7da73c0687fc69338ca219 2,411 1.00/1.00 vMB 77
660,650 660,650 0000000000000000000d84592b97a1696960601e0faf96e6bff93dd2a8f18502 2,810 1.00/1.00 vMB 78
660,649 660,649 00000000000000000004e11bb7555945bfa9bcdacbf5bd929e5ade7648d6c5c7 3,065 1.00/1.00 vMB 74
660,648 660,648 000000000000000000082b801c839a7f59eec5c302c36cc793515da05bc70125 2,917 1.00/1.00 vMB 39
660,647 660,647 000000000000000000096d98814929274b92b88f8ba3b0f47f6ef83d5692fc5f 2,163 1.00/1.00 vMB 72
660,646 660,646 0000000000000000000994e21412109847caffa2bd990884f49461d53c047055 2,348 1.00/1.00 vMB 45
660,645 660,645 0000000000000000000c3230522e267980bb990883cc0b36460ad3efc1f8fed4 2,672 1.00/1.00 vMB 48
660,644 660,644 000000000000000000035bba27a30175e4f7d9a026878aabbbf189f72578f45b 2,501 1.00/1.00 vMB 48
660,643 660,643 00000000000000000005b7b76ec22e5a908562a06eb4ef800b294d143fbfdebc 2,578 1.00/1.00 vMB 59
660,642 660,642 0000000000000000000c2d15476825222a289c90fb3c76eaf72cca93c27fba42 2,887 1.00/1.00 vMB 75
660,641 660,641 0000000000000000000479153d31d9aaf9e1c847a8953229b59fa5d412e2b639 2,469 1.00/1.00 vMB 39
660,640 660,640 00000000000000000006fd569009079148f0d02446e547aa6853f58ed34393f0 2,131 1.00/1.00 vMB 47
660,639 660,639 00000000000000000001604e89067b2b3f4bc4dd75070a0f88cb2868f8df9419 3,024 1.00/1.00 vMB 26
660,638 660,638 00000000000000000000189cb74b841b4c1a7bd5985ae285c9d6d9a84d0cb2c1 2,811 1.00/1.00 vMB 54
660,637 660,637 00000000000000000007ecf5400dd75d4c0a4cb35252580d2b540fded434cd1d 3,279 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.