Memory Pool Memory Pool Refreshing

2,516 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,756 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,505 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (325,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
582,420 582,420 0000000000000000000d9d1dc1ec4251af5f2937c80216bce9118b89a119ebc1 1.25 MB 2,549 96
582,419 582,419 0000000000000000000f5c94e92fa9f4c5b261cc6c2289675f1ee220ac417f12 1.16 MB 2,012 70
582,418 582,418 0000000000000000000f35dbd741e4933821f3ba2f6509152a6e168e8eed84c9 1.23 MB 2,724 90
582,417 582,417 000000000000000000148fab25d0f11413188804a5910942d32a20f93fe9a983 1.22 MB 2,505 82
582,416 582,416 00000000000000000022af15ea3e7db627f0fd842c44d8f46dd97cce83438ecc 1.28 MB 2,493 97
582,415 582,415 000000000000000000201d126ff164b641721419e3637a7b3c1d1a2767bc8c5a 1.27 MB 2,548 109
582,414 582,414 00000000000000000017a74524a1334ebc5bf2f7eee3a974ed030b513aabce07 1.31 MB 3,067 105
582,413 582,413 000000000000000000076d88f9df4fff2894a289928d4806d4191f13e23253aa 1.21 MB 2,576 93
582,412 582,412 0000000000000000001b2c119fcaff9c3f9d49d0e407e5d2be615f7247e7ac60 1.48 MB 1,821 74
582,411 582,411 00000000000000000014aeb479f51400a2c4c4459ee9963bb77dd607b4f59e89 1.36 MB 2,188 74
582,410 582,410 0000000000000000001c0ccdea4d971461f42c736ed169d2feb3b705827aa8dc 1.28 MB 2,878 99
582,409 582,409 0000000000000000000f6c5365787d56bbb58a2e2894f9e91ac092d49da49e8e 1.30 MB 3,060 112
582,408 582,408 000000000000000000255ee9107cd1758dc7ad1ea97f34a3d8e30c1e4bda6f25 1.24 MB 2,993 94
582,407 582,407 0000000000000000001df2c86960714c3e469bad357d0bf0c7abe30719f803b3 1.33 MB 3,104 120
582,406 582,406 0000000000000000000b0d9434a06013fb002eb0cdf66c8d8f334b4ad64917ad 1.26 MB 2,776 92
582,405 582,405 0000000000000000001644fc626e60441b235f56cc964fdb96814916d393f436 1.30 MB 3,024 114
582,404 582,404 000000000000000000072bd5c5619d538a011e5e85d45fa1895a28a3a0008937 1.33 MB 2,696 92
582,403 582,403 000000000000000000156672db680779067f40c6bf147717852152d7ded7fbb1 1.12 MB 2,267 97
582,402 582,402 0000000000000000001c2b26ddaa099dff2ba25c8b536f58a24d369cc5c033ee 1.29 MB 2,734 112
582,401 582,401 0000000000000000001d8bb8434753698bd75b6fd96bf9641b3a88172b638de4 1.36 MB 2,843 105
582,400 582,400 00000000000000000023b2e7b7c5f6c1ae71808ed1d823541a1df154cc6c763b 1.28 MB 2,675 132
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.