Loading Tool

Explorer IconExplorer

Memory Pool

71,810 transactions
27.79 vMB
0.06067724 BTC
Random Selection Loading Transactions
Max Size: 164.80/200 MB

Candidate Block

Mining Attempt 2e9daa97af680d40603ddff09aa6c0290efc38c66e9a3adaf0690c9a77ab307c
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 423c82a05abc0a3575102cb601c8f8d0b725a55d3806c568c05a02528a410f48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,713
Size: 1.00 vMB
Total Fees: 0.00529557 BTC
Feerates: 30.20 > 0.53 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (382,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,340 532,340 00000000000000000011989145f75e40afb23687ab27049a214d56fca0c11927 2,585 1.00/1.00 vMB 24
532,339 532,339 0000000000000000000c356699bfdeda520d2c2a6812d14ba5436865d62cc8dd 858 1.00/1.00 vMB 2
532,338 532,338 0000000000000000002f08f17fdac5c9986eeef97b39a68272ea622ebcdd2fa3 2,633 1.00/1.00 vMB 26
532,337 532,337 0000000000000000001387fafce6a8567d5a1ba92809321f9158261b5ce19124 2,078 1.00/1.00 vMB 26
532,336 532,336 000000000000000000221caf46e7c0e2adafab1011e3253181d5715831a8ee14 1,763 1.00/1.00 vMB 25
532,335 532,335 0000000000000000001e5effa7b91db480b8ca116cdab5a34ad138467f06aaba 2,017 1.00/1.00 vMB 5
532,334 532,334 00000000000000000025f300c88acd56fbdb2394da88fc76639b8e2948cc1229 2,669 1.00/1.00 vMB 30
532,333 532,333 00000000000000000018dfec141ce5155d9eb3208ffa3b648e5a79592d96a505 1,923 1.00/1.00 vMB 66
532,332 532,332 0000000000000000001666d7ce328eba453cf8e41b787fe5d1244cb884e36def 1,809 1.00/1.00 vMB 14
532,331 532,331 00000000000000000003b2cd31ba3f0c99f96aee5cd7d7d0dace2e86f0afde6d 961 1.00/1.00 vMB 10
532,330 532,330 00000000000000000022a0119dc9487ebe798673ed21df6fdbda452ac5def1b8 1,658 1.00/1.00 vMB 21
532,329 532,329 00000000000000000034c9d2fdf1d363619962b2aed0be07bb4f665ddf028a31 1,740 1.00/1.00 vMB 15
532,328 532,328 0000000000000000002aaeb342e66ecb40e8a9421c90587c6bd19f864f4d63bd 2,652 1.00/1.00 vMB 38
532,327 532,327 000000000000000000161da937438d032d0d3f5567fc15d529b76fc2ae71ec29 2,167 1.00/1.00 vMB 28
532,326 532,326 00000000000000000030c384a6bba5d5e022758040d5552907004892a912c825 1,996 1.00/1.00 vMB 14
532,325 532,325 0000000000000000002826239978773086b4e77a9988ba4d2d6893cc6ed9f3d2 2,431 1.00/1.00 vMB 32
532,324 532,324 0000000000000000001378b1402d7ad990c306c26d24a0c9dd5b9ba58ccd0f1d 2,819 1.00/1.00 vMB 23
532,323 532,323 0000000000000000000e2e04ca8db76f9d815d254aaecc4bdb6e88e5d4cd1138 2,707 1.00/1.00 vMB 21
532,322 532,322 0000000000000000001f003f5f9dbade46e577323329fa9da256867c28af0f6b 1,415 0.55/1.00 vMB 23
532,321 532,321 0000000000000000000c8db0e0a3aa17d23d6cbd57e3c4f8749e212cc5fa1d92 1,131 1.00/1.00 vMB 8
532,320 532,320 0000000000000000000249f02ee94bfb5d46d7d42ee9e78e7f4376b2fe023dbf 1,243 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.45 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: 666.96 GB
    • Received: 15.24 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.