Memory Pool Memory Pool Refreshing

8,753 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,578 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,353 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,577 (895,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,420 13,420 000000009c5bfcfdfce1c7b14adc800c2e14ed7c7158adcbdfedfb7310057f23 0.00 MB 1 0
13,419 13,419 00000000cc4cfd161fb681b964da57a34fca47b556b8bb324560b04d8f80d0c6 0.00 MB 1 0
13,418 13,418 00000000d62f3f5f102562b90c999c1142d5530033cfb10fe9f5f75b8ff65c60 0.00 MB 1 0
13,417 13,417 00000000160a947205ca775bb24fd90d5b7f553da8566413c73314957809e2cc 0.00 MB 1 0
13,416 13,416 00000000aed5d7f99010a17b1232e3ced6de211386c02532338e3e08b59cc1de 0.00 MB 1 0
13,415 13,415 00000000f04d595eb3452a2c9a3b04307626a05e4de65bf52d77d824e8190a1e 0.00 MB 1 0
13,414 13,414 00000000566501072113b7ec4aecae428e65a13aae95ace59c3a5e99aff6c97c 0.00 MB 1 0
13,413 13,413 0000000023f3e6ee20613845cc4508f9430b66d98e6743a46faffada89602f82 0.00 MB 1 0
13,412 13,412 00000000e884b002ce9b1db800219d16f18c7cff863dd801624f97c10014621a 0.00 MB 1 0
13,411 13,411 000000009758be7e34fb3a98e418ff304e738c03f6a92dd70d713c9fec8e0b82 0.00 MB 1 0
13,410 13,410 00000000fbb91115bd0bd98605174852642548564646f79ba7e3a738cc3b12ad 0.00 MB 1 0
13,409 13,409 00000000a1f41471691bb0f6bff628d69449eb4890da8c5e6afd26744b0298a3 0.00 MB 1 0
13,408 13,408 00000000f1032ac5e6630a46e80d428bbc1942cf881ec9e00b2ae7d45161691c 0.00 MB 1 0
13,407 13,407 00000000a9fd972057e7a2dcd02d6f6dfefcc526d715727e4f3667f3a4ec00f3 0.00 MB 1 0
13,406 13,406 0000000035dd1a7cee95cead08bd3bf2f1c9dc384487f83785c8fd922c5aa178 0.00 MB 1 0
13,405 13,405 0000000067b01cf61f8eec75f146702eaee94a26df0d6ff65dde562f8b696707 0.00 MB 1 0
13,404 13,404 00000000507d6092b8fcaee449f0f28442d79f43167b959c9c04fa20ed3d74de 0.00 MB 1 0
13,403 13,403 0000000036a04b89fe2144a5d68191bfa9cac60c56f2b628d2449ac785e386bb 0.00 MB 1 0
13,402 13,402 00000000aaecc942a8c4f750ad73b01901dec5f8f630f770bb297de0e8c4ac26 0.00 MB 1 0
13,401 13,401 00000000c4b3a8ebd661f37381279c7ce01f7d0a962e572fd6903da50998d245 0.00 MB 1 0
13,400 13,400 0000000049a03def008c43a709d320a71125fb623733fcfd6a8adc882c70ae0d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.45 GB sent, 100.85 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.