Memory Pool Memory Pool Refreshing

4,652 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (78,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,013 829,013 00000000000000000003093bb75634723aa088ebd6d75f67ad40ef9cd5f216c2 1.57 MB 2,508 49
829,012 829,012 000000000000000000024ffd89ae68a515bb6e3473caed471f5455dc1c566e93 1.70 MB 2,830 49
829,011 829,011 00000000000000000000337c7605639d9bba86cbfa63c687f07e16cfddd946a0 1.66 MB 2,612 36
829,010 829,010 00000000000000000001bccd9a6a68b80c443e003d8437f99cc7db576bad6a48 1.51 MB 2,965 68
829,009 829,009 00000000000000000002a172afe3dd43b2dbeaaa2cf3f288e210367e319283b3 1.11 MB 662 27
829,008 829,008 0000000000000000000045a406bad398c7a204ce6f16e6772e6bff1ae198164c 1.52 MB 1,189 33
829,007 829,007 00000000000000000002448377f22e65b76a31b6c45c9a2f29b2c09db0564fb0 1.35 MB 1,333 29
829,006 829,006 0000000000000000000081e56e595958716201a90060892aac7d057e108aa379 1.71 MB 3,073 57
829,005 829,005 00000000000000000002ff25cd0c33498a2e52a87518439907079f2a12079f2a 1.26 MB 1,297 33
829,004 829,004 000000000000000000022dee2c67902782112503de624180e7a82d5a36c83c9e 1.26 MB 1,153 33
829,003 829,003 0000000000000000000380aa9f106ee0d0eb3ae7e0710d9562663f0d65c25de1 1.43 MB 2,312 41
829,002 829,002 0000000000000000000383e7ffdd5a6765e204494ee02621b8e8bbc5de5399ce 1.07 MB 305 27
829,001 829,001 00000000000000000003285480c76f556a7dc40b0c64aebd1316642d97adf2ff 1.13 MB 653 27
829,000 829,000 0000000000000000000376b779635d8579fbac4c6999bb8f253b864e2abb03f3 1.38 MB 1,558 38
828,999 828,999 00000000000000000002afccf4776dcaa9f27e7c83dd04b942d892a70a0ad0b3 1.07 MB 398 26
828,998 828,998 000000000000000000001112bba190bda58b5ce596b5ee802beeb415c1b3f606 1.03 MB 291 24
828,997 828,997 00000000000000000002d17bb62ca5c83ab3c99dbd26374dc62cb7364271fac5 1.39 MB 1,980 43
828,996 828,996 0000000000000000000106cec309cf4ad2b99538c8f858580ab4bc36f79af8bc 1.04 MB 314 25
828,995 828,995 000000000000000000029d3055d74448c023493af1196e8baf681159d5b4185e 1.11 MB 529 26
828,994 828,994 000000000000000000023b2f00ca09875472dc6e65415e264eecdd69e4298237 1.41 MB 1,462 37
828,993 828,993 000000000000000000035f1a9315af1d2b4a0ef5889d5d9750abcc47d0f82eae 1.15 MB 939 33
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.