Loading Tool

Explorer IconExplorer

Memory Pool

35,521 transactions
25.91 vMB
0.06396298 BTC
Random Selection Loading Transactions
Max Size: 132.00/200 MB

Candidate Block

Mining Attempt 712d3598f82305f721c4ac55164ed8ec446a9c98c9e000c168bcd3a876165096
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root a8ff962711948886281ee1a18239f5b4de43fd12cee18bc72496017049df20e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01648351 BTC
Feerates: 120.00 > 1.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (352,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,173 562,173 0000000000000000002bdd0fd04f0b357dde171793145d25fbe80e5d664b394c 2,849 1.00/1.00 vMB 13
562,172 562,172 00000000000000000009d21b7bb6315cb65084dd21a6af4d2a1b1f3f2d2cb0a3 2,936 1.00/1.00 vMB 15
562,171 562,171 0000000000000000000bcc7f505b4c4bfa276ab4ef2b3d16720e7ec9952d09cc 2,742 1.00/1.00 vMB 16
562,170 562,170 00000000000000000017abb9456f02bda4f017d435223a335cefcb805cfe8126 2,887 1.00/1.00 vMB 41
562,169 562,169 00000000000000000022e0336617a57eee1d041873ce4743e4ee070b3f23b30c 2,990 1.00/1.00 vMB 18
562,168 562,168 0000000000000000000a37a72eb70f2497d55466effb30914000b39092ebe5f7 3,182 1.00/1.00 vMB 29
562,167 562,167 0000000000000000002a68d3779cdd4c18616a394594379dea7da72fe5f7ea3f 3,045 1.00/1.00 vMB 21
562,166 562,166 0000000000000000001d70dccc283fca3266beb64939c1730340b58066cf68a3 2,829 1.00/1.00 vMB 30
562,165 562,165 0000000000000000002b47fa958ff8cd3d7e865ef08cb2230b1805fbddadd300 1,294 1.00/1.00 vMB 18
562,164 562,164 0000000000000000001f54ede17b297633f5a5491cd256bd67e10227169f895b 2,781 1.00/1.00 vMB 21
562,163 562,163 0000000000000000002707981c29eea1217af6259ca00d0875c557bf8afa905c 1,329 1.00/1.00 vMB 18
562,162 562,162 0000000000000000001add395e588863156ba2ccf1dd5bb5d13403578a7a3166 2,710 1.00/1.00 vMB 16
562,161 562,161 00000000000000000010367606acdd987c0d56f0c18a9c33aa2e131e516c80fe 2,943 1.00/1.00 vMB 31
562,160 562,160 000000000000000000273a1136de9b87959f9754f49145b097e2e48fcc2f9986 2,624 1.00/1.00 vMB 52
562,159 562,159 0000000000000000000afa1d119e4e20b3271576299493414d41da644ecc072f 2,722 1.00/1.00 vMB 33
562,158 562,158 0000000000000000002ab643db5bd2efaf9f5d2f9e4d6d906b6d4fa7379d070e 1,842 1.00/1.00 vMB 28
562,157 562,157 000000000000000000015d61fdbde8fc0d8f31b2d7961fdbea8eade27d36281c 2,648 1.00/1.00 vMB 39
562,156 562,156 0000000000000000002f02405fe7f2eb38c893a7481b19bc821344f2a9930570 2,562 1.00/1.00 vMB 16
562,155 562,155 00000000000000000012deb8eb9d2b0eff1498c83f240068f90cfad2f720d0bb 2,076 1.00/1.00 vMB 16
562,154 562,154 0000000000000000001838ffd79ce3a2c4f2405fb4c34bd257fe9f31d4487a88 1,601 1.00/1.00 vMB 24
562,153 562,153 0000000000000000002e158677e578031a64303759464e7f3dfb1d3a490fa6d8 1,963 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.84 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: 638.03 GB
    • Received: 12.46 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.