Memory Pool Memory Pool Refreshing

17,946 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (775,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,005 132,005 00000000000007f141d7676a8d7b2fd974170630cb1d7a1b60e5e63585a9def8 0.01 MB 17 224
132,004 132,004 00000000000006db6e6e828ff96f0a7ee5b0c33cb8563e49f5fce9a8aff5606b 0.02 MB 49 588
132,003 132,003 00000000000008277d31e6c1c4bd0934003333ff16c061394a52a9fc1bceddb5 0.02 MB 23 51
132,002 132,002 000000000000072939bb52eb1d843659d84aa902f2659b5665f81eeb22993f1f 0.02 MB 58 733
132,001 132,001 000000000000029054ecc6a343125f6f526f774c7189caad04bf299124acc2a3 0.01 MB 26 459
132,000 132,000 00000000000000a7a0483857f0d951983ff2834a47c38fdcc22563ac0f8f707b 0.00 MB 15 1,494
131,999 131,999 000000000000025d73d4c391fe9c76072b40e7ac0f62484332b8f7d57be0237e 0.00 MB 7 1,262
131,998 131,998 00000000000004c56bc58a37424b79c28f6b97cf7988082ced51b165cc4ffe53 0.05 MB 163 155
131,997 131,997 000000000000060c631d74547fe0ab596b54440403ce86bba8bf3a405fdf4984 0.04 MB 130 151
131,996 131,996 0000000000000079431dae3e2079e70743f413cb880492aeb6dfab943a941f3d 0.01 MB 15 1,651
131,995 131,995 0000000000000af8cf2267d944c5de65e59ee0f1ea21d530d77976ffaf009544 0.02 MB 47 382
131,994 131,994 00000000000011c2bb1b5ad0bc826f04bfb80013a6653e47920c73efc219c50b 0.00 MB 12 334
131,993 131,993 00000000000009cc649a268afc4e6712549cfb13a01d133e0b6cb181d0c18993 0.01 MB 18 337
131,992 131,992 0000000000000f90fd635be25d14633e56df595f0c553f4c5405d5d78269db79 0.01 MB 25 97
131,991 131,991 00000000000003d41f4e3d3212a1c185ee46047f384e360b4070eb069fac9bae 0.02 MB 47 231
131,990 131,990 000000000000070089069d18439b4b59bd328973710bc57a5ffaad095b1cd32f 0.02 MB 72 22
131,989 131,989 000000000000116ab2032c9ea74c993f9bf8622296d6ab24579c908e8de78d70 0.01 MB 45 691
131,988 131,988 0000000000000099627afc9d8392173ad775d32ee4afe8d2675ac6c68c68043e 0.01 MB 15 2,009
131,987 131,987 00000000000005869cc5d1f822fd92043cd3a764b5efa85ab904c9fb32df1973 0.03 MB 90 265
131,986 131,986 00000000000011da98de564f19ecf19c025f9c6f3ebcf6148348a61b0671d829 0.02 MB 41 333
131,985 131,985 0000000000000a430ac9f7340beb53b6df5cac5506f838294f6e2dcfe64ca53f 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.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.