Memory Pool Memory Pool Refreshing

8,419 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (551,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,234 356,234 000000000000000009682e37631982e64cfdf4080694d76b5b899446420906aa 0.22 MB 419 27
356,233 356,233 000000000000000011c0549dab992ccf08bdba8c2da1adf5dbcc3ad0a5be04f8 0.52 MB 1,081 28
356,232 356,232 00000000000000000884564d77d669cb215ec089f922fd10be259381f98783c7 0.21 MB 500 29
356,231 356,231 0000000000000000153488d868b73f9c9205e7affdabed593192653cbea436c1 0.13 MB 242 25
356,230 356,230 000000000000000013047a88a40507379f96e5a3e5c45e9f001eb09177fd3e58 0.06 MB 100 26
356,229 356,229 00000000000000000b253b9e5050c79520784878ef4c8a4cbbf17eb4376a2901 0.26 MB 518 26
356,228 356,228 0000000000000000157f24bb77c1b6b776f9516318295dfcd9d0eebf3fb9ba5e 0.05 MB 115 27
356,227 356,227 000000000000000003b4f506101461a4c7476910a0cb64d5c1db0b36df6b9c8c 0.67 MB 1,335 27
356,226 356,226 00000000000000001310041f337c39eac5aa3a8ad964f46755814cb81a360983 0.16 MB 306 26
356,225 356,225 000000000000000015455888d50e2b47591ef2a5aedcdc86aa535ed73f730907 0.02 MB 44 15
356,224 356,224 000000000000000016c16ca876b86048e61eca95027c1b93533d9dac08b4c52b 0.15 MB 318 29
356,223 356,223 0000000000000000126eaa074c22a5f01b1eed56c2d309713fbeffc629207c40 0.74 MB 1,423 28
356,222 356,222 000000000000000002a4981f81d2c579a42fd1c8ce7850916588c1682f308170 0.26 MB 499 25
356,221 356,221 00000000000000000eed8c5d16f6c98a74647a7efe7e92e813e1ae3e831c30e2 0.28 MB 530 31
356,220 356,220 00000000000000000269fa30d485d90f9429c1c3adc2325619c51d83fc421bfc 0.15 MB 305 28
356,219 356,219 0000000000000000113e833aa999a222815c0ee256e030262a30814e58cd7e86 0.12 MB 172 20
356,218 356,218 0000000000000000128a65500cda23adc52e8f892e24bf21bb54e3662f8daaa6 0.37 MB 686 22
356,217 356,217 00000000000000001562f51a5c1b9d257484ff0e39d39b8c52b15566bcece958 0.08 MB 128 22
356,216 356,216 0000000000000000107c55e159878f50ab5a4ebaeb178b5e5a61c370591d8986 0.18 MB 299 19
356,215 356,215 0000000000000000058231066ca48ee9c0995cb2d8d80bf7795b7b3f2e3e8c91 0.33 MB 663 25
356,214 356,214 00000000000000000676490d3b6308a1b7e9a8344b96b3533dd847fa5a52e9c2 0.64 MB 1,308 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.