Loading Tool

Explorer IconExplorer

Memory Pool

78,984 transactions
29.73 vMB
0.09213044 BTC
Random Selection Loading Transactions
Max Size: 179.50/200 MB

Candidate Block

Mining Attempt e06a6e1fa5c7303d1fb484361ba7f28c45b55073be6d265e3ef492fafc5d221b
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 126ab6917cd97b46298a7d4949a90650d591f74e86b4cd1206a5bb2f782be126
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.02583491 BTC
Feerates: 101.62 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (393,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
521,222 521,222 000000000000000000443cba55746bdf345e6f641dd21fee1f3b6fd9c00007aa 2,107 1.00/1.00 vMB 40
521,221 521,221 000000000000000000366a34ae8b5c3d674aa8a702c3bd9ede0ad3541d796697 2,018 1.00/1.00 vMB 7
521,220 521,220 00000000000000000029685bdb9b270e38e09f1a1e22f1a55e7ae80f21d007ab 2,684 1.00/1.00 vMB 54
521,219 521,219 0000000000000000003048767d28b36a096576017f46a449ab97479be3f354c9 2,286 1.00/1.00 vMB 5
521,218 521,218 000000000000000000200c678d463509f4866075d6a0a62e23f38ed36793b045 2,260 1.00/1.00 vMB 27
521,217 521,217 0000000000000000000e4e7a443575017a45e39f16255f67cded1f694bafdcc8 1,607 1.00/1.00 vMB 55
521,216 521,216 0000000000000000002d1ad2e1908e32b2de88424136b387676de1c115abbd42 2,536 1.00/1.00 vMB 5
521,215 521,215 0000000000000000002585e3b5d604ac6f5da17b2b6164a5d8a7cc979f55262c 2,821 1.00/1.00 vMB 17
521,214 521,214 0000000000000000000fa7770e21929ff62a585d4ce0a9dd7ff65860e4c2059d 1,818 1.00/1.00 vMB 66
521,213 521,213 00000000000000000022151e6951202c1d747a856c4fe967ccfe5de082393efe 2,409 1.00/1.00 vMB 7
521,212 521,212 0000000000000000003a59415b64fe0a0ec54c1e5960cef7b1ee838cc6a1c247 2,601 1.00/1.00 vMB 43
521,211 521,211 000000000000000000421a6656c4f5957c688770a1b9bf2891f63f9c321a98de 2,362 1.00/1.00 vMB 56
521,210 521,210 000000000000000000154a48b18d1adc593ac9d1af33790a1d7d4a331b80e5f8 1 0.00/1.00 vMB 0
521,209 521,209 00000000000000000031fd3a09d1655b2fb33b7b479ed4ef8476412b5843ec02 2,062 1.00/1.00 vMB 33
521,208 521,208 000000000000000000038f938044e16500841d4261ecd4fc2c08792b5d5e09bf 1,725 1.00/1.00 vMB 12
521,207 521,207 00000000000000000035002918285f18c18e31348e6fb76b5cbfe9a32fc27fef 3,374 1.00/1.00 vMB 33
521,206 521,206 00000000000000000027d46d765a4382bc2ad2cd209a16b1f2ea74ea67229441 2,085 1.00/1.00 vMB 55
521,205 521,205 00000000000000000006941b15d715aa6c63f052f6da3fb81e5bc2b3d0186b99 1,767 0.90/1.00 vMB 78
521,204 521,204 0000000000000000003b0b82666b37802e87e2f5efe3df27199c8ba7035c0605 1,180 0.56/1.00 vMB 10
521,203 521,203 00000000000000000024b1243c1323ddf0d316a849bf81f90f6c072457c7250c 1,747 1.00/1.00 vMB 14
521,202 521,202 0000000000000000002754a234e165e5b8c7c58cd98d74c3aae8b568543ff586 2,151 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.