Memory Pool Memory Pool Refreshing

8,308 transactions
3.82 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,910 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (735,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,377 172,377 00000000000007da3343fd7574f51752138511eb7b6bb00fcc53d02d87c482da 0.05 MB 134 26
172,376 172,376 00000000000000f1d4203aab67f529e11946f350d04905311f442b0aff7541e1 0.03 MB 95 49
172,375 172,375 00000000000000f02a2200b2de43425cd66881e046da3100ee026fdada92dd6b 0.08 MB 139 194
172,374 172,374 00000000000005b43878859f3dd6fa97986159483b0d6a2935aaa93d1a500913 0.00 MB 1 0
172,373 172,373 0000000000000187ea5cd2ec24a5a3a6b6c516ac8ae8c7130695044d984295ee 0.00 MB 1 0
172,372 172,372 00000000000009612168b061786740a142b37d8aa4c8e8ecf729be90e0c23359 0.00 MB 1 0
172,371 172,371 000000000000037083b5bdce169b4f75d024382923b0ba43be142fc70636b34b 0.00 MB 1 0
172,370 172,370 000000000000034d7c55b7fc054b45327f2b46d5358af1b9201f71572c57e822 0.02 MB 23 476
172,369 172,369 000000000000099441a4189f671b291964641c724b54bbb71d0ed9ece3d19a8f 0.04 MB 48 176
172,368 172,368 00000000000002e373a286936e480af0240f4c870d911023ef3718e2a8c216c4 0.00 MB 5 933
172,367 172,367 00000000000005e53a9971ee075906b1de0b0ecccf2476bea98ad87b8b98a290 0.01 MB 36 52
172,366 172,366 000000000000041716b80edaeb7117f32d237a793c7cb904d91bfc9e2d6f101c 0.05 MB 140 67
172,365 172,365 00000000000009670c5e4a4ef22c5bab6188f6cdafa564690d272b875be993a9 0.00 MB 7 64
172,364 172,364 00000000000006e9a5de08037e429cacecd100c5d48d96d2c3cf96f05977e95e 0.01 MB 25 49
172,363 172,363 00000000000001a859fd1ab8735ee717167b38788ff4c1e1fa750116e1a2a3ba 0.01 MB 17 57
172,362 172,362 00000000000005849cc3339bfff65e8668e31f87cf3eeeda0c6305d963212361 0.04 MB 122 2
172,361 172,361 00000000000008173a4a1a951d432a0e6781e4c37b9c24fa0a0dd62d39fa52b3 0.08 MB 101 152
172,360 172,360 0000000000000227b4563e6f9ec4cce7cd9689c0f8546a8036fc29d1014e32e2 0.03 MB 92 66
172,359 172,359 00000000000000be41862c743e7ff8664442bff36d44ff8b1ab8da65907b71bf 0.00 MB 1 0
172,358 172,358 00000000000005c9d4d8851ca36843756587d29c7f0944bc02a3e523e0866312 0.03 MB 30 47
172,357 172,357 00000000000006a0f86ca4ada5c52d8714cc932cb300e958429ed7944fe4ce94 0.04 MB 100 77
Previous 10 blocks ↓
Total Size: 769.17 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,633.07 GB sent, 93.75 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.