Loading Tool

Explorer IconExplorer

Memory Pool

33,474 transactions
25.78 vMB
0.07086123 BTC
Random Selection Loading Transactions
Max Size: 129.21/200 MB

Candidate Block

Mining Attempt f6c68d004b30c80b9d6c6c230213e76168994caeee4bb8f5264d5f85f592d88b
Version 20000000
Previous Block 000000000000000000009bccc0ad0d274d77561aa86f75844353a302f9f35411
Merkle Root b32ddded7b481ebd11aa25301932a071b0b3d9514765c8548b55c3a71ee6c45d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,532
Size: 1.00 vMB
Total Fees: 0.02325112 BTC
Feerates: 502.67 > 2.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,221 (760,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,550 153,550 0000000000000042cc6849fef580fa0422c8090c01e82cbdb71136e79edbc46e 99 0.04/1.00 vMB 192
153,549 153,549 00000000000002ffd4e7581c8dea8218e650632a45405eb1bee1b79576ba8f0d 14 0.01/1.00 vMB 3,623
153,548 153,548 0000000000000af16ed198ff189a1470e2f73a734f57499e52d7e929743f81a3 78 0.02/1.00 vMB 12
153,547 153,547 000000000000069a094a69ce40e1a7cfd65787f09b7267422f0894453fe9f532 30 0.03/1.00 vMB 2,162
153,546 153,546 00000000000006bc0ec3dae6bc14a601bf4d76c7c51c6e05da3ff291f060e5ed 37 0.02/1.00 vMB 8
153,545 153,545 00000000000007e607314c0f11d1da2779fb1dc14495ccdfcc34bd540eb1c1a3 50 0.02/1.00 vMB 183
153,544 153,544 000000000000007c19e0863cbe422334f0dd360e936d4dce80ae0e9f3c36469c 23 0.01/1.00 vMB 45
153,543 153,543 0000000000000a15fb1c37c389fc50184935a2c9a5ed2bd293be2a06d67c2951 28 0.01/1.00 vMB 196
153,542 153,542 00000000000006716ad66b7554a044d0361c49f324207ae7d5721ebed58e9c05 2 0.00/1.00 vMB 0
153,541 153,541 00000000000009ae95ab603155e2a599d9e2f40c8c1f1a27ffbc639a73444e1b 57 0.02/1.00 vMB 137
153,540 153,540 00000000000004aa3c02e695b8f7e781b9010abb4d3f45c792c00845dcd47b7c 12 0.00/1.00 vMB 0
153,539 153,539 000000000000066757a408c1802a5ab90e003352e3c6841c59411f55c94358c8 181 0.05/1.00 vMB 7
153,538 153,538 0000000000000156608f7b7a431f9faa1e897e0bb2dc97ff676270ed47aa0f82 101 0.04/1.00 vMB 115
153,537 153,537 00000000000006ff5f7490c974ae901f59c1762193c016fafc518094d53926d2 3 0.00/1.00 vMB 16
153,536 153,536 0000000000000ba0c518bbfc0c6f1e04172d726bc7f3c4b52aa58e1158a060d9 10 0.01/1.00 vMB 17
153,535 153,535 000000000000055607b243dc40bc9f88a366223244f653a5cc15ae434ddeb222 28 0.01/1.00 vMB 190
153,534 153,534 000000000000019823d8fefcb61ee21b36b82d5301e1ebec0904d344fea5a45a 112 0.03/1.00 vMB 30
153,533 153,533 00000000000003ba664ca636f58dd513487c5cff54da22a6dfa19acc252e06fc 32 0.03/1.00 vMB 78
153,532 153,532 00000000000006dbc9b6dbc7c79732c0faa78edbd3e02c7566faa4b58bbefed8 25 0.01/1.00 vMB 154
153,531 153,531 0000000000000d55ef756c31bdf843f97bba334b301e96aecfb5bde80c284551 6 0.00/1.00 vMB 77
153,530 153,530 0000000000000dcfce3edd80a6d77d24e2b1e7ddaab3d63e0e73c40560a5a612 46 0.01/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 780.98 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: 574.95 GB
    • Received: 8.23 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.