Memory Pool Memory Pool Refreshing

1,703 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,688 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (902,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,757 5,757 000000007c0b9e3b8c9ca8e7d46248818118358245d3d248c4c9a73367e1785e 0.00 MB 1 0
5,756 5,756 000000003e29a641e28e89ce938218a110f2a7f4ffed60c7b6c4634315755a36 0.00 MB 1 0
5,755 5,755 00000000a8b2b31aba382f5d892001122d8d20a397dd979d3414907a8129ac97 0.00 MB 1 0
5,754 5,754 0000000059734cc49793a3ccb9b5dbf6a213db50b84537d7493c79c0150bcaaa 0.00 MB 1 0
5,753 5,753 00000000afc0a13b32bad499a6447b5e5269e0e075220d286004effbadae62d6 0.00 MB 1 0
5,752 5,752 00000000b780134d08081da0e2afb34485a0c2c19196715b65539092a8d5a555 0.00 MB 1 0
5,751 5,751 000000008d87a2d254e6bf436b66d379e1d4fe6753c0e85b9088921343140fe0 0.00 MB 1 0
5,750 5,750 000000009d9315e82b2936d2a1a2909cd396ada2e25559e9b849963a6caadf4d 0.00 MB 1 0
5,749 5,749 000000003da58e69eb89e6454a6cb044a8a968fd5f5298b81ecc8ac6614273cf 0.00 MB 1 0
5,748 5,748 00000000f8c7ad93594450f5986dc7d42e0498466ed09c5948bb90312a206495 0.00 MB 1 0
5,747 5,747 00000000f114c2a19b4ce84b9dd7120e6f777f68bafd5da0872f1e2dd61ac71c 0.00 MB 1 0
5,746 5,746 0000000080641eb0b46507f316943ffde2543b371233dc30511b3679f57739e7 0.00 MB 1 0
5,745 5,745 00000000c8d895150743b70dcfbadbbc5daaae7ec8d697d1a02ea2d5e3b56aa3 0.00 MB 1 0
5,744 5,744 00000000da2620578421bef48e904ed4cbdde9241d887d27a0c92dced7a5e380 0.00 MB 1 0
5,743 5,743 00000000b9398f1b4ed08d3288f187239644e534184051835a02a0eca0400575 0.00 MB 1 0
5,742 5,742 00000000b4e50cb9b4a679c672ebdc5022fffbe0849f85356ca0e2bdacea5087 0.00 MB 1 0
5,741 5,741 0000000007bbb10a32beb11f9659fd246cbe09b9b3c933e2f4fd3dde9aff2aed 0.00 MB 1 0
5,740 5,740 00000000173387ddc705e1b4cddff3e993ddfc4eb087c6e42ef2b245ccf31e5c 0.00 MB 1 0
5,739 5,739 00000000cb46b92d09a373864a17f84a3e553ffac83858d5cbedc659f01112f2 0.00 MB 1 0
5,738 5,738 00000000cfafc98e75705e6fc693f0f54fdae4dd304586b1474743b1f383b381 0.00 MB 1 0
5,737 5,737 00000000f1fabea7162c2ef951fc96c6eac554d1b81327681de02ce91d6b6870 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.60 GB sent, 100.68 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.