Memory Pool Memory Pool Refreshing

17,753 transactions
6.41 vMB
Show Random Selection Loading Transactions
Max Size: 35/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
902,414 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,237 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,413 (657,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,097 245,097 000000000000001f93dfaf5411ef963f67bee538b2872e7ba0a5fe3fd4ff535e 0.01 MB 16 67
245,096 245,096 000000000000002e351aa518073b9b4849fd06300091492a9664ce7b182c74da 0.05 MB 105 137
245,095 245,095 000000000000009c2d27c469e95870235c096640ca34fbf1c8ccf111765e702b 0.02 MB 31 68
245,094 245,094 00000000000000aa4b4936783a84b8f36fe603cd15a45f4235f7d75db3b93824 0.03 MB 71 65
245,093 245,093 00000000000000c34738d1b780c0d89cc0a47d75a55e5331e04fd321d6e30fcb 0.14 MB 310 173
245,092 245,092 000000000000001798a1c6413b76cf8b03b5e7e42ad7986368a2ae04177b6086 0.09 MB 273 81
245,091 245,091 000000000000003cf7634d7ad0af35ce4f100ca3c3fe676dd0b767c8dff9067e 0.03 MB 81 95
245,090 245,090 000000000000005c68b8a6331258ffc7aab7c95a21f5ab6bf894c0e6e0827d2d 0.11 MB 251 111
245,089 245,089 0000000000000080a72ad0c16ff28ef24e9732bd776eeb75f74c7014705d0186 0.00 MB 4 0
245,088 245,088 00000000000000037d4693d83cb511515ddbbba602c209e6f4998406e6b18c67 0.06 MB 108 73
245,087 245,087 000000000000004f3479b7d33ea4ac01531eb31ed4f8ee6a293c185a3ee34a25 0.01 MB 40 65
245,086 245,086 000000000000002285573043142acd34196e78f1902999e5f51151c445969306 0.08 MB 202 105
245,085 245,085 00000000000000413cfba9c28974c01915a6b2eacf384c087152da1911d35788 0.01 MB 34 93
245,084 245,084 000000000000002ed743b63e869471149a6f62cb38f1c6171acbccf1fcddde8c 0.05 MB 132 80
245,083 245,083 00000000000000740e8c992d49fdbedc277f30280b16ff98e697edd02a74bd37 0.05 MB 129 114
245,082 245,082 00000000000000c2c71000727b0665de1c8058d01c392866cd631a7dea945bc6 0.08 MB 197 135
245,081 245,081 000000000000009f01d52883337b8c1a17cb7624339b27106894a8d732a106e2 0.02 MB 25 53
245,080 245,080 000000000000000d9940ea50b250336693fd96f1cec064ee543cc7dc4959c88d 0.02 MB 39 134
245,079 245,079 000000000000003449089eff43eeca122286d48ccb755a0bc0aaa9667a4f2216 0.03 MB 39 95
245,078 245,078 000000000000003cc759711589066edd419fb3cd8a1be6d2d3233a51ee0559e0 0.08 MB 175 135
245,077 245,077 00000000000000a8281744f39985d0ec9f17bcdc3fef53673b3e133b7cf1f4cc 0.00 MB 11 96
Previous 10 blocks ↓
Total Size: 759.86 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: 875.07 GB sent, 45.54 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.