Loading Tool

Explorer IconExplorer

Memory Pool

74,945 transactions
27.61 vMB
0.07341643 BTC
Random Selection Loading Transactions
Max Size: 168.57/200 MB

Candidate Block

Mining Attempt c6d85eddfcebb77eda435b6eda2ee8de3e27009f35f5cda0f064b8efc3a0fd9b
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root acc38d62d3f5656b3f5f2ab358d4c15c341f5f1da58e40e1e677b450fa721c1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,460
Size: 1.00 vMB
Total Fees: 0.01449608 BTC
Feerates: 80.55 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (299,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,482 615,482 00000000000000000001d9d161b140ccd89cee6b7f8b6c6a8dbdb6c6f94dce66 1,265 0.36/1.00 vMB 12
615,481 615,481 0000000000000000000468f6409b82a66db29befdfc85136e4994b5bacfc78aa 3,096 0.89/1.00 vMB 8
615,480 615,480 0000000000000000000379ac5933ad0e62b6afe027c815073e5f1fc70d7ec216 2,561 1.00/1.00 vMB 16
615,479 615,479 00000000000000000007e8e5bb00ecee9a4385f53562bc699d9d1c90c420b47d 2,791 1.00/1.00 vMB 11
615,478 615,478 000000000000000000095c6d11d474e336285d1f368577b1f92e2d528b152f1f 2,701 1.00/1.00 vMB 20
615,477 615,477 0000000000000000000692664cb8ee08a497da762bbeb45886e59177000ae7f8 1,649 0.50/1.00 vMB 13
615,476 615,476 0000000000000000000fa4812d5462905c49106ec3a0c493a6e2e3914ac9b2a7 645 0.19/1.00 vMB 18
615,475 615,475 000000000000000000057c57acf26d7e403020ffaade10bd7e9d8ad1b8afe970 1,108 0.42/1.00 vMB 14
615,474 615,474 0000000000000000000f5bdd95b3fe79360eed4db1132ffcc55ab5975847194c 1,319 0.60/1.00 vMB 13
615,473 615,473 000000000000000000018d3a8d8a7c7e66d7a726ab9935aac7910aa28f9b1e32 803 0.24/1.00 vMB 12
615,472 615,472 00000000000000000009f30a37bcaff4cdd1edafe13d24b202dfc5436755ec4e 209 0.07/1.00 vMB 12
615,471 615,471 0000000000000000000cbeef243436e3df7b0ecfc22980dfc7340b31bf3ceb0c 383 0.12/1.00 vMB 29
615,470 615,470 00000000000000000006cb31a35f03a2589af984e491322713d2abafc66dc513 190 0.06/1.00 vMB 30
615,469 615,469 0000000000000000000d021d9b70e86a1e668cc8199416430cb4887f2597cea9 1,471 0.44/1.00 vMB 14
615,468 615,468 0000000000000000000771758f011a37924d21c064819792af9d4e74d4a3110e 329 0.09/1.00 vMB 21
615,467 615,467 000000000000000000048c3aec39728e09b24ab5af54a1fb13ea6a64eecf78c0 1,315 0.37/1.00 vMB 10
615,466 615,466 000000000000000000075d1fa7c265d533fab094384459b482313bbc02eb9d35 3,022 1.00/1.00 vMB 17
615,465 615,465 00000000000000000005c8cdb3c573f8e2b58ab973d983157b0c1944c590306b 232 0.05/1.00 vMB 11
615,464 615,464 0000000000000000000e423e5bc48d09ee1114400ee7bece337a377b9b7f9fe3 2,755 0.93/1.00 vMB 11
615,463 615,463 00000000000000000004f621ae823c3530394293476717286aba6c02356cd0a2 1,818 0.56/1.00 vMB 16
615,462 615,462 00000000000000000011243fef48be87337f31405f1ea763444614c99ac82e6c 1,051 0.43/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.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.