Memory Pool Memory Pool Refreshing

8,882 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,328 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (722,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,981 184,981 000000000000001bc47bc5fbb722d4c135d1a4a85241a4b637896badbba10ab9 0.25 MB 643 242
184,980 184,980 00000000000006f68342b286f471e34aaa4b04eec6c9204436d0a98e9bea3e9c 0.25 MB 304 143
184,979 184,979 0000000000000731ce93005fe46cf3eb2a3fe4202416e85681a563bbe00f42d9 0.05 MB 134 380
184,978 184,978 00000000000007a238dc2573d9edbf30c23c01bba885ad0eb4ba1ae30de3b53e 0.00 MB 7 0
184,977 184,977 000000000000035710ed79d5c30ba191d8a5a8545a7002e711efe6f7c7c9ff9d 0.05 MB 145 163
184,976 184,976 00000000000002aee2f09191a547992eb255bc2eaccb461da71f9819c2168fe7 0.05 MB 132 113
184,975 184,975 000000000000034797dcb36af670c0aea05f27af17dd0c341311efa621121383 0.05 MB 109 153
184,974 184,974 000000000000087abd2acd00468be11039ae1d0120bed6c393af4738578e8624 0.19 MB 423 109
184,973 184,973 000000000000057b5436d5aea22eef53c33aec5aac7c2296e4b37d372d6592d3 0.41 MB 1,192 147
184,972 184,972 0000000000000543bf54ba228617fa5c6198e1bf65738ff56d9ebe1fc095e8d1 0.05 MB 129 150
184,971 184,971 0000000000000438bcb580c799b9f6e1b9582647f4f13be7dd6c590420f2b9a2 0.05 MB 123 162
184,970 184,970 000000000000075c52c6d6fb5f6d7cf3ff22b1c7629f7d5bbe32b61b758d4869 0.06 MB 191 94
184,969 184,969 00000000000009f7462dcb0900d5455b768cb4b51a43d4fe707bebd8f6803653 0.25 MB 549 142
184,968 184,968 00000000000001a419cad0c0197e943cc6c4fbe205e4bd9671c10b3442ee0a20 0.25 MB 490 173
184,967 184,967 000000000000028bab02d6fa19fbef22bed3202fb70196a621d32aacf52e74c0 0.00 MB 1 0
184,966 184,966 00000000000000a68ed6f5e525acaade595b2aaab9b68c35b65b92d872339b77 0.00 MB 11 155
184,965 184,965 00000000000003c56d5fdc623df7b9786791070314076923ca467333c410daa9 0.25 MB 564 168
184,964 184,964 000000000000072728a94882d6c3966791982d84f1126b966467fc0beff63e60 0.05 MB 160 211
184,963 184,963 000000000000070754166c957f779e97e1fa1f08929c102bf9d09baf46c982b0 0.02 MB 68 147
184,962 184,962 000000000000005b6a1c369299735fa0e2221f64fb2834ee3a93daec75544d51 0.25 MB 483 98
184,961 184,961 00000000000001f4ee50b0c23b45806e37bdd543705a0ec06c7114d541dd4197 0.01 MB 32 193
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.43 GB sent, 93.81 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.