Loading Tool

Explorer IconExplorer

Memory Pool

81,169 transactions
30.17 vMB
0.13302133 BTC
Random Selection Loading Transactions
Max Size: 181.44/200 MB

Candidate Block

Mining Attempt 4a32bcd3f9336180e90aa60f06bff9c912cec76c5c6dd556e7d5c06a1f5753b2
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0b4b85dcefa81561210d252e45d662907cf6802da27d653be4cbc1b420f70276
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.05597708 BTC
Feerates: 242.90 > 5.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (343,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,711 571,711 00000000000000000027f57264d7cb2754be41b0d0f63bd6f0c0eaaca922cb3e 2,606 1.00/1.00 vMB 64
571,710 571,710 0000000000000000001e8838fa821dfd8a66c076b213479d369b4791dfcf7905 2,622 1.00/1.00 vMB 54
571,709 571,709 0000000000000000000236ff36c70f4dbd771c41b62b630dd5017240dc9ef60d 2,562 1.00/1.00 vMB 88
571,708 571,708 00000000000000000007ca352dc630c7d5e3e9089be44227bd3361ef7c4358bf 2,204 1.00/1.00 vMB 93
571,707 571,707 00000000000000000022a023378071162c20db4c2a79514bd8ce6979a5d8db5b 2,754 1.00/1.00 vMB 47
571,706 571,706 0000000000000000000432bf7bbf08a147527278b07525864c33017afe4c29c0 2,555 1.00/1.00 vMB 17
571,705 571,705 00000000000000000013179bb5e75b26da181359ca95fe461347738de2b2a4ed 2,529 1.00/1.00 vMB 20
571,704 571,704 00000000000000000015807acec4a598668503a4c14d9348f255d8a3d1f5356f 2,808 1.00/1.00 vMB 48
571,703 571,703 00000000000000000025e7630c26d82784d12711fc1f317bdd458c7951da9386 2,728 1.00/1.00 vMB 15
571,702 571,702 00000000000000000017d2fb7e17849bc3b4438c41b2f49ebe80e9aa240c80c0 2,801 1.00/1.00 vMB 52
571,701 571,701 0000000000000000002215c2d315f44f8789a97259409bcb53d9e3a35fdcd4d9 2,870 1.00/1.00 vMB 125
571,700 571,700 000000000000000000102b0b0fe3573c1a3e7956215a25d6380ca1aa803228e6 1,955 1.00/1.00 vMB 15
571,699 571,699 000000000000000000141dd857d446c1e3a952556945b1f266b160fa7508a397 3,001 1.00/1.00 vMB 17
571,698 571,698 00000000000000000028c73cfd4542ec4718b84f886b0d4a995458528004c2d3 2,716 1.00/1.00 vMB 78
571,697 571,697 0000000000000000001cba89bf1864ccb30973ea7acb473f041aa57a028be33e 1,707 1.00/1.00 vMB 20
571,696 571,696 0000000000000000000346fdc83b15165338c052a196102d554af948f66b0b76 1,945 1.00/1.00 vMB 94
571,695 571,695 000000000000000000122cfdaaca0a2d7471c614493ba5d7d82f5bc07e2d2a78 2,987 1.00/1.00 vMB 72
571,694 571,694 0000000000000000001c876741b127cc095fef56f1353838f375b037ef6a78f2 2,550 1.00/1.00 vMB 51
571,693 571,693 00000000000000000000a9b3a4bffcc0ed7c4aae986cd072a077a77c0e0c56c9 2,796 1.00/1.00 vMB 110
571,692 571,692 00000000000000000024687b04834b9c7401bd7dcc85b9d2a47e6fb662e5661c 2,461 1.00/1.00 vMB 59
571,691 571,691 00000000000000000009a44be7dde28c274d76e8a0162b9d609f874698d8dc31 2,710 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.67 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: 674.00 GB
    • Received: 16.43 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.