Memory Pool Memory Pool Refreshing

8,328 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,571 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (605,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,167 302,167 0000000000000000352d7b2cb6896228cc3f7f944299d1f0d86bd5f19724dfbd 0.26 MB 480 30
302,166 302,166 000000000000000068e4870a1554247fbd5fbcbec278b97f72450c9c46f8adce 0.30 MB 462 34
302,165 302,165 0000000000000000028a84070cb5b30adc72cb50e81be5fbf14fd8d1c146c6c4 0.28 MB 495 32
302,164 302,164 0000000000000000217ae57f31f784364675f35c0b96d5dc64a725a12a852de6 0.74 MB 1,167 30
302,163 302,163 000000000000000005082a86e08b15bf224b99f85f625f064c04be411c379917 0.26 MB 363 27
302,162 302,162 00000000000000006433f16fbe49a2483121bfba5b07e8462e56f8e8f429af93 0.15 MB 324 31
302,161 302,161 00000000000000006864476275bce0d1a07212d2f54f835f66ed0ac0b731d08d 0.01 MB 19 37
302,160 302,160 000000000000000004aa6a761c9af41fcaf61b729808ce2d452caae0bcc11201 0.21 MB 477 35
302,159 302,159 0000000000000000705ea872e9b859ba3073a99e23663c0e72525f88a38a3a15 0.12 MB 153 17
302,158 302,158 000000000000000008fd43df5134c20a46caa1828655d7b4240997f79f305fea 0.52 MB 935 35
302,157 302,157 00000000000000005440dca9420df7be63f60d4493dc28e8f03d505356bd3c39 0.03 MB 92 19
302,156 302,156 00000000000000000578be844cd84408ed07d44937df7cf22aa4b5ddedc63be2 0.13 MB 61 4
302,155 302,155 000000000000000071256fb74f6b092e447e383dad37502d24cd9573b604cd84 0.30 MB 572 30
302,154 302,154 0000000000000000254ef58f0370627d0a8d91b82f402e277bf32ae71ce39c2b 0.28 MB 420 27
302,153 302,153 000000000000000065d133e18778905413a9b3c6483a7984796596609d43873d 0.57 MB 716 23
302,152 302,152 000000000000000054904c6bf9cd2dcaaf1f232ac076729d20e5e01ed3c1fe2f 0.35 MB 465 26
302,151 302,151 0000000000000000169481132afcb06a54510ddaff8aa344b1ab53d17447f509 0.50 MB 1,056 34
302,150 302,150 000000000000000063c191e8f2c4fc230a63cf2344e6c56c2515768cf42fc115 0.75 MB 769 20
302,149 302,149 0000000000000000697b00f6974875c0fd5148d633777d625e0596a478127946 0.00 MB 1 0
302,148 302,148 00000000000000004d40f573089c0a258c09d29b10eb898dd31a81115b37ef6c 0.25 MB 715 69
302,147 302,147 0000000000000000132ae75717e1adf654e4ac7fedcdc6c64e656dc185f4b28f 0.25 MB 466 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.