Memory Pool Memory Pool Refreshing

8,343 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (803,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,548 104,548 000000000002d2569b5deaed6e66d9e8c0beac40437ee7dba0596319d8ae726c 0.00 MB 10 0
104,547 104,547 000000000002db6a559b5c7aa6e42e93a19c2793138bb22116950fa4ca31e5ea 0.00 MB 13 0
104,546 104,546 00000000000076c3e95a5f9e7bf2936a976cc9a7a7fdd377a8c88008d5a04362 0.00 MB 3 0
104,545 104,545 000000000001d1e341b045a6f27b322a2de568a90925bcb467b86952a2be0087 0.00 MB 1 0
104,544 104,544 00000000000369c8501e0efac77fbbaa9ac153ec1817133a320106d2cae438cb 0.00 MB 3 0
104,543 104,543 000000000000eb3ce888d48a12169d2b2fc11f42d3d344b8a8606464af788f66 0.00 MB 6 0
104,542 104,542 0000000000017ec13ffe08005cd0b10909a06691fb06038efc6d4aafc65a8f16 0.01 MB 22 0
104,541 104,541 000000000002bc0f1566b4e69d67bec3beeeef2071637ce1190a015fe00c9732 0.00 MB 1 0
104,540 104,540 0000000000034f04b102ba9befe69b192994b105ac8e0011a5428beb2fe802c8 0.00 MB 5 754
104,539 104,539 000000000002855d8afae0628b36a13d6c117b0840e3134c88e8833d48b8a089 0.00 MB 8 0
104,538 104,538 0000000000010bf339a697ddd3498871c2f9a2828b1871e7383d4fd1b28dd86d 0.00 MB 9 0
104,537 104,537 000000000002967834ad7668f20e6f34173eab5bd2785c271896951baf4cec1e 0.00 MB 10 0
104,536 104,536 0000000000019904b4df66c6413f0d37e8a8986c5a622b03f6234ee24d1d736b 0.01 MB 22 188
104,535 104,535 000000000002644ccdfdf55b2d7d0059e8ef8987469ef365dfd55cd0fda99172 0.00 MB 5 0
104,534 104,534 0000000000012e32f64428055004c079450b12b5b089df60ef901386480e9556 0.00 MB 7 0
104,533 104,533 000000000000c129879d128b3a0e9ed49b386fda73917913972dddcbc4426847 0.00 MB 9 0
104,532 104,532 00000000000005ef7e07fcd2207f1d6825f2e8be00edeaa0fd60965a707b6dce 0.01 MB 23 0
104,531 104,531 000000000002df2a05b106d878ca3dfd7f66fc5017fe07c5980fc117c5b87e5d 0.00 MB 3 0
104,530 104,530 000000000002f4331c34ffa3843229f298434be539949fdd8f12b84b7306a79c 0.00 MB 5 0
104,529 104,529 00000000000106554e8133f7b2a290cc00291fa1b526958ee8df9032ee58069c 0.00 MB 1 0
104,528 104,528 0000000000017a962a7ddad93ecd111b41bb3bf8dff12db6e6329dacf27bf841 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.29 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.62 GB sent, 94.36 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.