Memory Pool Memory Pool Refreshing

1,558 transactions
0.46 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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (899,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,912 8,912 0000000005f5ec2942da73b6464c4b454f9fc9b0f2fbc5e4dc393efbdedc8180 0.00 MB 1 0
8,911 8,911 00000000e3d48ce58765479cc92d1c9e5bbf5210ec94949f60f8d42f402a0a45 0.00 MB 1 0
8,910 8,910 00000000fe6a2acee44d83d445191a33b55fb3cad06cafa8f904682940719279 0.00 MB 1 0
8,909 8,909 00000000232389c4fa4e69686e7a4c4d54a4d96149fbc496baf1dafc739ad2ce 0.00 MB 1 0
8,908 8,908 000000001c1e1b7afcd8bccfe9285b4289b9bcbd2df1dc7e963605d60699f9d4 0.00 MB 1 0
8,907 8,907 00000000e30c8d7e2facada850506fd88c092ab4c3f4355145ede7188676cbd5 0.00 MB 1 0
8,906 8,906 000000000a23d9816426df3bdd01c687abe91c34223151c44267f758e287f4f4 0.00 MB 1 0
8,905 8,905 00000000327b1f1b3dcf06f2c09a64b3d7531a503c0f15cf32b3b73d8fb93a24 0.00 MB 1 0
8,904 8,904 00000000607df3a786ddbe536beabae438e38b282f7bb2ee44facb82e7c331cf 0.00 MB 1 0
8,903 8,903 000000007b665dd0aaa9e3c4bda7c0f9e22ba8155ed47ef577349f5415d601ca 0.00 MB 1 0
8,902 8,902 00000000114f8a140d8dc7a809e4862c71e879af8772013b28ec6fa72bf6d7ac 0.00 MB 1 0
8,901 8,901 00000000d44e8ccd202074e7c892d68eb22dbb7e3a2201455cd7c7e428d3c2b6 0.00 MB 1 0
8,900 8,900 00000000f73fe67c4b7c62068e1801cc53d8333f951c14107e70f8179bd51cf7 0.00 MB 1 0
8,899 8,899 00000000c1ce5fe1a2634169b9ad82c5bff5056f4ccd515d79d91a5c46fb199a 0.00 MB 1 0
8,898 8,898 0000000070440a4fd1cd5dbbb22ff9df576f6e457ddee169b99103b696bc4ab4 0.00 MB 1 0
8,897 8,897 0000000097f6a39d0e65f5d3b76083ffabc4312760f5b0d9bb16e72032cc1863 0.00 MB 1 0
8,896 8,896 00000000695bfd635ef616f7784ff80b9458fc2c967008241c356c1aba796fb3 0.00 MB 1 0
8,895 8,895 000000005a0f22af67816e3f62c05e64a7c3a9d451e7aa1312ad896e1c2f82d5 0.00 MB 1 0
8,894 8,894 00000000894a0f79cbdd4d62603732823e5faeadc3d9781255a5f5ab8b667c53 0.00 MB 1 0
8,893 8,893 000000003390d0477a991cda2320081f95bd715186b0eabcff543bce16bf57d6 0.00 MB 1 0
8,892 8,892 00000000579d1b1795feb37dbef421a54714aac6460d74d15ea850bb598c1342 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.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.