Loading Tool

Explorer IconExplorer

Memory Pool

25,467 transactions
5.55 vMB
0.02736530 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.46/200 MB

Candidate Block

Mining Attempt d2efa30b6f213ebedd7cc335289e89c482dad11d13c4b01da21b1c40a3877eca
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root 9041cf9336ed5bdb8481b697d1b4dd88c8c50c41b899797e2107ad8061bc8867
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,554
Size: 0.52 vMB
Total Fees: 0.01415033 BTC
Median Feerate: 2.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (673,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,542 239,542 00000000000000c491ae92ccc81968bcc96e1904d0e520ae7b3af28662934bcb 32 0.03 vMB 51
239,541 239,541 0000000000000019ca16ee898687a09f9d1b7ad9cd491c543183441ffed5aa6d 128 0.06 vMB 180
239,540 239,540 00000000000000d260ad2270613b36ff2225efa4131289c88311699d437a43ee 148 0.11 vMB 90
239,539 239,539 00000000000000a409fdb5f454c6ea8f05a3fe50292e8b5e30aad3d492d4a741 362 0.21 vMB 189
239,538 239,538 000000000000014067581819eb184a49990b1450dc50dc6a1e4d512825cebe6a 636 0.25 vMB 227
239,537 239,537 0000000000000030874fdf039ea08e33773f1afb95ef5a22c9189519a0cf3956 106 0.07 vMB 207
239,536 239,536 00000000000000543e6c179f1edfbce9dd51cf9f608c31053c9f50a2b77700fc 311 0.14 vMB 205
239,535 239,535 00000000000001294002d025e8827351d9a7cf59519008bc3edd26e76afca865 58 0.04 vMB 158
239,534 239,534 00000000000000c4cd9151d1125488dacb76a598485eb1e4fc963aeb6ee06694 140 0.07 vMB 153
239,533 239,533 00000000000000f57542ff699dce1a0b9adca37851baf980f22330ab51921645 496 0.21 vMB 201
239,532 239,532 00000000000000e208ec0ec8a289d1496b81b6fac245cdb5fcc48eeb2dd98915 52 0.02 vMB 140
239,531 239,531 00000000000000b9db1fe52fd9eaef3d998d2399fb73fdeb9b33dba452b35465 292 0.16 vMB 139
239,530 239,530 000000000000004d2ac946a7790f17e105e576d67501d50e2f0e529c708fd28c 246 0.12 vMB 168
239,529 239,529 000000000000001ac72196a3f59158d38c4cdf70662dc8464bb8b8e44e2e4462 386 0.20 vMB 144
239,528 239,528 00000000000000d96fff47098d07d058eb9178691577ec342b1117bc84ddd00f 674 0.25 vMB 216
239,527 239,527 000000000000005a40dee3cd55970608fdeff8b60168934815dbfe7c2d5ade3a 266 0.13 vMB 175
239,526 239,526 000000000000008572f71857d66dfde9b6dbc3ce8c79e01d3e8d47ac7f6865fb 15 0.01 vMB 84
239,525 239,525 00000000000000d63286c085a60fcce65ed30f5e75fe5bdabc908991eb0735c2 328 0.16 vMB 151
239,524 239,524 0000000000000032deb415b160b3bc6b5b8357727076abbf02abc655af8f8e93 229 0.13 vMB 85
239,523 239,523 00000000000000871ab7ef21cceb662c8d59a49d73c6341142d398d260e18b5f 130 0.06 vMB 177
239,522 239,522 00000000000000221fe0ee6e37c70f0287dad462517f09c7dc837ee5c2e93978 267 0.14 vMB 152
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

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