Memory Pool Memory Pool Refreshing

6,217 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,005 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (610,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,217 297,217 00000000000000009b092923997de432ce1579383dbddfd589233bc210e97868 0.25 MB 486 37
297,216 297,216 00000000000000007a8867c90995cdeb4671dac2e2f1ac0e783c7f5940f2a915 0.25 MB 541 436
297,215 297,215 000000000000000000c0077443502c43c29ffed2e56bbfb0d7df889c0b46f596 0.47 MB 808 30
297,214 297,214 0000000000000000222da705cc5d3896906f636eb4b3338d5b62ab66e032a2ba 0.31 MB 503 30
297,213 297,213 00000000000000007f00a4d4e9beaf8079295775cdffcb672af774993a4acb02 0.06 MB 128 43
297,212 297,212 000000000000000031d8e2b299be2128c0b494357cff87a9f0994be3b3f4386e 0.02 MB 64 44
297,211 297,211 000000000000000072b6dfe4846a38e6467a3f5092f5ecf6efead0c5964968fa 0.10 MB 107 13
297,210 297,210 0000000000000000138debac3659e97babb4bccf167ab9f48e843482ef1d0e57 0.28 MB 301 21
297,209 297,209 00000000000000007e1425dd881eb84cc6cff828627d7fec3d56b2ae4550f516 0.35 MB 799 42
297,208 297,208 00000000000000002d8531ee68ea3abcc659832fe13ea6cc0ede898cd2c0e96d 0.13 MB 236 24
297,207 297,207 0000000000000000377d3fa35a5107f303c5f5a2d94bbf30386baaa400c2a9e6 0.87 MB 1,471 31
297,206 297,206 00000000000000004ce744860ca3bc181a17de9676ed4ea600779d208b4c1e9c 0.02 MB 34 31
297,205 297,205 00000000000000003a648d742fc55d6dbc32bac44e5e76b8e46c9b3eb5e4b0f9 0.14 MB 261 30
297,204 297,204 00000000000000007bd7b2576bcbc648d1940ba41d0597610e32136b47bef741 0.05 MB 65 25
297,203 297,203 0000000000000000273e4d31d6040bc4b8abcbe97438cc389ab309ae80c6bd4c 0.26 MB 278 21
297,202 297,202 0000000000000000142fd90100bb7ebaf95767a36779e0c366ef518b7f72b643 0.25 MB 194 18
297,201 297,201 00000000000000004dc91fcf6a5698895e36517117fb45b8e292e144cc23b29e 0.50 MB 427 16
297,200 297,200 00000000000000007c6437f6abe271cf759600dd18df71ee909ff762fc80be7f 0.35 MB 748 37
297,199 297,199 00000000000000000df90863f89af116182ab99969731e67dd46c581c1d61eff 0.35 MB 825 46
297,198 297,198 00000000000000003fb1563a56362e0a6e652814e8f599f9c7e3570db46be6b5 0.39 MB 1,024 55
297,197 297,197 000000000000000084daec504f9f49b9b2b27247f96e566db4e6a98f4068348c 0.10 MB 256 31
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.