Memory Pool Memory Pool Refreshing

3,935 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,055 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (689,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,421 218,421 000000000000028851154837c4c6fdf26c46ed3eb547914281a2013753c5cae4 0.09 MB 158 126
218,420 218,420 00000000000005271781bb260aa846bacbb9e25fa5ec9925d9648a659532788e 0.08 MB 160 157
218,419 218,419 00000000000000d5f1d5b795d37b724278895b087533274af16a4f0600c4133b 0.17 MB 395 165
218,418 218,418 000000000000043e995d8d50e02190adf2a6ec086eb918d41e6cd4b20338c2c6 0.12 MB 309 176
218,417 218,417 00000000000000a5d868a07448bc9d8f9b94aeb880c742e9559cf3e9ea7840c7 0.06 MB 110 85
218,416 218,416 00000000000002ca53a0fcbe06231b7f249430865c6ea2ee78fed9a7bc2311c5 0.16 MB 417 194
218,415 218,415 00000000000000f8c574a3fd4a7d53f0f0af7ec47764c00592f3ae378c848944 0.09 MB 159 109
218,414 218,414 00000000000004abe777ee01222ca531815d4eadf83debe5cc4ad18623130f18 0.25 MB 660 192
218,413 218,413 000000000000042ab848c2aaa5c60fe4d0323a39b88a5980a91e62fa928237ad 0.10 MB 227 153
218,412 218,412 00000000000001e001a7de9a2114971c6d826ca830fb2cf90affb5536a200373 0.23 MB 499 136
218,411 218,411 0000000000000443bdef6f516e0aa306301ff487a3cf4b08ce2ba1ae2270cdce 0.25 MB 641 172
218,410 218,410 00000000000003f191025f255c40edbbb3eefe1470741c3251f9d5c0a0464688 0.26 MB 396 126
218,409 218,409 00000000000004d2f0b70570d244e13e2bbef8c673ab4e6a29c24a11ec959de0 0.20 MB 302 119
218,408 218,408 00000000000001d2cce7f00aa64cac1cff3ab8380bc10d04e9b1993e73465ddc 0.25 MB 841 245
218,407 218,407 00000000000000619c41303573f91625c7c8e497d33317769d8f54affacb9247 0.05 MB 138 227
218,406 218,406 000000000000047802eecd90d45ac75fba1075ab9fdefb18a57fa1da746cedce 0.05 MB 140 261
218,405 218,405 000000000000053c012d0b4deab9337103beb39b05a124b9045bca4f902526ff 0.24 MB 515 154
218,404 218,404 0000000000000305876a7df0e12316f3a3eae672ba5fead035163b4cc9dd914e 0.25 MB 587 183
218,403 218,403 0000000000000489f0bf63fc0b1bfd829568873dfc4a34416c93768e7f194e05 0.16 MB 417 209
218,402 218,402 000000000000040f8690da716d5cb5d527091c81cb763c7d892c8f780158ac40 0.08 MB 136 122
218,401 218,401 00000000000000ff1c218213f6711b5ad0bb36f3af077f1e5227d2663bb85d8f 0.20 MB 516 187
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.40 GB sent, 94.28 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.