Loading Tool

Explorer IconExplorer

Memory Pool

79,784 transactions
29.88 vMB
0.12311165 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt 032bc8368ad304664ad1f98c88547def22101ee16cdc46f81c198d435bbe3299
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 6b43b304aa838e339fdd077316eefd170918b21658fd3c1a4a2034ef165b707e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,163
Size: 1.00 vMB
Total Fees: 0.05746007 BTC
Feerates: 150.75 > 5.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (491,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,393 423,393 00000000000000000300eb2007d521fdfc4d36bccb40db779d4e6629c088f733 2,490 1.00/1.00 vMB 89
423,392 423,392 00000000000000000211bca6517d62986e2fbc8215210e2b0de7574223ec6aae 2,367 0.99/1.00 vMB 89
423,391 423,391 00000000000000000045ed0b4f234474667880667ce0f009019033c80fce9179 1,322 1.00/1.00 vMB 46
423,390 423,390 0000000000000000003ca4a43a8d32f1752c41dcfa092572bdb08a146993539d 1,433 1.00/1.00 vMB 42
423,389 423,389 0000000000000000004da59d86701a6a09adf0374b8921b0995eee688c15d5a3 15 0.00/1.00 vMB 170
423,388 423,388 000000000000000000754aee4a1acb5de328e1abbf688dad716391defe560acb 2,588 1.00/1.00 vMB 82
423,387 423,387 000000000000000003241a516ba0817ef256d5ac8355d7bec34f5495793573f8 2,435 1.00/1.00 vMB 91
423,386 423,386 000000000000000004fff2fc74baaf1c5d9d816ee186295db54c74c5c7339be8 977 0.61/1.00 vMB 76
423,385 423,385 000000000000000001ba243e2d833082167c2002561dff675874eddda3479dc9 2,259 1.00/1.00 vMB 64
423,384 423,384 0000000000000000032ea8b779a8a2ae21c1cd9115544392b322c78c1c488e0c 2,062 1.00/1.00 vMB 63
423,383 423,383 000000000000000000aead182eff3861b6a75f2dc85bad73e512d8b64e0cdd7c 1,952 1.00/1.00 vMB 52
423,382 423,382 000000000000000002c0706a0bfca6281feaa8652b73cf2583e8b97349909d21 2,672 1.00/1.00 vMB 92
423,381 423,381 0000000000000000026c7ee88f5ac8006f8216252ef9ba8186f5ce9c4068cbc0 1,586 0.62/1.00 vMB 71
423,380 423,380 00000000000000000545cb35420b65c5375f45baf0fd2d8d1c86efc6b0c5b678 703 0.55/1.00 vMB 42
423,379 423,379 0000000000000000005f66bb7b3cdaca84cf499321fd145741c9c1d3bc44a5ba 1,475 1.00/1.00 vMB 41
423,378 423,378 000000000000000001fc54e06006071fd5be2ff7b1b40916ee6e98ceb0b48a6d 2,288 1.00/1.00 vMB 75
423,377 423,377 0000000000000000034ac90a6c54cd4dd181e1e9483b3a3f5be07fbdce2c5b0e 1,345 1.00/1.00 vMB 72
423,376 423,376 0000000000000000011e3cded33baff6255eed91e8c8c6a927d878f9d2312882 1,067 1.00/1.00 vMB 29
423,375 423,375 000000000000000001fc356367dc8b5e3c9cb64c10e655531832e3ba9d9e9815 1,909 1.00/1.00 vMB 64
423,374 423,374 000000000000000000ffb0845786b0bef66a361d9b735b4383bd55a1927dd7d5 1,965 1.00/1.00 vMB 79
423,373 423,373 0000000000000000045f2d506be8acf1f6c82889a1c1b44b664535140e73a680 1,808 0.82/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.56 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: 670.25 GB
    • Received: 15.84 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.