Loading Tool

Explorer IconExplorer

Memory Pool

19,203 transactions
9.54 vMB
0.02240235 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.87/200 MB

Candidate Block

Mining Attempt 4e3489ac9a69a10c13b3e9e64260eb5bf3ff89a96f9545e945e2710c3389e6f5
Version 20000000
Previous Block 0000000000000000000151cd337b203e6de37365cc31cd0ea1e5146247f81f0c
Merkle Root 5807c4b258cc2707303e492c89017b88445bb42f7f42d6885c00dd44f91f2ead
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,971
Size: 1.00 vMB
Total Fees: 0.00746908 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,533 (750,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,711 162,711 000000000000085d9dc2a09c6be9813d165375a317d8cea4475ac295df0f9be9 48 0.07 vMB 94
162,710 162,710 000000000000034aab2df7410cbb6a3e106eed8008797ec1597e930b01b93530 22 0.02 vMB 38
162,709 162,709 0000000000000c18bf8b7095f619534921851b90e73149f5c0f3c2f7917cc5d7 21 0.01 vMB 1,518
162,708 162,708 00000000000009d26d22c6b8037c344ed0d90dd635222ea7f55d48e9d80443ee 16 0.04 vMB 57
162,707 162,707 00000000000000d35402c23c089adf5a417501047b3c8542ecda926552473ffc 1 0.00 vMB 0
162,706 162,706 000000000000039f06906dc74840792948d75f5ca2cd7357d78cdca98b9830a4 105 0.05 vMB 192
162,705 162,705 000000000000007dac86ae0400f08bbcac5e9e2b44bfcebb95ebda52d07f7df6 44 0.03 vMB 57
162,704 162,704 00000000000001ed173e58043e512bcf011c9ed896078a77f26ad33ccc521e7c 15 0.01 vMB 4
162,703 162,703 00000000000009561d41cbeac54a5ccd3a47c99f5941b2650ffd040df5861cf7 23 0.01 vMB 14
162,702 162,702 00000000000004d5df4fe9866d82e76d3c6f937ec8fa7b17676ec3542561a5c4 25 0.01 vMB 0
162,701 162,701 00000000000008d87e7d6ee664979842480757ab51a63b8b4d18c712d18367aa 86 0.04 vMB 127
162,700 162,700 000000000000084522e11fc92f2d018b6b6a27c57f87060915d8d5f0580e88e9 18 0.01 vMB 185
162,699 162,699 00000000000004cb0092f972a17f631d945e1fe16bea2680ebb4e0341e6d61ff 57 0.02 vMB 243
162,698 162,698 00000000000003d71fd5e38e5d0cb6a244c517aac8c592e511de28ef9343ad06 66 0.02 vMB 43
162,697 162,697 0000000000000148b4f1e6c3175c0535048f5cc75e69b83614b65d6747f2e5f3 132 0.05 vMB 95
162,696 162,696 0000000000000559f7c5a270799d83505e9e549000b09bc814928d6420c1e4b4 6 0.00 vMB 30
162,695 162,695 00000000000004fb8202354296e1ea0f9424e94becb7ef667cebab9fd282ea6e 94 0.03 vMB 79
162,694 162,694 000000000000019ee715ca7727fb5520933f5b566f9803a071ec5150302b3549 35 0.01 vMB 0
162,693 162,693 0000000000000ccf7c44e69d68d2830de1ffd0db662fe872beb18c11b62084d0 81 0.04 vMB 2,496
162,692 162,692 0000000000000d5812cd75e739a0d1b74f0def18d656789eb292baa959e54a6d 15 0.00 vMB 0
162,691 162,691 00000000000006906f24093c605ec86e3f495bb789f559af29f7e08c1c134543 68 0.03 vMB 95
Previous 10 blocks ↓
Total Size: 779.79 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: 403.14 GB
    • Received: 2.09 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.