Memory Pool Memory Pool Refreshing

5,080 transactions
1.55 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,410 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (430,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
476,743 476,743 000000000000000000dbad8585e2187eb06962d600e4048879e11e64def2e81e 1.00 MB 2,412 188
476,742 476,742 0000000000000000004c6d8ef4dcc4046fc2f78183b0fdc9e1f19dfa9a8ad957 1.00 MB 2,345 230
476,741 476,741 0000000000000000009b750b000e3908056c1c39b8560564af67e639884665bb 1.00 MB 2,275 234
476,740 476,740 00000000000000000010048f8cb9130a6348484a4c446511dee3956b39a23df9 1.00 MB 2,444 223
476,739 476,739 00000000000000000050941c173fbdb7365285141f5ec31ba82dace6b52c4356 1.00 MB 2,258 206
476,738 476,738 000000000000000000d402d5e12f2f11c6cbfe021c8efdb5f7fa68f01168d9d6 1.00 MB 1,880 222
476,737 476,737 00000000000000000136e637b0a99c45273c7085ea349acab855c5c36139f739 1.00 MB 1,492 164
476,736 476,736 00000000000000000108d77f945f3083539eec0ac2b6ea563a8eced987efe1ae 0.99 MB 1,494 141
476,735 476,735 0000000000000000013e0e1a9f1dd0e5d91c49ffdb4fbe8c47cf2704e1387e05 1.00 MB 2,015 161
476,734 476,734 000000000000000000823d59898867eb34a047598adef72d132c73ede8acba82 1.00 MB 2,173 194
476,733 476,733 000000000000000000c6fe7b612f9e0cf2cd1fc5f88aad882adf3b3621f9f203 1.00 MB 1,948 142
476,732 476,732 000000000000000000aeff13f424d2c9d12d21a46c32b773391bf47e85f1c0a7 1.00 MB 2,087 189
476,731 476,731 000000000000000000d0daca0145d2ba81578774945f6040daa9774089a3b54a 1.00 MB 2,424 214
476,730 476,730 000000000000000000cfb97b68f594f6d01182f182dac6f5f4882b125ed2f30b 1.00 MB 1,956 200
476,729 476,729 00000000000000000154d315ea4dbd385a400b2c70f18148d0e72566100b4741 0.99 MB 953 182
476,728 476,728 0000000000000000014ea3a686d9acd7c68c02ffa59f6e8d8e6e14d0f9c393ce 1.00 MB 1,747 204
476,727 476,727 000000000000000001112f783fcb1328e151de4acbe4c1bba624108d1f07781d 1.00 MB 335 152
476,726 476,726 000000000000000000503c79173d954d695b981b15ad8fca9f497dc02f204497 1.00 MB 1,661 159
476,725 476,725 00000000000000000071fe77a3f167c41326175c767b58f954fbe89e3fe2e373 1.00 MB 1,753 193
476,724 476,724 000000000000000000bf69acfee30dfcab9b8d9ef2982ce5b7c84d227d9fb611 1.00 MB 2,084 198
476,723 476,723 0000000000000000014c310487603dcf3d92ebf3201374d3ae1686d80954bcd7 1.00 MB 1,538 181
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.95 GB sent, 92.69 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.