Memory Pool Memory Pool Refreshing

5,098 transactions (1.87 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,132 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,477 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,131 (887,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,278 21,278 00000000c6983fa557e0779fb29c6c5f206a72e5d7350f97d986f2a246b2949f 0.00 MB 1 0
21,277 21,277 000000006cb6416a12c674a4e35783954ef6deb2b724203c71c9ebe5b97f33db 0.00 MB 1 0
21,276 21,276 000000003f0a576a753c8ad51a78ba0832e276f82069e049d3d9c857e6cd6767 0.00 MB 1 0
21,275 21,275 000000002e4a0dc74d3a5b9c5685801847a5cf131d8c07fcbefc69eb4441ec65 0.00 MB 1 0
21,274 21,274 0000000068e182f0331ab72cdc52796d28ef44d220a19fd29009b725f592204a 0.00 MB 1 0
21,273 21,273 00000000f6970af712948f3aa12cbcbea4abd3b1f2a8faa4e84a480b4bf12bd2 0.00 MB 1 0
21,272 21,272 000000009c045bd683efef3c92908d1fa14e79b6cf077c87c5cf4a5e8faa799c 0.00 MB 1 0
21,271 21,271 000000004c6f62209c0f280c6f6247fc9d9a35ecf7663c9ea44c435bf7f03e6f 0.00 MB 1 0
21,270 21,270 000000006648500982e9c99c8d127b4e48c40195eda18219d310d0e99bea0141 0.00 MB 1 0
21,269 21,269 000000009fabbba98b7e2c28ca66cb1162cfe268ff1af9defa0332c1293feb40 0.00 MB 1 0
21,268 21,268 0000000022f33bd3178359a15e330a27114e1fe31fea7e31b6ef67cd88f05315 0.00 MB 1 0
21,267 21,267 00000000f39f3a2b93cd6cf316fc942f5d18c69f440a79e0f90d7bb89230b522 0.00 MB 1 0
21,266 21,266 00000000145c9fe3bc8f68985230e981d70f5ea6a3fce179e11fb18fef837e71 0.00 MB 1 0
21,265 21,265 000000005be0e566a5b232c4ab89f26439735cd36b4987e2c2b831ca14832a7f 0.00 MB 1 0
21,264 21,264 000000007207840f0c8742ae30ac577bcdcad6de54779e4dea860fd50863a7fc 0.00 MB 1 0
21,263 21,263 00000000ba0def14368a4ee33860ffe4d2ff7c498119601f5d29a04913410676 0.00 MB 1 0
21,262 21,262 00000000ddc288a7b07a0ad7f1d4105dcfa89d6e09607f01e8ea166809c98cea 0.00 MB 1 0
21,261 21,261 00000000476da2e14dfad0d2ab49e2160e208ac2f2aa7fa516e7c0e1cc55acb6 0.00 MB 1 0
21,260 21,260 000000002f4238abcf82228249334583277d26fe05c50b46253d1af2c5635a86 0.00 MB 1 0
21,259 21,259 0000000034387cf7ee220e79a68900bfceb4c5f79f446c01e2a5f12244109723 0.00 MB 1 0
21,258 21,258 00000000bfa6f27017e6766b9ca52cc65440991709ceadb3b21a95de82038f75 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,949.69 GB sent, 106.54 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.