Memory Pool Memory Pool Refreshing

2,693 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (734,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,150 173,150 000000000000003742d78eacbb6dc7ee688cc058ef5aeae6a7bfde6c5d0caeb9 0.04 MB 78 58
173,149 173,149 00000000000000c2819b515154ff92bf12f394bb5c5f0133dc88ff7e1f48e1cf 0.05 MB 117 64
173,148 173,148 00000000000008fbb00df1efa6881443d96ca9ba7b9d160d969a7e4cae555ed1 0.05 MB 91 240
173,147 173,147 000000000000093be200973087121bd6ab96678d055549bc3dacb38856e07f01 0.00 MB 1 0
173,146 173,146 0000000000000b0234fcb64a19d49e96d703ea217afd1126f435c39de0303371 0.00 MB 1 0
173,145 173,145 00000000000007f8b7e9b40678db1980efcaf6a4007b67b4d3c8930da93d2847 0.01 MB 44 3
173,144 173,144 00000000000002a9322f2bcd8ed16c00db691061db32047b11c926bf6f07f610 0.04 MB 111 170
173,143 173,143 0000000000000484c802a869d0e17d608d1bcdf2b818410e9f60b7d8eb1d84b7 0.00 MB 1 0
173,142 173,142 00000000000006d6d878087cb1cac8446e5455ce136fb8a8e52cb93fef0a6688 0.05 MB 89 495
173,141 173,141 0000000000000436e3f94d4e78e641cbbca7340f45641a7de021cdf1310b4d0f 0.02 MB 49 74
173,140 173,140 00000000000000ad569604d30f548cc9cfd1108424525eeb1844081ddb16606a 0.02 MB 18 34
173,139 173,139 00000000000008d5951c8ed521a57eed16d37cfce974ce82a18e8b550647c6a9 0.02 MB 55 128
173,138 173,138 00000000000000f55a1de68d6536ed6ebe01e71399df29695f79689331694d9e 0.05 MB 144 54
173,137 173,137 00000000000000468a0d13eb9dae8f2b29dfd209cb70a39592a62be8f40a3290 0.05 MB 103 78
173,136 173,136 000000000000033f897a090f41f684353d41fa84f11ae6863bdde00d8ddfbc4d 0.00 MB 10 1,044
173,135 173,135 0000000000000926a3ce8c2c84fb6b86b4b2ab8aa63f76a4ea63cd7e8f1f1489 0.08 MB 157 91
173,134 173,134 00000000000002ecdf1b0d50d3cdd53a39c41e72cbc977978cc4a02629cb10d9 0.05 MB 141 175
173,133 173,133 000000000000077791a3f3cde70e9abe5a5e98c25f360fb3f47097359784bcf6 0.00 MB 1 0
173,132 173,132 00000000000006332d0297e8656beb774b61247fa1d113ee54deba7413efe98e 0.00 MB 1 0
173,131 173,131 000000000000065f557cb42fa45bcb372947d887ecf7489c8204bcc3f30587c9 0.02 MB 79 30
173,130 173,130 0000000000000762cc26bc0d7ce2ae230aeb106dac061bf33098453db6db7192 0.01 MB 35 868
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.