Memory Pool Memory Pool Refreshing

2,850 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,236 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,715 907,715 00000000000000000000dd1ab168b13233c0f7aeb62c0affbccd966139e8e7c3 1.51 MB 4,086 8
907,714 907,714 000000000000000000000566895887a703192f96a8b97f5817a6f3fd68b00762 1.56 MB 3,272 3
907,713 907,713 00000000000000000001ce50707b27f7a8c11bbc12fd68f3c6ab61627f0ba22c 1.49 MB 3,908 5
907,712 907,712 00000000000000000001fe45f4186f0512509d12707688ef8d8ec590b1415ccb 1.76 MB 3,510 2
907,711 907,711 00000000000000000001f4453b67bfe41743d75c17fb6ffb431d85c08e413e15 1.79 MB 3,291 2
907,710 907,710 00000000000000000001104f10f740be68bd718970855e0ed3f5cd051603b3cd 1.50 MB 4,554 5
907,709 907,709 000000000000000000007a84e4d75a5e0f34822d57c0225dd4e2afdf0c8147b8 1.56 MB 3,668 3
907,708 907,708 0000000000000000000220d44c1bf503a35137f9d0f34caeada6294e8708360d 0.00 MB 1 0
907,707 907,707 0000000000000000000194b574aaf32e5359022743ab3f960b17aa56bc7ed93a 1.59 MB 4,879 4
907,706 907,706 0000000000000000000220813b7ed5d9fc960142aeb8ab661bff8565ce2e8097 1.55 MB 4,915 5
907,705 907,705 00000000000000000001a7a1ffb64674b24cff8b2c9fc896ad9e73f18e1cf23f 2.05 MB 3,825 1
907,704 907,704 0000000000000000000151d6f35e38cec59907b5b1a737ed75e7b65733442b78 1.86 MB 3,605 1
907,703 907,703 000000000000000000002992a7bbc17f0240f6b03c094902616248a056745d0d 1.48 MB 2,907 4
907,702 907,702 0000000000000000000118e4921055eefd84cdf2627d4ad6fe9687fb3ebcab48 1.67 MB 2,059 2
907,701 907,701 000000000000000000007bc8b9280d72de83ffaccc1270cad13fa4450782373a 1.59 MB 2,364 2
907,700 907,700 00000000000000000001693d5bf8a90dfc26a28e132af3b3471f57b7f8096343 1.69 MB 3,154 4
907,699 907,699 00000000000000000000fda3f533a8cd96c5847aa7f69ee6f86c44eb9bf1054a 1.76 MB 3,068 3
907,698 907,698 00000000000000000000499dadbf0fef9279c320238a84acb6d2be2d748a6a33 1.56 MB 3,860 6
907,697 907,697 00000000000000000000032605c44fa5ce6d25d803a702a8d97cc7a5df8e0345 1.65 MB 3,772 4
907,696 907,696 0000000000000000000073034fa0878254a89477a9909888bcbf151de833ca28 1.51 MB 2,465 2
907,695 907,695 00000000000000000000a1b75b6200cab012e0b2fe2da7415c26c59e352a7c7d 1.66 MB 3,674 5
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,644.23 GB sent, 94.87 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.