Loading Tool

Explorer IconExplorer

Memory Pool

101,328 transactions
19.27 vMB
0.05473790 BTC
Random Selection Loading Transactions
Max Size: 150.86/200 MB

Candidate Block

Mining Attempt 4b47c75bcdb0630e693f0ce840fe8580ae9bbe7ca2306ca7d8ec1eae1ba5d427
Version 20000000
Previous Block 0000000000000000000175ff0051995ca5073d8ecf4f04b7b4f51f1da1ce4e2d
Merkle Root f8ed53dc052a386797a09fefba034ff3c64cf8e999b7b73ca10cbb760cb6b408
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,244
Size: 1.00 vMB
Total Fees: 0.00844836 BTC
Feerates: 150.77 > 0.85 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,584 (52 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,532 916,532 000000000000000000018f91d774e690148f01f27778e4e21fa79e4d20e143a7 3,362 1.00/1.00 vMB 3
916,531 916,531 0000000000000000000144fe7c7efd43459a6e2bf507e8fc75d56982fd3e4d08 2,292 0.74/1.00 vMB 2
916,530 916,530 000000000000000000002c10f7a56aeb9a747df93fb0e8c2f8552fc38fded779 2,854 1.00/1.00 vMB 2
916,529 916,529 00000000000000000001d2bd8f17862797e8775189bb5c4c1246e4465577f252 2,299 1.00/1.00 vMB 2
916,528 916,528 00000000000000000001d0f9a5e7fe5136344b2a566f855242558677e6837898 3,803 1.00/1.00 vMB 4
916,527 916,527 00000000000000000001e402aea37a642b2b9a3af0ecd6acc2e1214586adebad 4,891 1.00/1.00 vMB 0
916,526 916,526 000000000000000000002e4ecbcb4a8b37fe3d2fc9ec454a134c6242a4e1bc7f 2,457 1.00/1.00 vMB 2
916,525 916,525 000000000000000000018520196b665a623b4dfcc3e6d2edd402e11eb709d553 3,232 1.00/1.00 vMB 3
916,524 916,524 00000000000000000000b1e07e27e66a0711ad3c33daca8259b581bcd972d854 2,641 1.00/1.00 vMB 2
916,523 916,523 0000000000000000000181fe6651488924ce27f54e808ae25d5bbdaf91c57412 3,531 1.00/1.00 vMB 4
916,522 916,522 0000000000000000000099e820c3a09a69f0427de71e957689cf84a97412fe79 3,990 1.00/1.00 vMB 6
916,521 916,521 00000000000000000000492154a6b2d0fe742fbfad4fff711ae0ad032dcba198 2,611 1.00/1.00 vMB 1
916,520 916,520 000000000000000000019cf6f4cb3a044c4d139f7d3c45faaa3fad60a4bc46b0 3,538 1.00/1.00 vMB 4
916,519 916,519 00000000000000000000b91e5fe8cc28925e68b0108bde52fcddd91ddde1c9b0 1,208 0.39/1.00 vMB 2
916,518 916,518 000000000000000000001fb9b5fb2c77e74b7178d6000e53247a9adb761e399e 2,122 1.00/1.00 vMB 1
916,517 916,517 00000000000000000001dfbebc17db88683745d0e28525da4984981e21fa5592 1,990 1.00/1.00 vMB 2
916,516 916,516 0000000000000000000137675e85a2a583fc5a920c8bbc2f728e0d7f95da79d9 3,866 1.00/1.00 vMB 5
916,515 916,515 00000000000000000000be1b5f4bfda80185540f0814e84fa84ef40e6f4c7d51 2,787 1.00/1.00 vMB 4
916,514 916,514 00000000000000000000e7b2ef59635932a3e38090872562d6248e10c223b02b 5,476 1.00/1.00 vMB 0
916,513 916,513 00000000000000000000c17639dc21fd68b47fde131aae9c7364a0314647ac87 2,409 0.90/1.00 vMB 1
916,512 916,512 00000000000000000001ef66a48fe9d8de7f4f7fdce925cffea82aaca827e873 3,071 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 785.12 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: 919.29 GB
    • Received: 27.78 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.