Memory Pool Memory Pool Refreshing

5,015 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 892 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (578,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,744 328,744 00000000000000000cea24fe54186a1fb7a433a2d79fa2b0982ead4e93c32575 0.14 MB 268 30
328,743 328,743 000000000000000016833e09d3113a2e2c47f7940d9c402fcb480c2946a6ec88 0.34 MB 437 20
328,742 328,742 000000000000000018c2df9f8d9f7b00475f1a96c6af136e485d47c725d5f8c4 0.50 MB 978 28
328,741 328,741 00000000000000000f6f14083e37ce7dd4654b416dee98145c0f0a75c5336b7a 0.06 MB 64 35
328,740 328,740 000000000000000018dc27ae9790767350025deebed6ed2b5eed0650cb64eb7b 0.35 MB 989 39
328,739 328,739 00000000000000000f5e68b6bd353a2946ebac062eb0f0a9ba5bf6527aa18c34 0.01 MB 32 57
328,738 328,738 0000000000000000054c3a9501dd8b5a74572a0f36746ccf587241e200078967 0.57 MB 914 25
328,737 328,737 00000000000000000c8f2db1e15930a27ddbeb76a0dd78b58965a59e6feec837 0.22 MB 389 24
328,736 328,736 000000000000000017bbaaaff18ff0048aa7e045d5160d44ce9a7d77f033bb65 0.10 MB 158 15
328,735 328,735 0000000000000000106d702606d149a8255aacfbbd955ecff13c9986b924619b 1.00 MB 1,668 25
328,734 328,734 000000000000000009a11b3972c8e532fe964de937c9e0096b43814e67af3728 0.02 MB 49 19
328,733 328,733 00000000000000000cca48eb4b330d91e8d946d344ca302a86a280161b0bffb6 0.43 MB 779 26
328,732 328,732 000000000000000015ae193af7b77987c8ddd2344a6627aceae86f888983bd9d 0.47 MB 845 27
328,731 328,731 00000000000000000fc162596ce5545eb0831765cdc35d09964382827aa9ebcd 0.32 MB 616 17
328,730 328,730 00000000000000000717206123b46b19f396364ca640adbaa6c3d1ee6cb7a505 0.43 MB 835 29
328,729 328,729 0000000000000000147814710b9ab69dd40ebcb6aceddae1b7def40fa18b4d0b 0.62 MB 1,120 28
328,728 328,728 00000000000000000c40a434ca0570ee79816821d329bbfd4d55b9a2e2177d4b 0.19 MB 193 25
328,727 328,727 000000000000000016222cf2f1bb678cfa2ee8c3d70e5c23e3d9f9d415fc37f7 0.24 MB 387 23
328,726 328,726 0000000000000000030247dfab61d9759f9abe494250a682eedfb5c38acb80d2 0.29 MB 401 19
328,725 328,725 00000000000000000d56a79bf40dbfcd5ab0ae4b521dcee45ba6b8c10de67c85 0.24 MB 512 32
328,724 328,724 00000000000000000f85693d51368498f0debeb5daccca148dd3b4c5ef5db20c 0.65 MB 1,127 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.03 GB sent, 93.05 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.