Loading Tool

Explorer IconExplorer

Memory Pool

50,602 transactions
30.29 vMB
0.09035692 BTC
Random Selection Loading Transactions
Max Size: 162.42/200 MB

Candidate Block

Mining Attempt e5abfc67b6dc8858de9ac0bc1fb936ee95966ad910bd0801ce1d55ec515aacc2
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 625c5fb8ef602966a29ce7f6d51493285397debf0d9ca1f3758cab588a7a44d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,725
Size: 1.00 vMB
Total Fees: 0.02092862 BTC
Feerates: 100.34 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (863,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,615 51,615 000000000c25131bafa6d882fc162c05d792d613e7f75f997f1ac0e13928a569 1 0.00/1.00 vMB 0
51,614 51,614 000000000cd2c86360efa7c9eb6f9ccdd6d6af70e401daffa77e875df95e6726 1 0.00/1.00 vMB 0
51,613 51,613 0000000008b3473f684adb0da7d9ddaac024314ef464d8807c3b597d62ef1091 1 0.00/1.00 vMB 0
51,612 51,612 0000000007f056433f00ee6566520703c9048fdf5f97c2e0254603db8c5f1a22 1 0.00/1.00 vMB 0
51,611 51,611 000000001fa3de18adb99e7efec4b41a9f7cd3801f49148a90f7150208af4455 1 0.00/1.00 vMB 0
51,610 51,610 000000001b40c3828d557b835ab1c84c1c033ee5a7a79d0ab370c2457838a754 1 0.00/1.00 vMB 0
51,609 51,609 00000000123841c9bee966f85818f61b359655b2b1c8a7987b3dc93eb88c2298 1 0.00/1.00 vMB 0
51,608 51,608 000000000dbf909a4d57ee0f6dcc3836885d1eb5d36e33795515339b3d382f0d 1 0.00/1.00 vMB 0
51,607 51,607 000000000387e32b23cd14684c97b0d06164912b749d68fe0d42bd68b007c67e 1 0.00/1.00 vMB 0
51,606 51,606 000000000b2b02851c089f07a0b0fc3acf1e7171f6b5e44f21042e56457d3a31 1 0.00/1.00 vMB 0
51,605 51,605 000000001766467a263cfb77c7fde0999fa806ce78c0fef533ef7f07635e311e 1 0.00/1.00 vMB 0
51,604 51,604 000000001cbb520b84730a984cd1c35a753c2fe752bdad5dbadff88e7d229bec 1 0.00/1.00 vMB 0
51,603 51,603 0000000016fb25c14cfc99e97fd7c9888d5ab329e58362805eba1525a862bdec 1 0.00/1.00 vMB 0
51,602 51,602 000000000b2f91e6a3a5a860fc7e2f820957201c2d30180bc9be210cbb669320 1 0.00/1.00 vMB 0
51,601 51,601 000000000aec9df098db571132aaa1666c1918f739549f8aa9651452f8234adb 1 0.00/1.00 vMB 0
51,600 51,600 000000001d4c8aae777f820e4260b61a78783cbe604938a3e6312be0ba42664d 2 0.00/1.00 vMB 0
51,599 51,599 00000000121a32d86921b8da6a938f7a5e3d99c0642d128982ad2a5a48fae4c8 1 0.00/1.00 vMB 0
51,598 51,598 00000000104a8a29ee39ace5ccfa8946693e651c10535cd9c3f7a0c15790e2c6 2 0.00/1.00 vMB 0
51,597 51,597 000000000d65348cde1a31e6bbea450df983e4455355b0aa5200b6e923a25c0a 1 0.00/1.00 vMB 0
51,596 51,596 000000000eff9eff969c27081d467afaf430316e68b8d47c880f13f0ba969858 1 0.00/1.00 vMB 0
51,595 51,595 0000000016f0b79eb4f1cd518bc649758ea3de6ed4931291a2913030b29622f7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.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: 651.16 GB
    • Received: 13.44 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.