Loading Tool

Explorer IconExplorer

Memory Pool

45,237 transactions
29.86 vMB
0.09279100 BTC
Random Selection Loading Transactions
Max Size: 154.18/200 MB

Candidate Block

Mining Attempt a9c16b69e2448300b5a2467264715957d83687a4760a4188631d6b824586c5d5
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 47e4c8f6ae57d9aa755dc02e548a03b99d2eff5ec23b5a4126df5d2ac6e81377
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,027
Size: 1.00 vMB
Total Fees: 0.03231319 BTC
Feerates: 477.45 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (122,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,988 791,988 00000000000000000001eab856afeb2f830bcdaa139395b754788d99f14cbfd4 4,109 1.00/1.00 vMB 52
791,987 791,987 00000000000000000004eeb4d4913a126ff232fc351b39504d9d0e992a988227 4,135 1.00/1.00 vMB 52
791,986 791,986 00000000000000000002e2c065f4674bdb4a81f50fbfc4703c7f78027120b2ad 3,364 1.00/1.00 vMB 45
791,985 791,985 00000000000000000004aca4148783d5fe7619f6e24757bb3ffe91191a01acff 3,273 1.00/1.00 vMB 52
791,984 791,984 00000000000000000001c62d8a26a14095a8cae9c4e3738865e50f6eb5b8bdd9 2,681 1.00/1.00 vMB 31
791,983 791,983 00000000000000000004f9dbf42c7552088ad6411cd1081cfc30b25aa7c70b14 2,262 1.00/1.00 vMB 30
791,982 791,982 0000000000000000000050fec5f168a6d8ebbae82115d315da907bd4a6e2b742 3,132 1.00/1.00 vMB 42
791,981 791,981 00000000000000000001e7fde5eb419a0265244a4fdb1262633418d70be1aac3 2,965 1.00/1.00 vMB 49
791,980 791,980 00000000000000000003eac866e028c539d7a355a46482d1cfffd2cc8a861877 3,323 1.00/1.00 vMB 54
791,979 791,979 00000000000000000001310bfbba0752104852951d233fdae971e9003a1700b6 3,919 1.00/1.00 vMB 52
791,978 791,978 00000000000000000000ff2487eb122bb86fb7633097a97ee64803c43c2c8793 4,429 1.00/1.00 vMB 54
791,977 791,977 00000000000000000004cf3071402e234bae5a330a195c0b8b6030af1d1ae800 3,444 1.00/1.00 vMB 71
791,976 791,976 00000000000000000003a733a929660aba8f562862faf045824ed2df2f33a7e4 3,605 1.00/1.00 vMB 80
791,975 791,975 000000000000000000045a92d16b51c855be2507ea8066ab21b8e6d6949ff4f6 3,887 1.00/1.00 vMB 98
791,974 791,974 00000000000000000004fb763b82a0184eb08c58ed6933a6bf8bd7a49deaf329 3,769 1.00/1.00 vMB 55
791,973 791,973 000000000000000000031dc18f8b03c5070413d63c3316d9d3de6aa95b69488b 3,296 1.00/1.00 vMB 49
791,972 791,972 000000000000000000032c225a33bf9468bd9cfcb6597cc2abe3b83eb3302b60 3,272 1.00/1.00 vMB 43
791,971 791,971 00000000000000000001957d071e6b3227c7fcab5d4f38fe9528b3fbc04b4c8e 3,292 1.00/1.00 vMB 45
791,970 791,970 00000000000000000001cd399ac39f55e81d66abb0372233cd198b9c9539ca15 3,531 1.00/1.00 vMB 45
791,969 791,969 00000000000000000001cd0a4a8a474326193c91e4962501d9ec246f36856ea4 3,499 1.00/1.00 vMB 52
791,968 791,968 00000000000000000000b5d371cf9b38b204c1aeb674c872de6bd4de896ad7c1 3,008 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.