Memory Pool Memory Pool Refreshing

7,864 transactions
3.63 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,908 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (634,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,059 273,059 00000000000000047072e86d4b85af3e9b88fdfa66f70c41513b7259b8312865 0.90 MB 1,336 35
273,058 273,058 0000000000000000c52c04a476a76bc559393958cbec0b8d9de57922652005e6 0.25 MB 324 29
273,057 273,057 000000000000000061042d1b56c08012a18384869b6b2f3a999f53fd95b66ec9 0.50 MB 939 40
273,056 273,056 00000000000000056cfb795b30517d7a6cc1f50545ee7005b2c9e617a9007a92 0.90 MB 1,748 55
273,055 273,055 00000000000000049c852314e928e71a652365a27b9c86c8b53c146a10acb9af 0.38 MB 644 23
273,054 273,054 0000000000000000e38963983ec2ab0a93e06a4681be14ac8f205cbebb4a0e60 0.25 MB 420 81
273,053 273,053 00000000000000024200749f27b9193481f80afc62e11f97c4dd7c4b92d489ff 0.50 MB 1,043 39
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
Previous 10 blocks ↓
Total Size: 769.03 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.89 GB sent, 93.01 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.