Loading Tool

Explorer IconExplorer

Memory Pool

25,874 transactions
10.99 vMB
0.02739091 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.43/200 MB

Candidate Block

Mining Attempt 732cd117b85535f96c6875df87e99d0dd29f136612450c252299d82487c774ce
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 2dfe9b20e55f1e4c983316ed8282591992cfd57dac33b4c5064307b6573a5091
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.00906511 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (717,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,046 196,046 00000000000002bba0eae59b7bc833ed8d35dcde0de0419bd35838c14caba31b 94 0.04 vMB 158
196,045 196,045 000000000000032a055fe4fbc603047080310c3b8d447cab5e1290d454aea57f 368 0.18 vMB 303
196,044 196,044 000000000000058b7158be0436131a91bbd244b009c75548a3723379a0bafb97 98 0.04 vMB 146
196,043 196,043 0000000000000134254d1803617e6310235cadb06d49f6f696984360a6010cc2 507 0.13 vMB 1
196,042 196,042 0000000000000399666493dd1cba8c8558055d04ffb91e4e1e3a11551fd82f64 22 0.01 vMB 213
196,041 196,041 000000000000058095832844b87cf7c3f567276c540ef9a460f9972527ad2c7d 67 0.02 vMB 124
196,040 196,040 000000000000030428313b89ecf80227b1265d06c770ef6bec10eed480dced10 134 0.05 vMB 102
196,039 196,039 00000000000006c2bb3c3432f9d54874871cbce2d809066d706f9c7ce691b29e 32 0.01 vMB 0
196,038 196,038 0000000000000599d86b65b9ab03dfc3c23aea362a57456c2ba370d34649adf7 523 0.14 vMB 12
196,037 196,037 00000000000004a374f9d4cdff681740b7a0b03080d9db78ffa74df603469289 18 0.01 vMB 120
196,036 196,036 0000000000000090148720c77b744504d4849b42d9e5a2e1f234c085838a1f40 162 0.08 vMB 353
196,035 196,035 00000000000004fe92d63149e8e982be4602d10b8a3aade6aba070d5ebd39305 123 0.06 vMB 360
196,034 196,034 000000000000037c3fee8224f170982d06c86fe52977609b72134dad8bea69dc 8 0.00 vMB 641
196,033 196,033 00000000000001f0975d7c0cdcaa524d9a1a19faf8faf7e89ff4dfbd73d8e257 12 0.00 vMB 77
196,032 196,032 000000000000034238e9a26b28f6e7fe84823861d73fd85c37ae0493d1b5a3d5 50 0.01 vMB 173
196,031 196,031 000000000000044dffc0f608e8df4cadced0be1ca70be2b8fb485f5f714e15a4 208 0.08 vMB 194
196,030 196,030 00000000000001d5eb316b26aa09f8dbae8fdd72cc237bb188bf4e21bf220522 126 0.05 vMB 120
196,029 196,029 000000000000026b3a2f41f0621085c1e04d51d17ee07004126c7be6b4035cb3 27 0.01 vMB 187
196,028 196,028 00000000000005d63ba734a7c6f197dbb526335ecdbe279ab9a0265f783858a3 151 0.06 vMB 140
196,027 196,027 000000000000061a9e7540272dd4cb607350b5f704d89bf87d4757078e0d2aa5 375 0.14 vMB 310
196,026 196,026 0000000000000627a077a5b46189adeb9b345d3f5b9a4c8cfd847f5ba67af26c 1,024 0.29 vMB 45
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 380.91 GB
    • Received: 1.92 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.