Loading Tool

Explorer IconExplorer

Memory Pool

78,988 transactions
29.62 vMB
0.07173081 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt 8ef68f90c583e033981f129515a66d93ef6590ec2407cb273a5442de247c713d
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4133e57813ef52365359b6f46cd414d206b7cf40267f7e4d251157c40d0e5efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,959
Size: 1.00 vMB
Total Fees: 0.01148717 BTC
Feerates: 180.34 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (240,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,496 674,496 00000000000000000001ffd34283ae139572109602b4c670319f31f1e5a94eee 2,672 1.00/1.00 vMB 72
674,495 674,495 00000000000000000000c61d739e8265bf73e94105903786d418f30f5bc39119 2,573 1.00/1.00 vMB 72
674,494 674,494 0000000000000000000120174da5dcbb87eacd8193c1b772f71de3ec6f45e0f7 2,494 1.00/1.00 vMB 86
674,493 674,493 00000000000000000006adc0f1c1f6d6780612d06668fed1e701907b5cdbd141 2,022 1.00/1.00 vMB 77
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
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.