Memory Pool Memory Pool Refreshing

2,190 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,190 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (286,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
621,015 621,015 00000000000000000003fc8af63101c32a4547e3678f79c2ae0cd37f6541b7e3 1.47 MB 3,108 30
621,014 621,014 000000000000000000089c322af9fa927abd270d3fe9e13946a13213f8457e2f 1.41 MB 2,491 14
621,013 621,013 0000000000000000000123e9e47d21e06dbe183e0435b96ce8a61107d92ab553 1.38 MB 2,122 14
621,012 621,012 00000000000000000004274f7ff447be25d0e44ca20a5d3450cdbb82ad5df316 1.54 MB 1,486 4
621,011 621,011 0000000000000000000d9b4dd8c546a44665725ced40d84c23c8e355b1ff8d15 1.28 MB 2,184 18
621,010 621,010 000000000000000000026ceb45947168e3881e699fc4bc9df721d48348c10aa2 1.25 MB 2,675 7
621,009 621,009 0000000000000000000a5b82b53c403ccb2ed92dfdf6fcce6b62921515b5c298 1.04 MB 991 5
621,008 621,008 00000000000000000000d029441220491a434f44b9d6b0e0efca062be4f4dc29 1.28 MB 2,609 20
621,007 621,007 00000000000000000002f8dc9546d294c860c0caf1b98c55ccc7fb71a0c4feb5 1.18 MB 2,295 12
621,006 621,006 0000000000000000000964373f4540e30b702d321bf20dfabb0cf8c1159d80dd 1.18 MB 2,491 15
621,005 621,005 00000000000000000005de5c9e015f909b4cf57684ff7028c6cf7f8e80c35039 1.12 MB 2,428 15
621,004 621,004 00000000000000000003b3f536f8643b542f46ddbc47a72812537d21e099681e 1.25 MB 2,980 18
621,003 621,003 00000000000000000000065da1736986efb0e5575ddb3f0f2251f967dacd8fd7 1.33 MB 3,183 27
621,002 621,002 00000000000000000003b1340795941e61e4805249c3881420c21abe752718e9 1.15 MB 2,994 14
621,001 621,001 0000000000000000000a28123efeb36d61b2c5c094730b506a22a38184cc877c 1.31 MB 3,583 20
621,000 621,000 0000000000000000000d453a8775c919a1a6933910c8534ef2bb4a9fc1bece82 1.40 MB 3,107 33
620,999 620,999 0000000000000000000c98449728358a9f535087d378704cb9fd8f434e285403 1.24 MB 1,701 21
620,998 620,998 000000000000000000029be34460a0c5925e6dceb6524e8aa121f1f5ef9e5b24 1.44 MB 2,747 32
620,997 620,997 00000000000000000000947a5996cb298648f051de0eee7176b65b964b6d6086 1.53 MB 2,968 31
620,996 620,996 00000000000000000008462e6b2d729945fcca0951e1e68f804ae3213e1882dc 1.40 MB 2,596 18
620,995 620,995 0000000000000000000d8b4a6460bc79968df2e672ebde21ab1b4fb7d334ee7b 1.28 MB 2,806 18
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.