Memory Pool Memory Pool Refreshing

2,937 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,361 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,673 (836,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
72,638 72,638 00000000004fa0b1a839ae819680be2f51ae9dc97d76f3064a2a59ce81c16691 0.01 MB 2 0
72,637 72,637 0000000000b2dc43b1c1d837c428f033b7c2dbfef8e9daf762fbdbfb7a7067d6 0.00 MB 1 0
72,636 72,636 0000000000b07b970f8d89914a701765cbd731010b6a0f920c60b7b80fbc07af 0.00 MB 1 0
72,635 72,635 0000000000559c6e080ce0bc2525fc35ce3e87cca17f6279c7315911aa96112c 0.00 MB 3 0
72,634 72,634 0000000000210c1d7cae9aa9f8e471d4d4a7971fb279f0f9cff0b4e9540baf50 0.00 MB 2 0
72,633 72,633 000000000001bee3afc7f7978d2c2dbc4077c49be280f9ab7c587bf62c780d95 0.00 MB 1 0
72,632 72,632 0000000000b19a3ed3b7184619119bf8947b9f50b293d51b19fbb328ae5d1fb6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 GB

Node Information

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