Memory Pool Memory Pool Refreshing

1,632 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (895,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
13,399 13,399 0000000029c6c6153295ce681c794c9a36fbf6e0516ec5851ef7c804e046457f 0.00 MB 1 0
13,398 13,398 00000000d96ad58fd5e836e33adc687de0230b2392404f61b9d2662e0f18c728 0.00 MB 1 0
13,397 13,397 000000001bd5bde9546b55470a478dd383f1e8c262c2c9b07177dc90ee8bd10b 0.00 MB 1 0
13,396 13,396 000000008cf87cb6b0dd86d2b9468146c2704f34086e7c9d2b591337d3578c2c 0.00 MB 1 0
13,395 13,395 00000000eca266fa1a840eb46b78ba4d4bd1e7681755543640cf6c8f835caae8 0.00 MB 1 0
13,394 13,394 00000000e30dd1b627061b2e7eb64f4a7c2fb912145eb5c94cfa594a54252088 0.00 MB 1 0
13,393 13,393 000000005a623bb77f1e1757bbde71653bc17ce5a1a8086c6efd9bdc55db42ab 0.00 MB 1 0
13,392 13,392 00000000925b7e5d4e82a7b189f5f1016e6732a9db10e78088d8f8123a951141 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.