Memory Pool Memory Pool Refreshing

19,690 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,619 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (710,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,439 197,439 000000000000010d44863b7b7fa31aa8e2386f2da79910f2c8d1f3bef932a197 0.19 MB 491 158
197,438 197,438 00000000000003241fe621c72ff2a91ade9b8887fec0640db97c2f474e1cd7ed 0.00 MB 14 90
197,437 197,437 000000000000008cb385de6a68aaaaa6c3974b98cf8f544b8cce0db1855256c4 0.09 MB 197 266
197,436 197,436 00000000000004988a3f5bc106c559292121d244807d7bc6290086e599aae81f 0.07 MB 169 121
197,435 197,435 000000000000015bb61b7db9d3659ba1f806141379fb9f5a07a28446a45e3d87 0.00 MB 2 0
197,434 197,434 000000000000011872ef1ff4ca02454cc980d56549b075e7217dc4b542afa94b 0.04 MB 100 123
197,433 197,433 000000000000006b91ec14096bcf27d4eb1c9493521bcab3a2ec14d88d426a87 0.05 MB 178 33
197,432 197,432 00000000000000897a94f0c1e76e918fca85ae1590d4a9537136d1589cbe7d32 0.09 MB 256 68
197,431 197,431 00000000000003dd4d984ef08b46748dc442c05465bfa8ee14011949f54e26c2 0.27 MB 448 123
197,430 197,430 000000000000027e7ba8fdb53e45335c9518a4f73de74bbdeba11d98ea8151d8 0.09 MB 231 130
197,429 197,429 000000000000062d7418e2aec3d94ad519fc51a330022ddadc866ae5e72aee54 0.35 MB 512 91
197,428 197,428 00000000000001258da31a9244e0289efe383f4b9e236a28400a64d50d39bb66 0.00 MB 8 328
197,427 197,427 000000000000056a5a83913138b7871a54cbff66e53323254a4a18c5f72361d2 0.05 MB 130 167
197,426 197,426 00000000000006af7aec10bed5b461343d441a576a559644d60ef04484631897 0.19 MB 449 133
197,425 197,425 0000000000000403f99cb97f9839fe7cd0807a4ef83e870fd8e435e2bdbeceed 0.12 MB 141 269
197,424 197,424 00000000000004e404414d0314fe4e635e9a09cd67a318d6bd9df98cd604ffe5 0.12 MB 334 141
197,423 197,423 00000000000004138334344a4b70eda03384e05683dde88dc789aeae81c3b55b 0.42 MB 912 135
197,422 197,422 00000000000001bb5e846407c371415a0771682dba7c914d3d39d4ad1d15460b 0.05 MB 108 675
197,421 197,421 00000000000001e284b03530da8a5a0fb5954c7d00906ecfb6a9cce26e986c4e 0.09 MB 256 149
197,420 197,420 000000000000039b89c733b7cd643a72e388872afb23fc4ace3914e2579cec19 0.05 MB 129 256
197,419 197,419 000000000000039c6bf89ac6e724b21e5355c7b744e51a94fe7802288b248292 0.25 MB 650 155
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.