Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.48 vMB 1,679 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (852,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,484 56,484 00000000016dc87db3be9a12ad9d72160f6b9d55a5af179d1ba89229ad656f19 0.00 MB 1 0
56,483 56,483 000000000887d64c3077c2b8720aa1475f4d86848e404e9e137949adab95630e 0.00 MB 1 0
56,482 56,482 000000000234f2c7b52be4bc91d71fb37a4d475c7ab2f042c0cec024e2f4e9cb 0.00 MB 1 0
56,481 56,481 0000000014ba215022f5e98585fcee910a10c21022b433662d967d19689df6e1 0.00 MB 1 0
56,480 56,480 0000000005d168e212a91c4f740eca98c953f4f666e8be9e9038699552bca679 0.00 MB 1 0
56,479 56,479 00000000034eeb7bdb47d6c9bcc8b52d2896a4cfa81499e181e477e197b5a7e1 0.00 MB 1 0
56,478 56,478 0000000008a0933fd25c8ec2d6109c8955c36c2e5d4fb7de17fccd6c9a5557a9 0.00 MB 1 0
56,477 56,477 0000000012522ccb49276c4c6ea9176841d7096f7d8ec7ba7291a1afa3c7baae 0.00 MB 1 0
56,476 56,476 0000000000e773274e39a0b18b27e4841e6ad7022fae9096ef1ee710ed3039c8 0.00 MB 1 0
56,475 56,475 00000000084b60abfb3f1954fd226e57ec09a4e86f9a8168214c7f8dece7765c 0.00 MB 1 0
56,474 56,474 000000000f3fb068ec155c35600caadee7c59c68ea6bda79901b4225b73283e3 0.00 MB 1 0
56,473 56,473 0000000003df282d641c9f5d28bc1ac6c6c762004df83d825fcf93a74c64319d 0.00 MB 1 0
56,472 56,472 00000000023def7d7abd968370c2bfaf1397cf6bd045c767b20016f37f6f029d 0.00 MB 6 0
56,471 56,471 00000000088da30294c10357537f43e9344e5e29b0c396aa33387b9a90d70fdf 0.00 MB 1 0
56,470 56,470 0000000001618931759eadf87d7a629452a40828e9500cc0f296387a114bddd2 0.00 MB 1 0
56,469 56,469 0000000012bef1bfd946f917f8fe9240275ccf8db0612a0058c31069ea74cec5 0.00 MB 2 0
56,468 56,468 000000000c9afbcfe4693f3daee9960cc02a1a86b0923c107f20b6c4939248dd 0.00 MB 1 0
56,467 56,467 00000000021ad5f511d57b71bcd289892b9e43cb66f1006abfdb6c87c92a394c 0.00 MB 1 0
56,466 56,466 000000000ee116a3534229bd7f3abd153df754c18f94ea517e66044a685ca705 0.00 MB 1 0
56,465 56,465 000000000f342fa39f2219cd5f74dc9784e8ad71e1738910a091bc26660a0781 0.00 MB 2 0
56,464 56,464 0000000011a302401ac02f3af526050ec6262baa9bd90dd4defe7c95254eb385 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,831.63 GB sent, 100.20 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.