Loading Tool

Explorer IconExplorer

Memory Pool

39,691 transactions
26.38 vMB
0.08079081 BTC
Random Selection Loading Transactions
Max Size: 136.99/200 MB

Candidate Block

Mining Attempt 97278878938f82e3ebae2f4cf7f146ea8edfbdada9b77bc5e0e9d77c2b6732dd
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 0d79e9cc881da63303a95f21289153e60697f3aad5d0f61bd779fdc36cfa8a25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,056
Size: 1.00 vMB
Total Fees: 0.03231508 BTC
Feerates: 502.65 > 3.24 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (821,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,246 93,246 000000000002159060b5cc87b546be24f9dc976383e1df0b91bf06b73723a817 4 0.00/1.00 vMB 3,870
93,245 93,245 0000000000029073d4cb36ca748a37b97d0476c218bcc05ad9523e79f8d923cf 1 0.00/1.00 vMB 0
93,244 93,244 0000000000061145e2558df6cef2594035f1f875c99addf342e575a19e185423 1 0.00/1.00 vMB 0
93,243 93,243 0000000000082884d5f474dac9745d741a1eaa2ea9c61502cc3cb5c17d4cb378 2 0.00/1.00 vMB 0
93,242 93,242 00000000000238c2444f3b47d05c970409677d3747da3f51ca5e918cb9d8759b 1 0.00/1.00 vMB 0
93,241 93,241 0000000000057f0dfe6824fab53ccfa55a95a0733815865e244088c2b091293b 2 0.00/1.00 vMB 3,875
93,240 93,240 0000000000049ecc00a03090d4c0d75662a38be43f52d1bee67132e27920e0c4 1 0.00/1.00 vMB 0
93,239 93,239 000000000001c7854be9e36431c8d5056abf6fa1af37bec6a938f5f9229671e8 1 0.00/1.00 vMB 0
93,238 93,238 000000000009870f67f1ac9a981ce2f14a15cca73745056ec934d3f18f51ebc8 1 0.00/1.00 vMB 0
93,237 93,237 000000000005e992950f0cb5f9fa86db6cfc7e51309569335ebb507cfb018598 1 0.00/1.00 vMB 0
93,236 93,236 000000000008ebd6edb0be2900c393024550cd1c909dc5917d5a0a3987b6e098 1 0.00/1.00 vMB 0
93,235 93,235 000000000005d0d1faacad2c1fc3c1987b531bc314ac1965d41d2987601f2c6d 1 0.00/1.00 vMB 0
93,234 93,234 0000000000012011f12aa0933d90e8c52b7b714e4aad677ec394f28256b180f4 2 0.00/1.00 vMB 3,861
93,233 93,233 000000000002e5a7f5436c2e931ff4a533cf38d50c4d1707a0e4f6ba7ec38629 1 0.00/1.00 vMB 0
93,232 93,232 00000000000324c45e5233545e3f7081287a6d50553966611ad1315694720863 3 0.00/1.00 vMB 3,875
93,231 93,231 000000000009658ccf72c2b49f220c5f42ca6c5f0b8260f0804cfb704fb766b7 1 0.00/1.00 vMB 0
93,230 93,230 00000000000209810cc2f0b7052809f600452df77e6dad39197af8501069197b 1 0.00/1.00 vMB 0
93,229 93,229 0000000000041b7718a8ca6d597a0568a8a8a85e9bc945c412c48ebe39a6494a 2 0.00/1.00 vMB 0
93,228 93,228 00000000000403aec81bf8a3a9f24590e1f43ba930d625540a3de3c9e9322af8 1 0.00/1.00 vMB 0
93,227 93,227 0000000000067b79579c6c2a9b39bc2ed94907d53fbc9158295c06b9a58fdf6f 1 0.00/1.00 vMB 0
93,226 93,226 00000000000735d0ddc6d946542964a0e7afc8ded61f96a11a2a204904559d54 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.