Memory Pool Memory Pool Refreshing

7,372 transactions
29.22 vMB
Show Random Selection Loading Transactions
Max Size: 68/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
882,040 000000000000000000029a8a0000000000000000000000000000000000000000 ago 1.00 vMB 3,280 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,039 (11,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,028 871,028 00000000000000000000964ff2f83513f6a33cbcfc3f420dc528dc99b1ff565d 1.51 MB 5,741 16
871,027 871,027 00000000000000000001abc14e0037a5a584091408c2eb56b25c6e71428b77a4 1.51 MB 5,155 10
871,026 871,026 00000000000000000002849fb70881d197fba5a0f3caae09b07c90b95a0329ae 1.47 MB 5,472 10
871,025 871,025 000000000000000000011095c6f3c35cf5c4a8211ac52f6aaa509f91c0eb151f 1.41 MB 3,434 4
871,024 871,024 00000000000000000000f8aa542241da36fed5f95d085bdb4110d3729f46d69f 1.49 MB 5,123 9
871,023 871,023 0000000000000000000223900167a021091ef03a2219cae9760803eebc21e04b 1.53 MB 5,121 13
871,022 871,022 00000000000000000002806aa2813901a1a4b8fa04187e4612d3ad01a9ea5ae8 1.46 MB 6,104 12
871,021 871,021 00000000000000000000f81b1558695b1dc897eef39517f704a7aa83be02fad9 1.49 MB 6,616 11
871,020 871,020 000000000000000000002449b97c71e60b173caa863192028c4d3e0f6316b2e1 1.45 MB 6,313 18
871,019 871,019 00000000000000000002895fc6d949c377f25f7fe63af36e841e31f0dc1e70f0 1.47 MB 5,356 8
871,018 871,018 00000000000000000001945f82ebb1cb440d106352b232610685f3321fa4f1df 1.66 MB 1,989 5
871,017 871,017 000000000000000000008881e43b30060cda07a12c2ebaca4cb862ad58875d7e 1.55 MB 4,072 5
871,016 871,016 00000000000000000001624cb8a89986f991fb1b87178d3fdb0a59981c9dfa49 1.63 MB 3,420 9
871,015 871,015 0000000000000000000037aed08e26a1701ce7512e0ca389abd514c122034fff 1.47 MB 6,606 12
871,014 871,014 00000000000000000001b83afffd642a79b4e3d3d97c5d0ffc87a15207c5592b 1.48 MB 6,115 10
871,013 871,013 000000000000000000000a530858e00c24bd3049a40e860ac1523dfcf4dbe533 1.61 MB 4,232 7
871,012 871,012 00000000000000000000f93c37252d147378be35e5e196ec8fbcb98a29479eba 1.39 MB 1,988 11
871,011 871,011 00000000000000000002722854f70e7d3d7b16ada054ba71c3f19fccd55cc4c4 1.40 MB 2,428 9
871,010 871,010 0000000000000000000281790349283fb6c4931ea142d0c045b857aa68325d7a 1.57 MB 4,109 20
871,009 871,009 00000000000000000000e878421630907ca712663e98bb7434543fc4dd4682a1 1.77 MB 2,860 13
871,008 871,008 000000000000000000024a8da91121d9f54d083af003adf1b8927d7643166b88 1.55 MB 4,298 15
Previous 10 blocks ↓
Total Size: 722.51 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: 2,052.26 GB sent, 75.30 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.