Memory Pool Memory Pool Refreshing

5,653 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (615,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,641 292,641 00000000000000000e8b703431a0c9565b9b275e71da099366c4b2d966bc0cb0 0.35 MB 838 43
292,640 292,640 0000000000000000458992c7ff53be06c0d5a9cb792a9fc1cda489bf877deaec 0.26 MB 415 29
292,639 292,639 00000000000000009c0d7c87df59757689ed17837814c5a915d563ad2c19f22e 0.20 MB 176 20
292,638 292,638 0000000000000000d987196000226713403c91d1568893c3bdfd8aa416473c01 0.35 MB 756 40
292,637 292,637 00000000000000008b1f0894d3c202a341b0da036132d6420a9eb656ce5cd48e 0.06 MB 142 16
292,636 292,636 00000000000000003b7a99714d0df0ce7ed916b9a2c51574f34a2564fc913b35 0.19 MB 256 23
292,635 292,635 0000000000000000c68462ab6298c8d44b8197fe44ef6ea729941f3c6d8f9237 0.33 MB 521 26
292,634 292,634 00000000000000000fe54da5cc6af6556c2775ed2650f6bf0204ba3ba517ea83 0.35 MB 362 25
292,633 292,633 0000000000000000a97423f44395da35d47200a2f1c14707902d48a35bf96413 0.35 MB 435 24
292,632 292,632 000000000000000018eb481dc5704617ba057a0a50b0cfdccae27348f2971693 0.00 MB 1 0
292,631 292,631 00000000000000002b47de2602c34090cecd501d031424f39fe6d95c7ce9b05b 0.25 MB 372 35
292,630 292,630 0000000000000000ce23ba6ab6ccc77be4f065ea6ca8a558f694627181db1e70 0.27 MB 512 29
292,629 292,629 000000000000000013527b54d3ce4589a397b1d12f09068803ce85aae588a9b3 0.16 MB 512 64
292,628 292,628 00000000000000002e115239d7de2c3737bd33b39091394f37eb0c3f94abdda7 0.10 MB 71 13
292,627 292,627 00000000000000000910ba67b064ede8b592004b49575edf3ef4b7a6345f1a32 0.50 MB 551 26
292,626 292,626 00000000000000008013a3ee3670fa5d5b709e9cd18ed67d9db4957ce7b49915 0.35 MB 544 23
292,625 292,625 000000000000000045d34dc582b670b535eccfa3950e82919abf3a0d5782da87 0.17 MB 512 71
292,624 292,624 0000000000000000cd081eb3820740ed07055e72ea6b44c21d83901ce6a543d3 0.39 MB 631 30
292,623 292,623 000000000000000094e53c16de778e0b0266451b8a3b5d28226f7daa9ed4b94d 0.11 MB 128 21
292,622 292,622 0000000000000000d74e0aa2bd76a2fe33dd047349fd9fc0f9149037a3eb9b18 0.11 MB 256 48
292,621 292,621 00000000000000007e90d6c679c99e8841c8eeda4f25de5be38526b34bf0e3c9 0.33 MB 675 35
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.