Loading Tool

Explorer IconExplorer

Memory Pool

80,236 transactions
29.86 vMB
0.07502144 BTC
Random Selection Loading Transactions
Max Size: 179.78/200 MB

Candidate Block

Mining Attempt 5a729f194ecec144aef7d46e6648656f0069375a4804fef50f06e43edeb0c13d
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 19c3191a60127309d56a2216a4bda04535a15e06c3c6becede47764133dd752c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,928
Size: 1.00 vMB
Total Fees: 0.01414287 BTC
Feerates: 197.70 > 1.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (517,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,547 397,547 0000000000000000070894403f92b8115efa05ad6b052e013af7bb66552aeb85 376 0.25/1.00 vMB 22
397,546 397,546 00000000000000000522c6b1a2e29b3588bb2ca98bd21abc5509c732b8079a78 2,116 0.97/1.00 vMB 34
397,545 397,545 000000000000000000f0de64834841096d67d489b702c92828b120665e881c9e 1,114 0.70/1.00 vMB 28
397,544 397,544 0000000000000000006e71924ae85acd5c38562afd9678aacd7f6703adb5ff52 688 0.39/1.00 vMB 31
397,543 397,543 000000000000000005a097726cf8cc2ae7e5e95113c24c38ce24a2cda41386f5 709 0.46/1.00 vMB 21
397,542 397,542 000000000000000000c351fd3305a188d60cec6acdba2335a79aba588fe668f5 1,195 0.59/1.00 vMB 33
397,541 397,541 000000000000000005fd15fb9a9d9d786ecdf07c24324e35cd9e498b300a8baa 465 0.24/1.00 vMB 28
397,540 397,540 0000000000000000068e640566abc593006a670c0c66cf03e29c7fba8fc9e51c 811 0.92/1.00 vMB 17
397,539 397,539 0000000000000000037f83c8f3afd841ca9dd77005e2caf1ac3e6139d5d2b1a7 1,769 0.99/1.00 vMB 26
397,538 397,538 00000000000000000412793ccf5e65137518c873c5245ea1ec5ee0a8cd05c29f 2,435 0.99/1.00 vMB 46
397,537 397,537 000000000000000000a48517938bb7a9c4db08a94dd0153d7e60c43c8325bb4f 2,078 0.93/1.00 vMB 37
397,536 397,536 00000000000000000387e5385ed59eb70441aaf32a61b657e702059d0cff7a31 2,275 1.00/1.00 vMB 51
397,535 397,535 000000000000000000b87ddade28bea55f7af23c7806458d9eaed8e1121e096f 1,008 0.52/1.00 vMB 33
397,534 397,534 000000000000000002c34d784b72575977d0e8e373cbbf06fe5a012dc0018192 514 0.74/1.00 vMB 12
397,533 397,533 000000000000000005b278223b892e5bceb4f37a02ab3a841a1b2e1e2844db6c 2,101 0.95/1.00 vMB 42
397,532 397,532 000000000000000004aa24bd1720575378c0075653a79d902883b6c6c424e093 373 0.21/1.00 vMB 33
397,531 397,531 000000000000000005cd70efc07e096e6236eb437d31d24ba4d63b7c90b1bfef 433 0.18/1.00 vMB 36
397,530 397,530 000000000000000002679b638e1a690a2965f2ca7f7649600d246ec2b482e04b 1,478 0.77/1.00 vMB 32
397,529 397,529 000000000000000007554d44eef66c6729bc62e94d5dd00f943b2e2916b116da 866 0.54/1.00 vMB 30
397,528 397,528 000000000000000003d24994cb8483fe800c1be7e963dedd7d79e7bfa0bd2a0e 1,179 0.92/1.00 vMB 25
397,527 397,527 000000000000000001b16a2db4e813fc573ca737fddb4b0cb48de4f5ff15abec 2,056 0.99/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.37 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: 663.72 GB
    • Received: 14.93 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.