Loading Tool

Explorer IconExplorer

Memory Pool

35,999 transactions
15.29 vMB
0.08753634 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 86.70/200 MB

Candidate Block

Mining Attempt daaf21a4c5a36d19c84c9471339e2e7ed63da8530ddcc22ac7637b137a266012
Version 20000000
Previous Block 00000000000000000000882eb50d4cf30d3e14b30b39d5bc9707ffd2840b4559
Merkle Root 2a0cfaef891f132a91fa78ce9d7cba486e15c8629942485034f9694edca4af2b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,955
Size: 1.00 vMB
Total Fees: 0.03250413 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,342 (727,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,401 185,401 000000000000015e8096ed1bb2d28193cf88e9142a250af3183fdf1d92ae36ec 123 0.05 vMB 129
185,400 185,400 00000000000005611c51ff11b34bacdfddb757934dcc626d9677f86104d77cbb 122 0.05 vMB 101
185,399 185,399 00000000000005f266b2dd300c4be8950fc69d6c0c77126a3a6b1156fd879ce1 131 0.05 vMB 113
185,398 185,398 00000000000003eb0ef22c31100da161fc53fcce5b4aaa0dca38755d9e1832eb 653 0.25 vMB 142
185,397 185,397 0000000000000652ecf6f9a925ab25d8c17ea5ede2b43cab1ca0016248e3a637 134 0.05 vMB 115
185,396 185,396 0000000000000110239728d52b4982d6ca68c59d353e398cfcefc7f0cf234f41 426 0.25 vMB 99
185,395 185,395 00000000000002ea644888e0646f19f851a02a2986ff52d3f0dad66953a776e7 11 0.00 vMB 66
185,394 185,394 0000000000000063503a372b4d31e6da59dcc2a3d45774871ac785dfe3bfa2d4 12 0.00 vMB 47
185,393 185,393 00000000000008a102bbf978475d792f46786d95b17117bade709e5b13a2870d 166 0.06 vMB 47
185,392 185,392 000000000000069ccbee369e7b4df58d8de09cfb45c675eb5a7261a88af0d381 119 0.06 vMB 230
185,391 185,391 00000000000008aff94f339e3787b3c7605ad4474fdf830d39b87fd60db4551d 415 0.24 vMB 108
185,390 185,390 000000000000075de4b203c697a53a2942a3ce12547251989b57aedbc80dee37 395 0.25 vMB 109
185,389 185,389 000000000000015be6c36d1c43f62eba63c7da831febf3c473a1ceb96bcdf79c 145 0.05 vMB 128
185,388 185,388 00000000000006769c4f7f89710e4805e59ae9b461618774b695d12e4e8cb1d1 256 0.09 vMB 126
185,387 185,387 0000000000000776b12565501a1cf45de4efd3cff4925fabe7b47030ae784964 720 0.42 vMB 119
185,386 185,386 00000000000006c27f582d61bcca72fc668344f24635eb089866701f232c7623 11 0.00 vMB 165
185,385 185,385 0000000000000591856466f809c8ae338835b47eca148942906a213858e94f5d 375 0.15 vMB 129
185,384 185,384 00000000000001123a3bd09636893a13c2364b0287d55b966ba4f38b83aa794d 61 0.02 vMB 30
185,383 185,383 00000000000005a3fb25e103cf0dda98813e8bba6e22e5e4515bcfb57ba9fbd9 370 0.25 vMB 86
185,382 185,382 000000000000005716b66cce0f22d01fbecb189fc4c85499e902022b83f32347 694 0.25 vMB 141
185,381 185,381 0000000000000a80229fdd1a0844759841abf7991ef0b37b79884e661faa234b 446 0.25 vMB 124
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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