Memory Pool Memory Pool Refreshing

1,537 transactions
0.49 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
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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (9,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,490 898,490 00000000000000000001cdd7cd16fc1d7c95c88e712f51ec79cf55e489e74cff 1.62 MB 2,449 4
898,489 898,489 000000000000000000018d025cfa3a7cefc253d7a0b39670900e5d407cc5d239 1.72 MB 2,809 5
898,488 898,488 00000000000000000000bb081eef32a3a35fd3975f39a7ca7bd0c2bb49d361b4 1.68 MB 3,367 3
898,487 898,487 000000000000000000006ac160fb97e7f9fbc71ad0fb38f22c9f7b08e684ab08 1.61 MB 3,499 7
898,486 898,486 00000000000000000000d767c9671318fe2e5b836188f62d8685cf39f2312244 1.63 MB 3,699 8
898,485 898,485 0000000000000000000234b9849058a6e3a1afed3491bb0f40f1f6d2058e3de2 1.53 MB 2,270 2
898,484 898,484 00000000000000000002451ec041f7a0d37ee9dde49fc552bcafa2810fe64f26 1.57 MB 3,573 6
898,483 898,483 000000000000000000010e3961d02d64665ac57b688488e2603560b953d99530 1.64 MB 3,387 2
898,482 898,482 00000000000000000000556775c0ab6e74cd77bceeb30a75ce033e769e2cc8a9 1.56 MB 3,582 3
898,481 898,481 000000000000000000001a8db3ac91eae09cfcb60c1ea615d0991422e5f78161 1.68 MB 2,133 1
898,480 898,480 00000000000000000000ab1af9590f8b0cdeca4c3b2a58a8ae8601003d1dd0a2 1.61 MB 2,530 3
898,479 898,479 00000000000000000001c1d4a21853d0a1ca908b4fc3945af45aadcff425114f 1.56 MB 2,501 3
898,478 898,478 0000000000000000000219a4197c9abeaed84d19408b6f198bf19965383e938c 1.46 MB 2,630 1
898,477 898,477 00000000000000000000f68d2e9931256f1b6384e1068d643011d68b65846557 1.59 MB 2,990 4
898,476 898,476 000000000000000000001f0ef00da0651ca4650f122bf60cb4f8d643b9236eda 1.53 MB 1,828 2
898,475 898,475 0000000000000000000011f92284c9f682db519fdf824daf0a25111536bc597e 1.49 MB 5,135 5
898,474 898,474 0000000000000000000192641ec3b7a914dfd95cc7657260494136c4c892227f 1.01 MB 2,880 2
898,473 898,473 000000000000000000020337751bf29b0393997f9087d1605beb4579df17f9e0 0.60 MB 1,645 2
898,472 898,472 000000000000000000023156a774d686851c6e1fca0efeb225762fc459404d44 0.33 MB 894 2
898,471 898,471 00000000000000000001a6d644ae9a63d4341e28773a0a6e283dd3311a3906b8 1.10 MB 2,901 2
898,470 898,470 000000000000000000015786d44e3655cda50427c198880aa64d378893a98eee 1.64 MB 4,465 1
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.