Loading Tool

Explorer IconExplorer

Memory Pool

79,291 transactions
29.50 vMB
0.08458291 BTC
Random Selection Loading Transactions
Max Size: 180.34/200 MB

Candidate Block

Mining Attempt 78497b7ee1bd7d74de5d7af101566c0bfd73f53af4f4d3c639c73193041bf0d9
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root d4ad883ecf269dba02581c6a2fe25d88bf758f8989ef28a3bb83f06a3d6188d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,249
Size: 1.00 vMB
Total Fees: 0.01968392 BTC
Feerates: 402.60 > 1.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (186,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
728,823 728,823 0000000000000000000388e3b5bc8bdb4562e7e9417314da968f971778a85fbd 2,243 1.00/1.00 vMB 7
728,822 728,822 0000000000000000000065f56cc8315d94a8f080d7ade3a1454260ce70949f6e 3,112 1.00/1.00 vMB 8
728,821 728,821 0000000000000000000127dd5a36253938a5c5084d4a74439fbff2736b8b715f 2,778 1.00/1.00 vMB 6
728,820 728,820 000000000000000000086fb3291ce1c00ed91ddfb830a7eb8ecc36fa79b752a1 2,416 1.00/1.00 vMB 9
728,819 728,819 000000000000000000069e22547484c09c0453807af6ae98262b2fd47ac59883 3,008 1.00/1.00 vMB 15
728,818 728,818 0000000000000000000703b21ba93ad01d5c9ba1593dc7f0d8ab17d15f0563cc 3,240 1.00/1.00 vMB 6
728,817 728,817 000000000000000000031955971cb1b662809202c948be75227206a7ffd69730 2,530 1.00/1.00 vMB 17
728,816 728,816 000000000000000000029386a81fbb2ddf440e807855c0ee688883ca00e3f6bb 1,679 1.00/1.00 vMB 6
728,815 728,815 00000000000000000001c516414ebc8520295236caf2b22af34cdc4899667411 1,230 1.00/1.00 vMB 7
728,814 728,814 0000000000000000000431a2fda7d59abf225b7f5c3f6b520482217bdd87e0a5 3,030 1.00/1.00 vMB 14
728,813 728,813 0000000000000000000473b138ae0820afcbaefb9c55a64b5b470a2610d3620b 2,757 1.00/1.00 vMB 14
728,812 728,812 00000000000000000000b3a214fa7d596856df186ba7f58a4a12a29ab5d26632 1,320 1.00/1.00 vMB 4
728,811 728,811 00000000000000000003e9ffed90f7b26d3781d27a25b5603322e923acf7a044 2,273 1.00/1.00 vMB 5
728,810 728,810 000000000000000000007ab9768a3d5dfb7b9aaaf2722bdcbdc1d127c5426735 1,053 1.00/1.00 vMB 4
728,809 728,809 000000000000000000048c3175e71cd8a293f861d38ae7f7a4e5b269d2722003 2,186 1.00/1.00 vMB 8
728,808 728,808 000000000000000000070fe4e833835f031b9ddc4f070f9d953dff08aa7d0799 1,418 1.00/1.00 vMB 9
728,807 728,807 0000000000000000000781eec22a292595bb860f63349187d6c6f3e8a000980c 2,397 1.00/1.00 vMB 8
728,806 728,806 00000000000000000006a1ba16249c80054748dae3425149925cd09a2933019e 3,291 1.00/1.00 vMB 15
728,805 728,805 0000000000000000000759ad52cba0b7b6f14d30ffb0c73504c33206e69a77c7 2,675 1.00/1.00 vMB 15
728,804 728,804 0000000000000000000191dbdb0cc5ca7de5592fff9314edc7760ca6088c84eb 2,812 1.00/1.00 vMB 8
728,803 728,803 00000000000000000001a462114d0b5f0ecbaee9ba87839bc0cbbb9c1adf8bab 2,530 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.