Memory Pool Memory Pool Refreshing

3,538 transactions
24.25 vMB
Show Random Selection Loading Transactions
Max Size: 99/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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,308 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (807,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,496 100,496 000000000001f5d1f060804afca767d6f4019bf72c7cf204c190f87d114ab629 0.00 MB 1 0
100,495 100,495 00000000000088064dc9f2659af4e18113710637002d943f7d0369e389abab9e 0.00 MB 1 0
100,494 100,494 00000000000399936c17e602ec230e01f32f0e696695702f24fd2c449b12249c 0.00 MB 1 0
100,493 100,493 000000000000f2d3d59a5fe5864d9605482bce023f20d38a9c2f488794a5d091 0.00 MB 1 0
100,492 100,492 000000000001c5a8c163c288ee582edab6cda8ebe3f085c542f2510058b8779e 0.00 MB 9 0
100,491 100,491 0000000000025ef243fc8b47538615706450aa0e93f7d1b328bd570a764926c3 0.00 MB 4 0
100,490 100,490 0000000000018dff0bd83347bf08d2f2e5382accc29275e7d57d83d2654083ff 0.00 MB 2 0
100,489 100,489 000000000000f00c959cc5f23c941ad13b9d51c23b336165067e0667afbefb9e 0.00 MB 2 0
100,488 100,488 000000000002c9d84a7dbd700035fd06f2217bf8425985d960ff8f0b8e99ab9b 0.00 MB 4 0
100,487 100,487 000000000000d5f919a4bc762442ac849a0d47b6587f3c54ae62b32792f71153 0.00 MB 1 0
100,486 100,486 0000000000011295fc8040e2ba01c526427a18a0c7652c10f1963a4b1b53f3ef 0.00 MB 2 0
100,485 100,485 0000000000024bfe1ea7f1da6b384f63a2f1647901a387d59b1808864d7d8b67 0.00 MB 1 0
100,484 100,484 00000000000061c0e4e1f42bef2453ee4b677e57fba2693697f988d7caa6782b 0.00 MB 1 0
100,483 100,483 00000000000330b397c435dd0978bf84fcc9a25584da8d7c3fbdae9612635ae4 0.00 MB 1 0
100,482 100,482 00000000000228fdc8c8cca2a993dc61e8e8e2ff134a400fd4631ecddd061149 0.00 MB 1 0
100,481 100,481 000000000003b511ccc74f7fa54410f7d6ee06b8a0d59f302f469e76d089f232 0.00 MB 1 0
100,480 100,480 000000000000e8ce023d6734182ff4e8242ed3daeee248c25cfdbcfbdc09b323 0.00 MB 2 0
100,479 100,479 00000000000236655c0aff1b30694820f930a5809ddae926d3c9f84d5ec098dd 0.00 MB 4 2,453
100,478 100,478 000000000001acf5772042e935286cbaf0957bde88b7f141db33afa09e94254d 0.00 MB 10 697
100,477 100,477 0000000000006ee6bfb50f9e66d7633ab997d25dab7c7a7a0de2468c2412c98e 0.00 MB 10 0
100,476 100,476 000000000000616a2d5ccbbf18eb4da8968432bafccde87319b3b7d1be925b13 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.14 GB sent, 98.61 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.