Memory Pool Memory Pool Refreshing

4,700 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,956 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,297 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (271,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
636,290 636,290 0000000000000000000921702eac56432d23a835c4500b5bdac43c4e656c83a7 1.29 MB 2,622 40
636,289 636,289 0000000000000000000630f7705e071b8c5f2365d8abf9d299abeec3846c7050 1.19 MB 2,600 29
636,288 636,288 00000000000000000003dd4ce0ebed9f13519d88431f9b5abb794479e868b6f0 1.16 MB 2,691 28
636,287 636,287 0000000000000000000fa07e2ec1a4c2be3cd08217b10587db690de860aa0352 1.25 MB 3,024 45
636,286 636,286 0000000000000000000c5bd7b26fb8870e7edd0c65238589c84b867197749a60 1.23 MB 2,215 32
636,285 636,285 00000000000000000000a6faf14627d1acc154e0e0ced2f089dbaa3a7c3d2c03 1.23 MB 2,450 48
636,284 636,284 0000000000000000000211a7ca7050b9053193c1cc067d8c64ce3e6f085d5182 1.25 MB 1,728 34
636,283 636,283 00000000000000000009b47de0c7b1f2d8fc8845dd8f924a129179bde26f82df 1.22 MB 2,990 59
636,282 636,282 00000000000000000009f6253ac58a90b6b4e8be82267cb07af58bbce9ed6c7b 1.08 MB 1,355 72
636,281 636,281 00000000000000000008e19c490d149247e8b179fa7620f00cd26e10c323d9ed 1.21 MB 2,555 25
636,280 636,280 00000000000000000009f5e4fdedd0e16502162a112fb29aa3bdd9a87bc6300b 1.23 MB 2,816 30
636,279 636,279 00000000000000000010d8bace16499b49787c063c6c767c999a470b7714fa14 1.15 MB 2,654 19
636,278 636,278 000000000000000000010c582879f2431a8a4206867676a83c8fe9c40cf82e24 1.23 MB 2,834 31
636,277 636,277 000000000000000000049ad414539ae972f44f3cb89fd3553a228ce045befb5f 1.29 MB 2,786 42
636,276 636,276 0000000000000000000604ffdceb872c8de0119e055daae05ce30ebe0b754715 1.20 MB 2,264 29
636,275 636,275 00000000000000000005f2e6d6b0013ce1bfbb3b9ed661fe1ef43f4fba64abb4 1.31 MB 2,674 41
636,274 636,274 000000000000000000035b9e182f3ba2c6091b6862b13b44ee06cffca2de603d 1.33 MB 2,983 48
636,273 636,273 0000000000000000000f313042789d58c153bbc70c3032edccf2c8892ff06463 1.46 MB 2,583 39
636,272 636,272 00000000000000000002d010584e3f6065b8db6f948d78d98692a26710ea54bc 1.31 MB 2,816 47
636,271 636,271 0000000000000000000853167b6ee1a1b5c9a9d089c9c182f74c6c5af5000974 1.24 MB 3,250 64
636,270 636,270 00000000000000000010b4d6d2db197d8a7fb991ace1f77ae56acf6d7c323f3b 1.08 MB 2,764 14
Previous 10 blocks ↓
Total Size: 769.46 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,646.21 GB sent, 95.26 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.