Loading Tool

Explorer IconExplorer

Memory Pool

34,016 transactions
14.29 vMB
0.06223325 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.22/200 MB

Candidate Block

Mining Attempt 44505f538c38fadcfbf1a32e4cf3066f7f7762c5c60655e74be01557c9bad878
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root ce072edc7a78833870680fbf2bfb761d0fb4d7cd84ddd56fb905adbdfa485570
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,009
Size: 1.00 vMB
Total Fees: 0.02085757 BTC
Median Feerate: 2.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (907,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,121 6,121 00000000e77730de17ea5463179ba997970c9bae53b0e5c4faf74773711a130c 1 0.00 vMB 0
6,120 6,120 0000000045eebeb8dde04afe8706f42b549aa63cf8fa478e46917ef823335e44 1 0.00 vMB 0
6,119 6,119 000000004245a3a490252f474486d5dc0c40ecd6c64b0066872e81a65d47ad04 1 0.00 vMB 0
6,118 6,118 00000000a3eb27a6abcc24d18af3cf28013c39643228ab02493463346dadf3c0 1 0.00 vMB 0
6,117 6,117 000000004748a0c2d940ac930fd767ec9da39d6369014345b1c73e7621945a1f 1 0.00 vMB 0
6,116 6,116 000000004ca4d556f7eb04a41e7896988f6da9ffa7f680e9cc5e998ea3ee9507 1 0.00 vMB 0
6,115 6,115 00000000e40fa013d2e89b45429011303ad6c3f85e44a6e3ddee314c78b00474 1 0.00 vMB 0
6,114 6,114 00000000846e60060baaaf0d930c2738f287534f72d5b6cd4e9ef888da7652cf 1 0.00 vMB 0
6,113 6,113 000000000bc1098aa151e3f9666914be2db86f9f1b6372f20a8013a2ef587934 1 0.00 vMB 0
6,112 6,112 0000000016d49814f2a12452f3d3d37b846be12702f9f3932c4eb9c4d3eb39ef 1 0.00 vMB 0
6,111 6,111 000000005b28ffb3c31a309a53425a7190ec55af9c65c574e6b5abd45ce83846 1 0.00 vMB 0
6,110 6,110 00000000dac6dfbd3ee5ab827d0cb3a4a340ec66459f4f551b92e0b13e27108c 1 0.00 vMB 0
6,109 6,109 00000000085a4776d416c8eba3d2723a113e51c59bce7d1fdab54098c399f3ac 1 0.00 vMB 0
6,108 6,108 0000000062ad672a1552b48011a28073ad9e0c2af53aa92760675016957f58e8 1 0.00 vMB 0
6,107 6,107 00000000e9bae0e8d8c11601625ae2c5f53cf155604f7093b822fb2ca1c76c24 1 0.00 vMB 0
6,106 6,106 0000000074df75635eba118acf8f92e54b4337fac3a01753125a8a708f0511b7 1 0.00 vMB 0
6,105 6,105 00000000108d8beb9816c1f4b400ba9dc765e02bc16f6050fb5d7a1576c37f8d 1 0.00 vMB 0
6,104 6,104 000000004cc8ebd7a806c3acf1bf7c7d3063cbb3072aba4bd37a7c8895964c5f 1 0.00 vMB 0
6,103 6,103 000000001e3cc7209d0ad03234fc2359ee42bb214ec7f4f5c11dc0eba4cd9f2f 1 0.00 vMB 0
6,102 6,102 00000000d9218daa2bb14eff01c9e4de11d119a645356fa26c0b0572414ae334 1 0.00 vMB 0
6,101 6,101 0000000065dcc2ca9250ed1e6c5d089663266646ece20545a7fbed933f3e8753 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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