Memory Pool Memory Pool Refreshing

1,707 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,942 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,690 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,941 (789,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,308 118,308 00000000000063dfafcdff48ef06bc9fcebed30362ec7585d9c1765e342e3d92 0.01 MB 37 2,900
118,307 118,307 00000000000023987404482bfe5152797ca209a436150b04aaa1aa452f9f6191 0.00 MB 13 3,874
118,306 118,306 000000000000950a8a47d755577b37435f21b9240eaf353b81384778dbef7d39 0.04 MB 104 2,261
118,305 118,305 00000000000028a311900bbcf7583e13ef03029723b25e6ac1f56cc59bcf7d90 0.00 MB 13 2,780
118,304 118,304 000000000000092c52759ef709727299ddc13d2e91341158a7dfb4d35d7d8234 0.00 MB 1 0
118,303 118,303 0000000000006c44ea50001715286cd28776f2b155b5c13f010fa0adf4a1cdf4 0.01 MB 20 2,694
118,302 118,302 0000000000001cfed4eb15bb1e887e5b39b72dcee63b47c997a4bdffa026c6b1 0.00 MB 5 2,912
118,301 118,301 0000000000002cc7c1dbbe9a29db72c80a638734e0922ca7e7b6bbe0765d067b 0.00 MB 15 2,235
118,300 118,300 0000000000003277c3f6fc4a65825efe4ccb84419874e0f7646eeba452f3e705 0.01 MB 26 1,441
118,299 118,299 000000000000333d69977c4f59a9f5fac503aeb9692b057d5627f887ace4dfea 0.00 MB 13 2,178
118,298 118,298 00000000000037b2a8b88b8af31d55749870aca8020266fe08736d1f249975fa 0.01 MB 37 2,853
118,297 118,297 00000000000086f62d4ffbb47a227da99788a5923d4087f28e0e36021c310a8d 0.01 MB 6 1,387
118,296 118,296 00000000000039726a5e2c2198fc5ff02ec019acdd4088f446fad9ed7d20d3c1 0.00 MB 8 564
118,295 118,295 000000000000111ee88e585a9fe14caf4a9e0c7b653dbbf35d26771a8c9f4f17 0.01 MB 19 1,943
118,294 118,294 000000000000074662d50a7a63cefb545b70fc5dda7dcd010d453a8a19c100c2 0.03 MB 86 2,695
118,293 118,293 0000000000008de57529b5fd8c5a092764c219c36a7fa69a808f0bd52d41f20a 0.02 MB 73 2,560
118,292 118,292 000000000000ab1bf13cb011d6001c1593f2d4cef07e84f20cd9155fe679e0e6 0.01 MB 28 2,612
118,291 118,291 000000000000651cb0c53ed0cd3b577d7d4295e41e35faf1d3a7c411c451996c 0.01 MB 26 2,629
118,290 118,290 0000000000005881699dd182748b6ff8a974adc4d0b315e9a8151dc0a04954bf 0.01 MB 20 2,305
118,289 118,289 0000000000003393f175794fb2ecb387dfdf6ecbd0766032f0acafc550f760c0 0.01 MB 31 2,886
118,288 118,288 0000000000006b87c283db9e38e0a0e4bf47b37a1b6eeb931a95f21c0975dc84 0.00 MB 18 2,759
Previous 10 blocks ↓
Total Size: 769.44 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,645.60 GB sent, 95.11 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.