Loading Tool

Explorer IconExplorer

Memory Pool

53,696 transactions
29.74 vMB
0.10352200 BTC
Random Selection Loading Transactions
Max Size: 159.71/200 MB

Candidate Block

Mining Attempt bf8c664e5a1d81518025c379066440d19a2e22e9e077a4f7c10f0f98c2ebee4b
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 4d4b3a3c6c053369c38ac3c1a8570148b160956061773f6eaeb63bc99a930e36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,792
Size: 1.00 vMB
Total Fees: 0.03131263 BTC
Feerates: 150.77 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (530,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,584 384,584 00000000000000000f46e6d729d5c232f6b1b4e7fb1a47b41c8096b41e12f725 3,333 1.00/1.00 vMB 49
384,583 384,583 00000000000000000476a5c0f8558ea328fc173a098133ef405202d6063ceb4e 102 0.24/1.00 vMB 4
384,582 384,582 0000000000000000063e57d130a1946d5e812d294df683274351e3eae4804928 293 0.25/1.00 vMB 14
384,581 384,581 000000000000000004e3be1364b16af7e9aaf29bd071c9b9742ae245b9fd4c58 1,571 0.72/1.00 vMB 30
384,580 384,580 000000000000000003eefd992f895fe796bc7a1644befc4e8faccc94f3b83e29 584 0.20/1.00 vMB 46
384,579 384,579 00000000000000000b39c78b41370ef7c7f9b075ac885fb7e2290c511a204af3 101 0.10/1.00 vMB 15
384,578 384,578 00000000000000000cd5a9483cc94065ed75ff0c546264c3cdc92036b242385e 1,884 0.98/1.00 vMB 32
384,577 384,577 0000000000000000095a6db30fa2ecdca2d453ff92f46111dbdb2ee8d8a81cd2 1,960 0.76/1.00 vMB 33
384,576 384,576 00000000000000000e0f11776c64ae4fc26f510aaa3b4de930f0a0440fc7c77c 1,969 0.82/1.00 vMB 35
384,575 384,575 00000000000000000b625db8b338787fe7d2992a74547a54c2b46468bc68138c 533 0.21/1.00 vMB 32
384,574 384,574 00000000000000000614ba7cb957738f24318ff48231cb8a25c32b4d2a9ea8dd 1,730 0.78/1.00 vMB 28
384,573 384,573 00000000000000000243a02d22b4859ff3d322ec22d5d712ea12799c21fb6b0e 333 0.15/1.00 vMB 33
384,572 384,572 00000000000000000cd35f5b6f0b4db1060051d7adabe1fae8613774879c116a 1 0.00/1.00 vMB 0
384,571 384,571 000000000000000010690fce779b73a6f78c418bfa39ac86f52623eaeb0f8b5f 693 0.33/1.00 vMB 23
384,570 384,570 000000000000000002787f2b20ec8fb813a8c48217e5385d38e15912cf890e6f 1,874 0.63/1.00 vMB 43
384,569 384,569 000000000000000002a00d3cbdeb6da5587da90c96ed4c5f99405f2405789bfe 205 0.25/1.00 vMB 10
384,568 384,568 0000000000000000029657fed3be264faf3cdab16dfd872a96e74bf2394c6b4b 1,667 0.71/1.00 vMB 30
384,567 384,567 000000000000000007e443944c6ccd5d0c12cae7e8c6d27d8f89e0f3957d4c20 627 0.28/1.00 vMB 39
384,566 384,566 00000000000000000c8dd097d22e4ee54f9c7f9ee144798c21688715182c03fe 835 1.00/1.00 vMB 9
384,565 384,565 000000000000000003e85d22ac2f2722a9b2f06583263c9a55c0e51e828f792f 121 0.08/1.00 vMB 19
384,564 384,564 000000000000000007cd917c312f5fb90b2677f2e76ab0e0954414c94369993f 537 0.34/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.