Memory Pool Memory Pool Refreshing

8,233 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (513,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
394,036 394,036 00000000000000000905cf04e1626d78a3404be3a06cda039349519fbddabde5 1.00 MB 2,049 32
394,035 394,035 000000000000000004604d85820845daba62abe79e9a27a0a7a772cea1bc6b05 0.00 MB 1 0
394,034 394,034 000000000000000005302154d63b35a44c70cc061ab3c615f0f8dacab9c71bd7 0.93 MB 1,226 27
394,033 394,033 00000000000000000667393478c8ab2f402aef040a7354ce2e12704f8bde0e49 0.93 MB 2,033 36
394,032 394,032 000000000000000003d4384328dd720d44fd00ccdcbfa0a6f6a089652ca0e843 0.93 MB 1,421 23
394,031 394,031 0000000000000000093d8e627aba02cd5d9afa96f5df65357a4d255ea78aa03b 1.00 MB 3,049 56
394,030 394,030 00000000000000000197a1b52471256eee3fd5eb3c102740b91615faa1fd7b15 0.99 MB 1,188 14
394,029 394,029 0000000000000000091e9a2f8eb9ac867bba5c007c025890621ee10427d36439 0.45 MB 731 32
394,028 394,028 000000000000000000f565f198fd08d9289cf7e807cf334aad06915518add751 0.93 MB 1,211 22
394,027 394,027 000000000000000001b1eb866b47eec2560e436f0225783f57d32ff61a0c26aa 0.95 MB 2,235 46
394,026 394,026 000000000000000008fc2593c08ea8a974e776a8eb9b0a10dc0ce35d76f7b096 0.93 MB 2,233 44
394,025 394,025 0000000000000000081e76fefe3cd9bc077dc02d6cbd4a6183b8dd26ad9280a3 0.93 MB 1,659 34
394,024 394,024 00000000000000000061645b49734456e1793d7981b41c74ef4a30fc3d3f561f 0.93 MB 1,846 35
394,023 394,023 000000000000000000bf42d3b7c596d86b08d41fad6bef659dd5abba379dfe44 0.91 MB 1,861 35
394,022 394,022 00000000000000000801d9e5eef7462752094a957af973eb0405428cff8f1b8f 0.69 MB 1,271 24
394,021 394,021 0000000000000000060b999f03b951584a898b6dff932d868a5509b15073bfcb 0.00 MB 1 0
394,020 394,020 000000000000000001f306704f177d742ebe03ef90802c7d8c960b6d620ffcf5 0.68 MB 1,433 36
394,019 394,019 00000000000000000971af487b5e590a7d79374813c74276ee595245da200356 0.88 MB 1,291 25
394,018 394,018 000000000000000006e8e0ba793d0e7c91967915311b4b877b23893d13e70b34 0.99 MB 1,400 27
394,017 394,017 000000000000000006cd1b4e64d23a8ccc523cbda7d4b0789384f31f35fa42bb 0.93 MB 1,967 44
394,016 394,016 0000000000000000033518356da50a0f6157d842e88785d2af9c96cd5229fc54 0.75 MB 1,588 37
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.27 GB sent, 93.77 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.