Loading Tool

Explorer IconExplorer

Memory Pool

35,806 transactions
20.13 vMB
0.08034954 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 107.75/200 MB

Candidate Block

Mining Attempt 327e8222ea84b7cc542ca51ba3769265ff371f484b695c99f8931adf9ea1c30c
Version 20000000
Previous Block 00000000000000000000f7ae1989c423172433aab8aa0164f9fc85fd74ed7f44
Merkle Root eab40cd5165de66aae94049dc14113cbd9f3154fb1a5225074acb47966511299
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,706
Size: 0.99799725 1.00 vMB
Total Fees: 0.03485725 BTC
Feerates: 766.06 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,859 (747,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,145 166,145 000000000000050ab94e3a8e368099b3ecba742cefa749c617e8fbcc8fb8dd48 1 0.00/1.00 vMB 0
166,144 166,144 0000000000000b7e968f7a489af56f7e71457da2885b169d68380e0e7c8e4636 17 0.01/1.00 vMB 185
166,143 166,143 0000000000000288a88b830bc6205fe4f14cfd0553c08f5711ca968b0531d60b 93 0.05/1.00 vMB 60
166,142 166,142 0000000000000bf2a44d021ff7aed7b8d7a37dfef3863846ee28aa799fbededb 68 0.02/1.00 vMB 79
166,141 166,141 0000000000000b7b28a211e9505b0d2afcaae4551c1010ee5d4ba7d3294923c0 39 0.02/1.00 vMB 53
166,140 166,140 000000000000054406dc0c464ae855352a61a7f868b1954663f05a33bcd8e7df 52 0.03/1.00 vMB 46
166,139 166,139 00000000000005b0063fc9435be1cb5b84a247761d79d4d2cbd7db2f847b960f 33 0.02/1.00 vMB 68
166,138 166,138 000000000000081f51a07302f9be8d19987522b9d5f4b1bcf0fdd3f022de8217 56 0.02/1.00 vMB 102
166,137 166,137 0000000000000b91dd8501e9504869624a64019ecec87de0433aad6fa6912d31 8 0.00/1.00 vMB 393
166,136 166,136 000000000000046cd885c0274bfe646a7ea12214c23c90b749feddbf9e1a3ffd 31 0.02/1.00 vMB 186
166,135 166,135 0000000000000bfe27467e66641b09dd77213555dec6560e7834db05c7139f23 2 0.00/1.00 vMB 4
166,134 166,134 000000000000016fd858020e5e0e9329cd9895ad1e111bc3abdb4d9419a2c387 12 0.01/1.00 vMB 322
166,133 166,133 00000000000006e065a5e374abdec28a081e81da93ece18376c7939776ced620 1 0.00/1.00 vMB 0
166,132 166,132 000000000000038c29f1f9e5910a542bc96282f01aa3e786c05f99fc2625641a 69 0.03/1.00 vMB 111
166,131 166,131 0000000000000b2a376ef06e720ea4a09d4e36d056409ca3724121135d54252e 75 0.04/1.00 vMB 164
166,130 166,130 0000000000000bef76aabb559c0a82502777e99250f6509b804e2fe3efdf3888 6 0.00/1.00 vMB 42
166,129 166,129 000000000000085221bbdcd946fb26e0edbd67e390a2c8969a133fa3c0f33fe8 72 0.04/1.00 vMB 73
166,128 166,128 000000000000017a3f35143928297ba43ed6dd87d760331289bb79db36c6bca4 115 0.07/1.00 vMB 139
166,127 166,127 00000000000007262376413d0b7036fd91ea72063863a669d26bbf9f1c9f9b48 59 0.03/1.00 vMB 164
166,126 166,126 00000000000008f975c00a5434cc52df2e6f3223eba57014cc49a39adffb4106 52 0.03/1.00 vMB 350
166,125 166,125 00000000000004e7bf27aa6f5b2f55c61b1818488835ecbe583abee9c8f6a7b3 110 0.04/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 780.36 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 523.43 GB
    • Received: 4.98 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.