Loading Tool

Explorer IconExplorer

Memory Pool

80,288 transactions
29.61 vMB
0.09819613 BTC
Random Selection Loading Transactions
Max Size: 179.19/200 MB

Candidate Block

Mining Attempt 7c323bea8f712d7a9abb341efdfcd51d9b9a9a9179695ad96dd9bee5f8ff4296
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 7b0c87da298679a56cb5af92ad42eacb3a2e34b9f196fcc28f5e9248e2f6cafd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,181
Size: 1.00 vMB
Total Fees: 0.03432013 BTC
Feerates: 178.73 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (348,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,547 566,547 000000000000000000230aafc432a1ac7036cf47c75e297cce71344691dcc205 2,135 0.92/1.00 vMB 20
566,546 566,546 0000000000000000001bbd3fc0ba6de05ba2137642620dcfb33ebc13c685923a 1,911 0.85/1.00 vMB 10
566,545 566,545 000000000000000000175352a1e599b2623aead67d059b71fe6497b0c3b9f2bb 3,018 1.00/1.00 vMB 44
566,544 566,544 0000000000000000000972b19134315d7cb989eb4b3dce6483754804f2dcf1ef 904 0.43/1.00 vMB 36
566,543 566,543 00000000000000000003647961254bddc4bcbeb2f19fc607f152de62a66359a7 748 0.28/1.00 vMB 27
566,542 566,542 0000000000000000000f3367506959ea8f1a4f95729c38d32c1ce47835a199a4 372 0.99/1.00 vMB 4
566,541 566,541 0000000000000000000bb363bbf10cf467e040e9fee62d53e2f498f2231d5cfa 1,298 1.00/1.00 vMB 14
566,540 566,540 00000000000000000003ca35d2a5cb350be95127ddc76b91df9f9c697237137e 1,481 1.00/1.00 vMB 6
566,539 566,539 0000000000000000000745b47e0d1ca62472cb93c0fb83b3d92e3971fa9df82c 2,973 1.00/1.00 vMB 40
566,538 566,538 0000000000000000000d3a6e2e155155ad6bf342f413eaa0fd25c5b384954d5f 1,212 1.00/1.00 vMB 16
566,537 566,537 0000000000000000000aacc3743295fe2e006644d5fd750c5e604fdb71c797e6 2,349 1.00/1.00 vMB 15
566,536 566,536 000000000000000000158bd09ed2bc1c8a486fd001004ec5af46d10760b27905 3,200 1.00/1.00 vMB 39
566,535 566,535 00000000000000000013893417f0ab209dd8f3d958e15872b23bd7e680beef51 1,578 0.70/1.00 vMB 19
566,534 566,534 0000000000000000001632256b380a4b5dd4a742291ee0fcd0d73397e63b8360 1,977 1.00/1.00 vMB 13
566,533 566,533 0000000000000000002b5b8e3dc94deffb7eca7f18df36aaa8830b6fa451428f 1,818 1.00/1.00 vMB 10
566,532 566,532 000000000000000000149d45dfb0e2d17f3dcc16a74ab69749e923cc3bfc4d55 1,840 1.00/1.00 vMB 7
566,531 566,531 0000000000000000000923e730f229d4533c6ebcdbf86b1f3c31c3863138783f 1,195 1.00/1.00 vMB 10
566,530 566,530 0000000000000000002bd88eb433388be8ef340c71e0473b04d372d903648464 2,952 1.00/1.00 vMB 27
566,529 566,529 0000000000000000000dda30fd48a6937f904f6112b8b5d7da1048cc5aa8da01 2,707 1.00/1.00 vMB 32
566,528 566,528 00000000000000000009ea0bc4a379367b6e86ee904f0a7a8abeb8c519026417 2,078 1.00/1.00 vMB 3
566,527 566,527 0000000000000000000f13ddfec39303776069c5606a14c8a0dfc1212d325f49 1,715 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.68 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: 681.64 GB
    • Received: 16.45 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.