Memory Pool Memory Pool Refreshing

524 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 514 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (730,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,367 177,367 0000000000000a5a3cf32497981624a8c2b0e4b648e80e2bc82c72accb1ddc7f 0.04 MB 59 128
177,366 177,366 0000000000000269e04e09659c186bb87de865804287d7bfa07d9274b5a05d36 0.06 MB 97 93
177,365 177,365 00000000000004205eb5e71950ba5e7766e0d641dcedd8acf59c19d0bdaf6a4b 0.05 MB 121 17
177,364 177,364 00000000000001788295ef0cfe68ec01054884419b546c3311a335f577c9ab2b 0.05 MB 115 113
177,363 177,363 0000000000000657ad5364dfe81ad44d275193ceaa58627b0838bfc5467212fe 0.07 MB 124 104
177,362 177,362 00000000000005e82e0a885d0527615533ed22f31a3758d424301b41591fc1f2 0.01 MB 12 8
177,361 177,361 0000000000000392a95a24ad2e15922dd40fed5d708583ad6278ee71c2138e46 0.05 MB 109 129
177,360 177,360 00000000000000555c9c0927371a9fd648c054256a1514fc3a2b5670096b1fc6 0.05 MB 113 87
177,359 177,359 0000000000000893e4516dbefccbbdbf73c4f1eb3d25af0740551ff77f495347 0.03 MB 76 155
177,358 177,358 00000000000008964b42e55a78ea865c6f4a31f7ceda2602987be2a03cb8dbdd 0.03 MB 76 483
177,357 177,357 0000000000000057c10b965e5c4589d3d4437c3f09fc340ca033f0b248c8aec3 0.01 MB 9 8
177,356 177,356 00000000000009e27cbd4fce55257d5b20275e199256a8477adb73a1aa197fc2 0.00 MB 1 0
177,355 177,355 00000000000008baf8a96f1aa2090b00650ce390579a5e01d6dce47c574626d8 0.02 MB 43 68
177,354 177,354 00000000000000e20ee78a937235cdcde6cdd1da1ef49193118c4f6343b1b102 0.04 MB 101 242
177,353 177,353 000000000000027c68c32f311cc360ad9dd4c2d3d172669238031f6db465d8d9 0.01 MB 5 0
177,352 177,352 0000000000000668171c3471efcb5a903098262adac6e649721bcccabe24b02f 0.02 MB 66 14
177,351 177,351 0000000000000623311d2ec8feb968453fe145dc16233a4aee16b5972b6252ea 0.05 MB 87 167
177,350 177,350 00000000000005f6ca2ddcb033fd4842986bca188b40d670a6bc357fe12f565e 0.05 MB 162 21
177,349 177,349 0000000000000aa00da373fe05e486098c6f89624bba81d397860778f91bf1b1 0.04 MB 95 340
177,348 177,348 000000000000084bf2c3ba1e56a968b41b010d09613f2bee3e6534e8b379d4d0 0.05 MB 131 342
177,347 177,347 0000000000000a4bed96c650756873a24544fc6b855a01c89b3a366079d02a18 0.02 MB 34 54
Previous 10 blocks ↓
Total Size: 769.38 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,644.12 GB sent, 94.85 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.