Memory Pool Memory Pool Refreshing

161 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,775 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 141 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,774 (886,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,363 21,363 00000000fef3761394a8626b57c21ebfce33db09cd73bafb809ddc69bee8e77f 0.00 MB 1 0
21,362 21,362 00000000c370667eb779baff81707716efc2742928faf1706a69dc03e08e46b1 0.00 MB 1 0
21,361 21,361 0000000011b8654b41136e6314c70b770460a590437239fc170ff8b53d2e4181 0.00 MB 1 0
21,360 21,360 00000000294beac80a50b8faea71bb79612f7a3cf75f3e40b8606262b7c04309 0.00 MB 1 0
21,359 21,359 00000000e77778a088c48018de670e3e322e2e3f3f20d8d49c63749cced92870 0.00 MB 1 0
21,358 21,358 000000007c21e217c0d5aaeb4c9e7845a514e62c7165357a424430e70891c23b 0.00 MB 1 0
21,357 21,357 0000000090b72c7972ab2514a9b8fce699681666dcc3dd422d9387f25a878f84 0.00 MB 1 0
21,356 21,356 00000000c4ae19c622ba1b859f80c39a6046a8967549eafe7b098f8f45098a2c 0.00 MB 1 0
21,355 21,355 00000000bcbd80c79291936f11dfe983bfe40498d8a7f949865ff17b11eeca9a 0.00 MB 1 0
21,354 21,354 000000000e35bc93d1a0ca6dbb29b3a134450288fa81a44a927e946b8507b1a3 0.00 MB 1 0
21,353 21,353 00000000bdedc45df1ad50e1d6e058f928cc01215643b943c3ff25aea9c16af9 0.00 MB 1 0
21,352 21,352 0000000058872ec0e37d19ac6a3e68e6ab69fa81e6dc5f5f860861d904d5faf1 0.00 MB 1 0
21,351 21,351 0000000072e540f1086514f3e28f682ebdf0cce9720d8eebecf0b5c0700400a6 0.00 MB 1 0
21,350 21,350 00000000ac7846f3957fc5f77ce8ee0728190cdc6a192a59cd58bbf467383476 0.00 MB 1 0
21,349 21,349 000000002a8de6a80208165976727ad3066f19cc701cccdb1e555a4c4816ed8f 0.00 MB 1 0
21,348 21,348 000000002728faa7a41c17cb8c6364a059959292ab8bb8353382e770322f0e80 0.00 MB 1 0
21,347 21,347 00000000436617dc52052d5d5fbd8bf33f7693d1b66f56995889bc25755e813c 0.00 MB 1 0
21,346 21,346 00000000ea275cb6952624535ce4080abe822e9e952355c0a6d7e7ba228cfd9a 0.00 MB 1 0
21,345 21,345 00000000817d6b8865386209d553767c74b1df8cec22750acaf87d25d2834c2d 0.00 MB 1 0
21,344 21,344 0000000051effd28b0f2c4ec54f1eacba4e72a65affced37ba7ef5da61d36a4d 0.00 MB 1 0
21,343 21,343 00000000e743baee19f4623a5326094087cb7842e91f9c010856b74030538b81 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.12 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,629.79 GB sent, 93.47 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.