Memory Pool Memory Pool Refreshing

8,111 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (634,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,052 273,052 0000000000000005ca5107bd95794b86077ac3050d033804a01789ad167ace0d 0.50 MB 1,303 59
273,051 273,051 0000000000000004a458e941b2b703abca0e97b8be4cf8c3c2a5c08c9a5372db 0.03 MB 32 33
273,050 273,050 00000000000000059a79f3ca43ec398f5e47d36c4257aadf8de7711ce375c2bd 0.25 MB 697 78
273,049 273,049 0000000000000005d7ca1ae49903060d753d95c226454994b5a411f595d7bb35 0.25 MB 556 101
273,048 273,048 0000000000000004b543815ae1d60dc66ec70988b19598fde2b78e56195b7435 0.90 MB 1,923 63
273,047 273,047 0000000000000003a19dcd25a4fac21a7ed9229fc373015f5012ad2ce3dbc712 0.25 MB 815 110
273,046 273,046 0000000000000000edb43954c16dd61b0522c414c3e481d1b98bc50376b777fb 0.09 MB 144 37
273,045 273,045 00000000000000045b2288eae4beeccda12165c30c70e9c6997130724187f3c7 0.02 MB 53 51
273,044 273,044 00000000000000009d17528d638ab1310966d9f8a6eadaba5c09e080d8960f4a 0.23 MB 392 45
273,043 273,043 0000000000000004ac8349cee127ff74afbbf0816c351dd15c8fb9998dfa119c 0.21 MB 521 61
273,042 273,042 0000000000000005c0c3fac671192bf7eb5eada560f9edc2ae313060f04cfb4c 0.13 MB 126 20
273,041 273,041 000000000000000430456cad60293a9b39991a8f8a670739f4a839a8bf0ab35b 0.25 MB 639 55
273,040 273,040 0000000000000001ea247190a2cb062c02d3db38d019d2569d51f401ebb387bc 0.14 MB 300 47
273,039 273,039 00000000000000045f96625fc33435610d6449511c87494138a4f9f66cf625fa 0.20 MB 454 56
273,038 273,038 0000000000000005d7b02ec614f4eecbe5c6f7a5d28a863cfb38cfc8692f8a1f 0.08 MB 182 42
273,037 273,037 000000000000000390f91eab9e01cafc9065a9eb518a2da09535a981a2a05513 0.05 MB 107 36
273,036 273,036 00000000000000035c09478599f197c08e2ee131e8c67a9a624adf23bf36ef30 0.09 MB 205 53
273,035 273,035 0000000000000001807510846ac68f107299bac998e479ab30aefd35c7192020 0.24 MB 406 178
273,034 273,034 000000000000000102f74b314f1d79d9019e1b24ba0dcbfc2694da3abfea40bb 0.04 MB 102 42
273,033 273,033 0000000000000004038d6b26473d236ee2a37f7bf40f1aaa767c37fdd5488351 0.32 MB 628 45
273,032 273,032 000000000000000030a0d25c814b71070e7feee12a84db7435c1cb9d8fcbe642 0.01 MB 32 44
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.