Loading Tool

Explorer IconExplorer

Memory Pool

46,289 transactions
30.62 vMB
0.09862064 BTC
Random Selection Loading Transactions
Max Size: 157.52/200 MB

Candidate Block

Mining Attempt b97c8a7b4feb6164664134a72f4688d331444e09a6b2085d702a0fb17a64b2a5
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 442a895f48fab03199a3852d34cdd01ffe08cc46cad445436b1610ea4f237a2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,676
Size: 1.00 vMB
Total Fees: 0.03164091 BTC
Feerates: 100.29 > 3.17 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (368,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,354 546,354 000000000000000000089290fac2a0f0af5b90058983d821efe14cebb5403bc1 2,904 1.00/1.00 vMB 11
546,353 546,353 000000000000000000106dd7df6a18a3f2dc6b802f0b512f85acd471a51fd8f2 2,702 1.00/1.00 vMB 23
546,352 546,352 0000000000000000001ef70ef9a54f3a78419ed186a058c31c9db961d1aa733d 2,671 1.00/1.00 vMB 7
546,351 546,351 00000000000000000019b1e6112ba2b159c37fcdbde7bb4c9c7e03371559dead 1,838 1.00/1.00 vMB 11
546,350 546,350 00000000000000000020d8691237ce1ae4302bf7ce50c44511320591e7745a72 2,638 1.00/1.00 vMB 21
546,349 546,349 0000000000000000000452b4a2db7707c90b421ac17e4460eb25525efed3a2a8 2,835 1.00/1.00 vMB 11
546,348 546,348 0000000000000000000c3489daadefe58070c4e60ef1031b0c543e9ee97f1ac3 3,199 1.00/1.00 vMB 25
546,347 546,347 00000000000000000008c1a3c492555dfb8959b860957be7b0572501c2bbe988 2,204 1.00/1.00 vMB 7
546,346 546,346 0000000000000000001758356647a2bdb910531d995f0a43213415474a82e795 3,389 1.00/1.00 vMB 23
546,345 546,345 00000000000000000026502344b2a4d0331584f4af228b9b7fb81fe2ca91833a 2,810 1.00/1.00 vMB 16
546,344 546,344 00000000000000000004ce33e9b87e8ba6dc97cba9a3f6684790c185b0f2f7bd 1,127 0.99/1.00 vMB 3
546,343 546,343 00000000000000000012d61c9ae6292045d5bfd2d305c52487109c65ae00d537 2,201 1.00/1.00 vMB 13
546,342 546,342 000000000000000000141ba8c3268b782c78b46da6d05bdcb6d3ac37babeef97 3,235 1.00/1.00 vMB 7
546,341 546,341 0000000000000000000ecc01c694799687711d1f50d1a17454ca011a2a17b6b9 3,138 1.00/1.00 vMB 22
546,340 546,340 00000000000000000000f361be951cbab7ec56bac33e22469c2c969062e1b2ca 3,381 1.00/1.00 vMB 24
546,339 546,339 000000000000000000028496ee3ce1835953a6cd69d29cc3d0f949442c6efa0c 2,077 0.82/1.00 vMB 18
546,338 546,338 00000000000000000004ff0523b7552c047bdbfb89297fd2230dafdfd54a1646 485 0.22/1.00 vMB 13
546,337 546,337 00000000000000000004ac0b298456a3e15b0a7991348964cdecaa9a33b651dd 1,407 0.62/1.00 vMB 10
546,336 546,336 0000000000000000000d8ff2d0a2b90e2edf0ec7830ed7d5805e4d8a5cf4bd84 817 0.36/1.00 vMB 10
546,335 546,335 00000000000000000003dba9fedba6a0b92b640167eeda0d41485a3c85ac4ac6 1,378 0.66/1.00 vMB 11
546,334 546,334 0000000000000000000258eaf7ec3b225a66e648669940d14c20e85aeee15d34 1,348 0.56/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.63 GB
    • Received: 11.68 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.