Memory Pool Memory Pool Refreshing

8,365 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (459,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,586 448,586 0000000000000000009061ba165bf66063a9dc25159008f4bfa2fa1be1cd4003 0.38 MB 748 85
448,585 448,585 000000000000000001565ae52e1bf4b6d972ad1862b747a181135a23224f0c1c 0.96 MB 582 17
448,584 448,584 000000000000000002ec98d911352404b66ecc254cd158df5ff5eef0c73e78f1 1.00 MB 1,789 64
448,583 448,583 0000000000000000023027cf107d50da78a3064271770c3e64d464e46fc492df 1.00 MB 2,899 111
448,582 448,582 000000000000000002db5c926a2f2153586e5f982dbca6e83de813963711b952 0.65 MB 1,521 84
448,581 448,581 0000000000000000010c46cee18d97438c347be2fc8c1bf7a631a8fdc885566b 0.57 MB 1,103 61
448,580 448,580 000000000000000000edc233ecb775c28e3b457cb215f07bbac435560de4deaf 1.00 MB 2,008 73
448,579 448,579 0000000000000000006b736c56da8738ce18bc5a1883c729c9d4f72a73494f30 1.00 MB 3,139 113
448,578 448,578 00000000000000000135cf8f804378f2da2841b28cb3661e92e1e825129b0ff3 0.05 MB 117 88
448,577 448,577 00000000000000000184cb5cd24edb1990055652899f95437dedcfa2c4eeec6b 0.49 MB 932 63
448,576 448,576 000000000000000000ea5c57c8eb6b548c10ea4cbb5f542eb155fc41d4ae98d6 0.23 MB 537 80
448,575 448,575 00000000000000000153689ac9b7602a6552ceec8dbf7a446fa3e06a90050478 1.00 MB 1,673 60
448,574 448,574 00000000000000000318717862719c6961a3b1cc40a610b124e027421c8165b5 0.99 MB 2,380 84
448,573 448,573 0000000000000000017008d12aaef6435cb51084fc29f906a524fef613d60424 1.00 MB 1,744 52
448,572 448,572 00000000000000000011943706918f73f17d0b718594dfd3e70c7ad3470602a9 0.79 MB 1,154 76
448,571 448,571 000000000000000000610d6e216ea6bbbe0f7c3e43a5a7e992903ddf21a8ee90 0.56 MB 1,256 73
448,570 448,570 000000000000000000ffb4f60deb9a53e60308ca33dcc23052acc7fb9765ec3a 1.00 MB 2,443 96
448,569 448,569 0000000000000000025e97df4e0a3e851ca25e2a4624266eacfcbe115a75237d 0.20 MB 439 80
448,568 448,568 00000000000000000253ee295b216741113374fbfc81b0f81cbcc47b2bcb0af2 0.25 MB 485 59
448,567 448,567 000000000000000002fad72ebaed1ea897a905bbee9f5b3c64069f015f51c8a2 1.00 MB 2,747 93
448,566 448,566 0000000000000000030a5fca3e3a29ab0b0e3c155ffec1a5036e5b01f39254df 0.49 MB 814 62
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.88 GB sent, 93.09 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.