Loading Tool

Explorer IconExplorer

Memory Pool

78,348 transactions
29.39 vMB
0.10464834 BTC
Random Selection Loading Transactions
Max Size: 176.68/200 MB

Candidate Block

Mining Attempt 946644eba83ee0c0ed83cd7d6aba077564b241072edfd77dc55ed3b0985dcbf8
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root 1e2373b8c944e673ef872734e685bedb1358281502aae17a3e5de50025c8dca3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,174
Size: 1.00 vMB
Total Fees: 0.04491645 BTC
Feerates: 101.66 > 4.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (240,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,492 674,492 000000000000000000026b84d24ac6961a9f06a613e0d8d37d62c991b45137d1 2,614 1.00/1.00 vMB 65
674,491 674,491 00000000000000000008e7e08bae204ccf991b540044bae6f4ed2677281a0ed0 2,241 1.00/1.00 vMB 77
674,490 674,490 000000000000000000031bb47e270db1ec7aa73c4e1a8b0e0cdabfd279d8b2ec 2,692 1.00/1.00 vMB 104
674,489 674,489 00000000000000000001310e1cde2b118c508cac25eb9dbc81d1d5ad3e131d85 1,781 1.00/1.00 vMB 107
674,488 674,488 0000000000000000000a84957cd1770d0acc8b13ac452b358a1acd0bf3bf7c25 1,118 1.00/1.00 vMB 101
674,487 674,487 00000000000000000004e3040a4582a9fb773cfe865c7c0710363047d809e935 2,728 1.00/1.00 vMB 124
674,486 674,486 00000000000000000007a767eb0cbcabac9fd88c2f4d89a60b752eef25df1705 1,435 1.00/1.00 vMB 108
674,485 674,485 00000000000000000009a77c962fabb1b12c54dc1e978080df0155381f97fb5f 3,110 1.00/1.00 vMB 129
674,484 674,484 0000000000000000000c5234c9067adac0e2b29f589b7e760d3e95d646466d81 2,492 1.00/1.00 vMB 83
674,483 674,483 0000000000000000000493010b62dcc594d94a117411ab5d2374d8d99ddc877b 1,784 1.00/1.00 vMB 81
674,482 674,482 00000000000000000008520702e2e3b3fee492be58b26d73c374fdf9cb09f681 230 1.00/1.00 vMB 82
674,481 674,481 0000000000000000000446dccd12d94a8628f56d3b07feb3b90ece2e46564522 384 1.00/1.00 vMB 83
674,480 674,480 0000000000000000000bb69abb5a682b876d8ff4b1513ef2593c613524e51925 1,969 1.00/1.00 vMB 100
674,479 674,479 0000000000000000000bf95a350616ec23a58c39a242e2e9312ec6ac6536c40a 2,133 1.00/1.00 vMB 89
674,478 674,478 0000000000000000000905f7d7b990f40305dbade3dec92e014bb9c450405e59 2,144 1.00/1.00 vMB 101
674,477 674,477 000000000000000000072f055604f0f7ccd52c9ed2f8ffff27fa6865eb32b03d 1,679 1.00/1.00 vMB 88
674,476 674,476 0000000000000000000a0d4dee3d63612a6a9438750004af74adf4e8ea635600 1,976 1.00/1.00 vMB 85
674,475 674,475 0000000000000000000852a69f9b238a36afc29b726373d752c7f83d8deb7d29 2,870 1.00/1.00 vMB 122
674,474 674,474 000000000000000000006070fb01997814c0c04865a3c168b32bba5af9027fa0 2,819 1.00/1.00 vMB 112
674,473 674,473 0000000000000000000088d09753d158799186dfcf7f3710833c7da9b6d59289 2,176 1.00/1.00 vMB 100
674,472 674,472 000000000000000000015c1ec1f299f6211a0934896d8254738196b5a0ab8ea1 1,903 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.39 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: 664.63 GB
    • Received: 15.01 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.