Memory Pool Memory Pool Refreshing

1,445 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 1,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (6,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,308 901,308 000000000000000000014ada57b04ab4c9279480a960a13ec5df6bd5114a29f0 1.53 MB 2,894 3
901,307 901,307 00000000000000000000c05d5afaead7e23e1d56a7b03ab9cda07d597e8c0296 0.41 MB 837 2
901,306 901,306 00000000000000000001c9861d196d9efb5f3afbcd43b6486b6445e29ec6be12 0.75 MB 1,044 1
901,305 901,305 00000000000000000001a6441a791b48b7053ae197d19ce7d33a315e01954540 1.44 MB 2,355 2
901,304 901,304 00000000000000000001e31cb37209a6cada7047eeb898e8c1b12ec6352783a4 1.21 MB 1,282 1
901,303 901,303 00000000000000000000adda8381ed7f6d98fc02437f6b135936ed73ed8a4857 1.07 MB 655 2
901,302 901,302 00000000000000000001a6942be2d9547b3fea3d43a3a5f6bc495ac6a3409e2d 1.13 MB 1,002 2
901,301 901,301 00000000000000000001d2412c08602a1b6db7a60f2440c5daf70f53d69565da 1.45 MB 5,589 6
901,300 901,300 0000000000000000000110e40c12aaa2f757bf7f0130f5bfc72a1d01df535b08 1.06 MB 469 2
901,299 901,299 00000000000000000001f2e9e7e3bc6db4c5f3453c8ada72228b04d170efc121 0.00 MB 1 0
901,298 901,298 00000000000000000000fa2d204f5c81fc2164b4006576f9581fad3c6c6c94db 1.28 MB 2,052 3
901,297 901,297 00000000000000000000c55cded470c1ff8e155ba83d8f95f2272d0e5bd49729 1.23 MB 1,469 2
901,296 901,296 00000000000000000002205f56c2940778eec459dab1eec961ae710b3b0ebe50 0.80 MB 1,788 2
901,295 901,295 000000000000000000013662c2d8f1bce687ba95c12b962ad7baf22de6db51be 0.74 MB 950 2
901,294 901,294 00000000000000000000f097b90800a2d07906de8c8974f2fc724ed11cd0b9c4 0.02 MB 64 3
901,293 901,293 000000000000000000009d49e5e523c61958c5f598c6a5c5685de8e1fa72e26d 0.59 MB 1,013 1
901,292 901,292 00000000000000000001b96254ccb1b36f5003dc185f21ce84a80a1dfc76c295 1.55 MB 1,974 1
901,291 901,291 000000000000000000016c66379d0f30d54cc3cffafe162aae18cd404afe91ad 1.56 MB 3,719 4
901,290 901,290 000000000000000000017bfe2b1382b2e3bfdf00cd3a4473dfc6a07aad05f8ca 1.10 MB 1,658 2
901,289 901,289 00000000000000000001a10e5aa83fa48a0ef2474bfdd73e3d198ff924eadd8b 0.28 MB 561 2
901,288 901,288 000000000000000000020c74c0b0d3f116c5ff14059e52c22dba2f32f9a9de99 0.45 MB 698 1
Previous 10 blocks ↓
Total Size: 769.05 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,627.34 GB sent, 93.12 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.