Memory Pool Memory Pool Refreshing

3,253 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,663 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,056 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,662 (892,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,054 16,054 0000000040cdd8b00cf0d4af2ce37fbf2c0151b667397243deadffe8ea30e2c5 0.00 MB 1 0
16,053 16,053 000000003140a6bf914feb11f09d142d7c87e22cd01e4eac291c123622d74b73 0.00 MB 1 0
16,052 16,052 00000000cbc20220911974b9bb26003d55bc0be1fcea38d1fafefc1a0f5bc600 0.00 MB 1 0
16,051 16,051 00000000a8baca9e7e5ae456718fed69b0a2d1c937905c5cb4da557b5d59a2b9 0.00 MB 1 0
16,050 16,050 000000004e097f958c176252034081bb3182ea41a7c96ba437bfa7b8559a76e6 0.00 MB 1 0
16,049 16,049 0000000008de946dc7cf456087788d6fc84d6456c2fb1f021faf1cc28ff49094 0.00 MB 1 0
16,048 16,048 000000001646933b2ce69d7e01799566c16aee7267235012c69fc1cfcb9b7af6 0.00 MB 1 0
16,047 16,047 000000005a664f6aa97cadfcc7468dfbe88fab16b168242a1d9cf78d308ada17 0.00 MB 1 0
16,046 16,046 0000000030d8364545a0994c1a6e8eee17ff2e6ffa5d46af008511ce0368dc64 0.00 MB 1 0
16,045 16,045 000000007e07a47e10763109321b29672820b78c6e50ee14b445bb36a5f7191a 0.00 MB 1 0
16,044 16,044 00000000cc4877e361e211eeae9e987e4aca63f3218aba39ce6c05871ad12b4d 0.00 MB 1 0
16,043 16,043 00000000e8945684475a8618960cf4bf64ae2ee407e5c49601eb3abeb2053b05 0.00 MB 1 0
16,042 16,042 00000000c30a9ff7d964027db4139fdea47b320cf48fe0801765466ec3720239 0.00 MB 1 0
16,041 16,041 00000000dd3882db062885c1ff0b26f77caa033d032c83d5f261c841a5bf554e 0.00 MB 1 0
16,040 16,040 00000000ce83c8a8105e280baa9463a78365d78468fefb5ee484add1b067403b 0.00 MB 1 0
16,039 16,039 0000000028c63ff15e973cafa2fb7bd96b7bd6eb23e7558dc35859e5667ff5cf 0.00 MB 1 0
16,038 16,038 000000001d6477449093bf3bfdc61bf32d80c15dc3742bde471a807ec7afa520 0.00 MB 1 0
16,037 16,037 00000000cd5268b300927f3e561bb47895bc4ef19152c0d5e5b268b3e0d2f0aa 0.00 MB 1 0
16,036 16,036 00000000e6a73b6ff2ff15f0b1835f963ca444975ca1e2a06ddbe6cc3ee93f9b 0.00 MB 1 0
16,035 16,035 000000001c657e91b3c8322e7af69d6f34f80336a67532d713c9d33384c030c5 0.00 MB 1 0
16,034 16,034 0000000097fae503e2f19f501c79391d9e587e9b8ebba4a6b0182d546621edce 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.93 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,853.02 GB sent, 101.60 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.