Memory Pool Memory Pool Refreshing

17,206 transactions
5.55 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,916 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (635,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,021 272,021 0000000000000000c4c99718afc1fd1a19dbe3549c8bc27b0ca6a2fe71aaea5d 0.19 MB 197 29
272,020 272,020 00000000000000067b2fbbe4f69b63afa79e4cbf8b9f9c08d15904a7f9d89493 0.25 MB 431 27
272,019 272,019 00000000000000054c20734692a5793d544a7e321d109dc745d895a52b014fd5 0.25 MB 789 82
272,018 272,018 00000000000000028ef1560c8d3bc1d2cd3b1e7feac2cfe79a859e9d03c83387 0.39 MB 1,020 82
272,017 272,017 00000000000000015c27dc01bd1495b78cbd71fdf6fedf1006715857d4156d18 0.20 MB 460 58
272,016 272,016 0000000000000000eef7b1f5742ae6c70d64e66b05aa8156440e897bf55883b5 0.01 MB 18 102
272,015 272,015 000000000000000703606c8912595e5b74d5fa46fdda665548993f2b25674e48 0.15 MB 351 33
272,014 272,014 0000000000000004bb4bf69c44ce1f48287287a47ad7140ad6b2abd782f92e0f 0.07 MB 182 131
272,013 272,013 000000000000000095283cea484308f349ca26721fb1c7b39332945961186c73 0.00 MB 1 0
272,012 272,012 0000000000000006402e993fe6c5b978efe6f2beab1dba81da9564dfdd754a64 0.08 MB 229 66
272,011 272,011 0000000000000005c7562381daf69a80c39b634e4946c72701786ad8a2540801 0.15 MB 316 38
272,010 272,010 000000000000000608a43d49cb57477b6be790dcc41b01fe190ab9f1e7b9d598 0.15 MB 244 36
272,009 272,009 0000000000000001a48cdf9523226a46e31664ec7d73aade388c9ec0467dcf64 0.21 MB 303 51
272,008 272,008 00000000000000049a1f73d54bdfb9955a84b4d7112ddb9e9d563f3c91366875 0.25 MB 347 31
272,007 272,007 0000000000000006a8cc2af2ddb9cce35218e8cb3567988b35c1e8d882b50b78 0.50 MB 1,305 75
272,006 272,006 00000000000000025cec0e6380882a77da83696fbd98a794719dac74b2575b89 0.50 MB 872 35
272,005 272,005 00000000000000036ae205cc9d1fcb6796e0491c25c8a9603948130f1d076120 0.25 MB 718 117
272,004 272,004 0000000000000004a9180a02ab7dc17f619175ab93ca9738e3e2a6ef784ead08 0.25 MB 655 91
272,003 272,003 00000000000000003cbc200e4b1a56decfd90b86fdaee528a402ae459398d23d 0.40 MB 137 12
272,002 272,002 00000000000000011bb8aadd445e2e77010075d4c66d3c5be040e0ccd2757f8d 0.25 MB 238 15
272,001 272,001 00000000000000005ae2b9dd4ea05866eb5f5e8a8ea54e25a217a9c6bbb5024f 0.25 MB 581 65
Previous 10 blocks ↓
Total Size: 769.02 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,624.17 GB sent, 92.99 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.