Memory Pool Memory Pool Refreshing

3,408 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,113 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (799,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,822 107,822 0000000000008a83006c7c2f21774fd243e301e45f37652ff1fe20f7fc4c0e3a 0.00 MB 5 0
107,821 107,821 0000000000023a6516691991e56d5497ce5126c05ce286975161bd2431084479 0.00 MB 2 0
107,820 107,820 0000000000006202eea675e1b82a96b1a4b091fe960c01a0c854f8fd21b444da 0.00 MB 5 593
107,819 107,819 0000000000000d88e62773d12311a3faa5a0e5a4777fc02be23de290d7f9be7d 0.00 MB 1 0
107,818 107,818 0000000000002323a26ea4a9616edd7982910b0abb1e59daf7d218e475930de8 0.00 MB 1 0
107,817 107,817 000000000001e4a3ec17747ec817f07306ba43e733aae7d8569dd262f1245e67 0.00 MB 5 0
107,816 107,816 00000000000257190b8c73a13778e36fb59c6eba254fc7edae7cbe9d7f5db4a4 0.00 MB 8 0
107,815 107,815 000000000001d8d70adbcee21fc01acdb0917269ec6dde156e6db47aecd4bddb 0.00 MB 17 0
107,814 107,814 000000000000239119506f0ce979ec48ab5e0959ee7fdc3112c9882b4b92eb4e 0.01 MB 33 0
107,813 107,813 0000000000002f99010f2de63837594e72b8669f40c1d3762702418df54db4b2 0.00 MB 11 0
107,812 107,812 0000000000004a3b8a5e535ae01f16f57967a28ff81bec7d25c16ddae940257b 0.00 MB 10 340
107,811 107,811 00000000000009962fb2cf25b663ef8f3c95947c5d827ac9c226852338757fb2 0.00 MB 9 0
107,810 107,810 000000000000dc2f26c0eeb66c16112ae031f0e09d5c3b4ec6ba49148c86c5f7 0.00 MB 11 355
107,809 107,809 000000000002668fbb1ca2f46132b65e0cfc94b0290ad9d8ce4a103978eb8750 0.00 MB 12 0
107,808 107,808 0000000000011b3eae07a0176d00859f385a95d5299f150ccd252d5cf9b38866 0.00 MB 10 665
107,807 107,807 000000000001a937a6f34c9c8bd79530d9e222f02289bcf48ce239c4d16365c2 0.01 MB 39 0
107,806 107,806 00000000000192532e1977e0f58917afe8d170c7ef81edc1854c8c921d55d5be 0.00 MB 2 0
107,805 107,805 0000000000002950ad4fd921b5460ea84f5a6fb9129d028659f2c3a6d0fb684d 0.00 MB 11 0
107,804 107,804 0000000000020c722971a2f48bfdb9acfedd7c7177faa10829e702ecb4e8a706 0.00 MB 10 0
107,803 107,803 000000000001d2a43d9803b441a0813437b608024028acb7bd7421faf2396a45 0.00 MB 4 0
107,802 107,802 0000000000022a8ec8c0316be62faa0924d5a16a7b7afcc4a762bc46bb60a49f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.