Memory Pool Memory Pool Refreshing

6,946 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (735,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,389 172,389 000000000000024d5512e80a711cba553860962cbae3b8b47155de07880cceca 0.04 MB 42 83
172,388 172,388 00000000000000b025d44f61939af237223fe0b3198285e888555efb48a15eaf 0.05 MB 131 185
172,387 172,387 00000000000003fe3c960021090281f9a6ea0f8887164fc33247ab4b424fda61 0.01 MB 14 388
172,386 172,386 000000000000000a92ff09eb56af38ad02b64ee75d4b71274caa437efc1e8b6c 0.00 MB 1 0
172,385 172,385 0000000000000aaf01830751851536fe817a101db2dc4e97c60a9bf1ac8393a6 0.04 MB 155 16
172,384 172,384 0000000000000a0dc57b74dcfbb930c079be42afb998305324dc192429215a9a 0.04 MB 79 66
172,383 172,383 00000000000007bcb7e272a57add0e419c28965df734528163aa7e1dbd5715ad 0.05 MB 82 127
172,382 172,382 00000000000006a3b10d3b4609ef07a36f1f51047412f236694e3b4bf1269ea6 0.00 MB 1 0
172,381 172,381 0000000000000a0a3d1c4145d8becdf78ddfb39980736bc63083249e953c4ab5 0.00 MB 1 0
172,380 172,380 00000000000004af6a0002c8700ae00c94b860ff02e938d622bd0c8bdce539c1 0.05 MB 110 115
172,379 172,379 0000000000000276ae2ba303f4b62ddb54cb363767237c0e85b1ae6d433306ca 0.02 MB 48 119
172,378 172,378 00000000000008632eda4f5f35f2def7c5f24c0cde09270794df28454ef8ba79 0.01 MB 25 122
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
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.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.