Loading Tool

Explorer IconExplorer

Memory Pool

82,063 transactions
30.10 vMB
0.13260421 BTC
Random Selection Loading Transactions
Max Size: 181.84/200 MB

Candidate Block

Mining Attempt 1129935429db3c9f4a1cdde6af7c1cee9c653da8cc0caae8849ab3ccd83b2f34
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 7d8ff133c72f7e89599ae3e0a8f8ffaa37809e3b74b0ac13e510997bfb0811e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.05508986 BTC
Feerates: 477.45 > 5.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (211,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,477 703,477 000000000000000000021fd9e86679c14a419cd7c56126fc648e074151d80547 1,463 0.65/1.00 vMB 9
703,476 703,476 00000000000000000001b0ed769171cad1685bc0b3f6febf1def016f5aeb1620 361 0.21/1.00 vMB 10
703,475 703,475 0000000000000000000e2128b84fca3a8522fe5fc1bfdf3f793a3af6c518406f 817 0.56/1.00 vMB 7
703,474 703,474 000000000000000000035eb55faca92d7dd84add54d1676e1a74ab2c09f6a4cc 1,607 0.98/1.00 vMB 4
703,473 703,473 00000000000000000000d2b1d9f79dc1ad846549f995d7bbdacfa58af8da0ed9 2,704 1.00/1.00 vMB 4
703,472 703,472 0000000000000000000b59c2183852398565837e93387b88f6d62798a7b4027d 1,109 1.00/1.00 vMB 9
703,471 703,471 000000000000000000016b3bf65d779fc0beb52eeda4a5d57e5f008d83948405 1,372 1.00/1.00 vMB 11
703,470 703,470 0000000000000000000b5223aa15a938100cfc74ba7b95f2c2dd4c92180a14bb 1,793 1.00/1.00 vMB 12
703,469 703,469 0000000000000000000b78cad103d1af3a33203b3de71b761bb39d35626b7eeb 1,748 1.00/1.00 vMB 4
703,468 703,468 000000000000000000089429df8749de579b56bd5ca874a3fd9d8bc5a7e0bcd1 1,161 1.00/1.00 vMB 9
703,467 703,467 00000000000000000003775698149ee56c1e304bda6914815960f700085c9c0f 1,392 1.00/1.00 vMB 6
703,466 703,466 0000000000000000000d322a0686aa8fba1290227a7490e17cada869b649c588 1,129 1.00/1.00 vMB 9
703,465 703,465 0000000000000000000e27db02b56cd30c7dda8a9b86e6289bcc94c757223fc8 1,337 1.00/1.00 vMB 10
703,464 703,464 0000000000000000000044826a8808d5b34cf2008e99fb64129d9b07e1aa2766 1,014 0.81/1.00 vMB 10
703,463 703,463 0000000000000000000cceb91adcb0c724914dc69d6adcd1c03e718826efde79 30 0.02/1.00 vMB 9
703,462 703,462 0000000000000000000ab4921beac311d3b672e3d78f165f63f4b49eafd79245 1,565 0.81/1.00 vMB 7
703,461 703,461 00000000000000000004f114e6f7e165e1482be43b86f84cfbf081a31db29421 1,056 1.00/1.00 vMB 10
703,460 703,460 0000000000000000000873129fd397de9c504c7f5f6945f2255f8d0835b0af04 910 0.51/1.00 vMB 6
703,459 703,459 00000000000000000003826754f8d612e9131a2724195fc52f8f48dee3f943fe 1,479 1.00/1.00 vMB 8
703,458 703,458 000000000000000000054ff16a8647ecf06aeb6c5f2dd86e8c33d644823ab0a9 1,518 1.00/1.00 vMB 6
703,457 703,457 00000000000000000009ba4faa3d7bcda0b1e92fc9282e5a700c249c00ba82bb 462 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.63 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.22 GB
    • Received: 16.18 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.