Memory Pool Memory Pool Refreshing

6,385 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
908,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (836,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,659 72,659 000000000013283a8a4722fcaff55cab7da70189f3dcd1fa76ff1b40ecb97af4 0.00 MB 5 0
72,658 72,658 0000000000119498bd50208b3cc0996fc856dfda0bfc58eed2b61735e28ed1d9 0.00 MB 1 0
72,657 72,657 0000000000a909d002388c2d21517060c78580a95920cbaaf0e8a89f74de9510 0.00 MB 2 0
72,656 72,656 00000000008c3a566b984402c2458812ecd206f970b12884d3dbcf794b766a40 0.00 MB 1 0
72,655 72,655 0000000000627799ffd4c90764e048639151580acc5efd5f711cfec7a7de784c 0.00 MB 1 0
72,654 72,654 0000000000099e9ae428828bacd70c37506c743d0ac83778d25286ecdc3d6ee5 0.00 MB 1 0
72,653 72,653 000000000046d25b015b08ed52619c9c6ced079df0a5399eaf1a864493ed01cb 0.00 MB 3 0
72,652 72,652 000000000055882e4d132923ee4ccdfc4d38137dc51452183fbd4af3110baef8 0.00 MB 1 0
72,651 72,651 00000000006a5dfdf05375bbd309616477bdef004d9bb3795d92be45d9b8e863 0.00 MB 2 0
72,650 72,650 0000000000b71a9246bff6f1da33d3a924d05fc00b7aa89646d202d5fce66ca5 0.00 MB 2 0
72,649 72,649 000000000081cf70941e2bd3ed908fff5e076e7fe78006407508e86502fbd4b4 0.00 MB 2 0
72,648 72,648 0000000000a92670ecd61c3ecfca8a5ae2527dcf42c9429644e8697cdc6c55f1 0.00 MB 1 0
72,647 72,647 00000000001bde16b3cb045a638df1797490b4a9a674e69050f4f6c65bcb35f7 0.00 MB 1 0
72,646 72,646 00000000002750ac71833a2c766bd433e2771e26e52475efbbdb0c2ce0218d96 0.00 MB 2 0
72,645 72,645 0000000000063fdb53d772491811ce598c41b20d604704be36bdad867b00ecab 0.00 MB 3 0
72,644 72,644 0000000000301243648349d66113c57e3bf683dab844f69bbf74734a90790c57 0.00 MB 3 0
72,643 72,643 00000000008dbefc5d86b766de044401878c226f88d36e22091af0dd1e28b0cc 0.00 MB 1 0
72,642 72,642 0000000000490a420c4e2e96c105037ad9b771d4d184a0c9d59a88d8ca3f060a 0.00 MB 1 0
72,641 72,641 00000000003031d9f42dd0ae063e8c860df919c5917b27f3f16adcb604a9489a 0.00 MB 1 0
72,640 72,640 00000000009dd89dd7179fb2c6db117d1c1cb9924c9d99866f46a18f3813ca42 0.00 MB 2 0
72,639 72,639 000000000037b26d59ca5a5502c39ec92f58b3e08cd3da3f3235d99002a91e03 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.31 GB sent, 101.95 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.