Memory Pool Memory Pool Refreshing

3,520 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (585,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,243 322,243 00000000000000000dfcd05c684224a6836cc068f79e2725b542d5b07288efc2 0.43 MB 648 22
322,242 322,242 00000000000000001ed49d86b36bf2bf763e455b5a1f9d039474c46ba450cea7 0.03 MB 32 23
322,241 322,241 00000000000000001d90179a05dccd5dcd298d934990b9aa16d32a522bf9d98f 0.27 MB 215 14
322,240 322,240 00000000000000000be985e8074f80139a647d8ebec5c1e435bcd5daf5aeffe3 0.35 MB 637 32
322,239 322,239 00000000000000000ef981eec0072fa3cf52899307f146dfc3a7bc6781476e34 0.58 MB 590 20
322,238 322,238 0000000000000000156241c97e914248179b949a8d53fb3681211535e0685a1e 0.00 MB 1 0
322,237 322,237 0000000000000000008e81ba6dc818bf4ae7ef3154ea602f26e76bc484b90ed0 0.35 MB 531 23
322,236 322,236 0000000000000000244ebd6456f157afca5163dd163e2b6e94e24cf372b1b13c 0.93 MB 1,476 28
322,235 322,235 00000000000000000b50729b2fc56788c05d9c7a8d228a294b629d45c719b27b 0.35 MB 910 41
322,234 322,234 000000000000000007674c1049404a48da5dcf5707db7ad806773f59e39a0300 0.08 MB 97 12
322,233 322,233 0000000000000000041e42dc0a022cd0fa26540abc0cfaae83697479019269bd 0.24 MB 202 17
322,232 322,232 0000000000000000125eb0a2a6224b3774637236d708c8694f155296af9e1626 0.57 MB 653 19
322,231 322,231 00000000000000000679e7eb00e2cd285550832b5a93300fcb7f70f728873bbc 0.50 MB 500 21
322,230 322,230 000000000000000001529b0ae1f32f92e4af5f77c8fe04a2e64c5b76f7bb939d 0.35 MB 862 30
322,229 322,229 000000000000000010f365d40d4d77aa4a7d77597f7c93cf694898eea22d4834 0.35 MB 952 32
322,228 322,228 00000000000000001872f00ae68fa75034d938e49be9ae5798e40bfece8c6f4c 0.35 MB 1,169 53
322,227 322,227 000000000000000008c1697d58dc5aaf6ad82d8fa0f90ed04021896637fd5b22 0.07 MB 256 36
322,226 322,226 00000000000000001beed6338341b3e2ff5bbb3326a2e1330a8ed4830f70717d 0.11 MB 211 32
322,225 322,225 0000000000000000093dd226400b4047ebbe999535feaa6a4b3bddf2a08058db 0.04 MB 70 25
322,224 322,224 00000000000000001130011be52283f9bb929b746f534a7a1789ec11fedcb1da 0.32 MB 530 22
322,223 322,223 000000000000000023850ee25e56dbc988ab2dc4c5121b1782d5a95d3ee7acf0 0.13 MB 253 27
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.