Memory Pool Memory Pool Refreshing

1,747 transactions
0.52 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,745 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (793,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,880 113,880 0000000000003a1faed584da5f67b8c6abc87b0657f1a240909fa7c43b0351d1 0.01 MB 20 476
113,879 113,879 000000000000ce1b6a3d93648613d5904147ec2ccbdcd21b31b36ae72d0ed111 0.00 MB 14 0
113,878 113,878 0000000000002d8171d964cba65c981be0286f8fd5698a92df11f4cfab42024a 0.00 MB 12 0
113,877 113,877 0000000000002994acf513e97b6ec09c82d139bc9f26c5b4339c9b32631cb8f0 0.00 MB 8 0
113,876 113,876 000000000000b9d02172930911897c8b00abe9102219b2c200a65b32232ce7e0 0.01 MB 22 0
113,875 113,875 000000000000d3c72ce377fade6b0ffee6f83a4957ec2a58d69a4558d1d8b62c 0.00 MB 11 0
113,874 113,874 000000000000d91ea6033eba9128ee5bbd7ac01dc96d750a4bd4c299a75335c1 0.00 MB 10 0
113,873 113,873 0000000000002d0aa35995471619388d8c3618d12be8b244f3ed86db53f1fde7 0.01 MB 19 165
113,872 113,872 000000000000a569590413d9a47b586a260ea79397276e2d52b4f8cf3d12c298 0.00 MB 17 0
113,871 113,871 000000000000d9efaa82150149bc622047881978d79bd8074b10d0ef7b7ed492 0.01 MB 16 340
113,870 113,870 00000000000094e6dc069193447e2c8ceef2ac20ad01a641d3b81d73e01d704e 0.00 MB 13 345
113,869 113,869 000000000000af24d6fe643f2b858afc613d6dbd2c84d1863e3aa691a4779914 0.00 MB 13 0
113,868 113,868 0000000000007e7aa361b1e50c11a3a093eddc196a6a18eb90f83e8762156672 0.01 MB 20 0
113,867 113,867 000000000000da2dce0f9cb7da6390a6312f50b680a5c8aa359cae573fe8050d 0.00 MB 14 0
113,866 113,866 000000000000d95554948a27cb55bd7cb1c65377108d24c97f7f424cfa19f4a9 0.00 MB 9 691
113,865 113,865 0000000000007353a5177bc98ba75a5417a3626e6ce1f8969540eb536c6b0e7c 0.00 MB 10 611
113,864 113,864 000000000000211887c77bfe2ab87653be93e83d5ed07668f8a5499c81d7e9e5 0.00 MB 13 0
113,863 113,863 00000000000041b6455feff8b95f28b527fff30f58ea03eebd73b993c944d32e 0.00 MB 11 0
113,862 113,862 00000000000006ba79b4a244b34c7571e474bdfa1d6e30a165baad78efce1265 0.00 MB 1 0
113,861 113,861 00000000000037acf41e28b3fb7ff4029182d732f3d6c2ebc4d833ef313a1141 0.00 MB 14 0
113,860 113,860 0000000000001c2f4a658e80ee95a7fc8e35a87044b8c142f4ee376108ea6249 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.