Memory Pool Memory Pool Refreshing

2,005 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,077 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 2,003 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,076 (844,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,741 63,741 00000000074ac0c4e79ae4572001b8083af32e303793e7bbb880d14ab04d1432 0.00 MB 1 0
63,740 63,740 000000000d2379775c1434a05f54f2763845d278bc35e50c7f67dc92d2563006 0.00 MB 5 0
63,739 63,739 0000000007462879052af4cf9e3695b380318047d8dc756e9e55934769d3ab36 0.00 MB 3 0
63,738 63,738 0000000000aafdfd79d1db836a4341470e737bed1532f9424ddaf469feaf652e 0.00 MB 1 0
63,737 63,737 000000000bed693ecdc00d3a8dfd2f479fd49783facf1ef7e6c4771387b361c0 0.00 MB 1 0
63,736 63,736 000000000376c3506966dc0f1265db973eee019942deefe52fe3aa1700d0cc08 0.00 MB 3 0
63,735 63,735 000000000748d664fdfce76883c44dcae35a51e0d83fa6ac9805a9064bcbc12d 0.00 MB 2 0
63,734 63,734 000000000864ab14f11d8935e2f58cce4651d3f5be5b6f5bb919aadd3aa345fa 0.00 MB 1 0
63,733 63,733 000000000971d8e7423d4f0f13aa73ee3b3c72f59ea70f5ee77334e1d23292a3 0.00 MB 1 0
63,732 63,732 00000000047455469eb453532573b1a2ab4c6b179a123f54c7c8d282f746d93f 0.00 MB 2 0
63,731 63,731 000000000b7aa6c75b0e48f0ed1d4df01cdd68ebfe4d1cc3978da4ee5bf2e111 0.00 MB 2 0
63,730 63,730 00000000077359faa4e73367e64eb0574b672e640d7a41607d31f469825fdb91 0.00 MB 1 0
63,729 63,729 0000000003f4e721f6f93195c74b5c81f5913979fa75565d06ff4fc53b5b1ac4 0.00 MB 1 0
63,728 63,728 00000000031956a8f152d840619452349c6ecb30a0889d3f342d1e8cb8e3102b 0.00 MB 1 0
63,727 63,727 0000000004f358eb34a301feea643172c66c37811b25e73458597de0e4bb66ba 0.00 MB 2 0
63,726 63,726 0000000000c18b17f9c9a44305f66bb9813863cac9db73d554291d5bac6313c8 0.00 MB 1 0
63,725 63,725 000000000b8aa687eaf9f280fa61482e616029b178fbfe0ff4df681c8809ea1b 0.00 MB 1 0
63,724 63,724 00000000080525b1330e9c838f9672420ad537fdc6b6ae6ecdec5033846ae186 0.00 MB 1 0
63,723 63,723 00000000035d0ae28744cd50184b4982b271122ba5d312c04a9f9cbc9837991b 0.00 MB 1 0
63,722 63,722 0000000008dc0f9196a1bc9fc5d8c098aacebfd7a060c4572ab7c3b3b3feed27 0.00 MB 3 0
63,721 63,721 000000000a380cfc92ccdadcb395d5f6c44fc7b5283b2587d661c8edb1a71da0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.69 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,655.23 GB sent, 96.31 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.