Memory Pool Memory Pool Refreshing

6,506 transactions
3.53 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (836,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,663 72,663 0000000000ab78ec68100f8f86644b0b87f303eb70ec668d68847457ae14cb0f 0.00 MB 1 0
72,662 72,662 00000000005de195782ed517ae96b9d984b0647d6133d74381e0f5833dfb9360 0.00 MB 1 0
72,661 72,661 000000000015add1c3cd5f580483c2fb2f8259b75e62be4d09f78fe0190f43cf 0.00 MB 1 0
72,660 72,660 000000000039ef2be2cf7d9eb35394667cb84c0b0f5e70e57c48324a146a687c 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 771.01 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.45 GB sent, 101.99 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.