Memory Pool Memory Pool Refreshing

4,084 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,966 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,214 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,965 (905,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,515 2,515 00000000211ed6ff8805fbc536ee7b5a9ed76512c54205214c3d1387de3b6962 0.00 MB 1 0
2,514 2,514 000000002cb941cf510cbda749caefc7b511680a7bba47ef49b7d8d470cea8b6 0.00 MB 1 0
2,513 2,513 000000007030a61ba73a6c9e66c84956b9817f5487edd52d2eccc02374e048d9 0.00 MB 1 0
2,512 2,512 0000000045218b32eb3717ef96608c1abe156546fe156a5d4eb1a0300f5f523b 0.00 MB 1 0
2,511 2,511 000000001e07a73f81ff6000eb8c58158aebcb67bbeaf43ad580a518a579d7d7 0.00 MB 1 0
2,510 2,510 00000000b294887aee80614cd133f8045225cb861363b2c5efe70e2721758f51 0.00 MB 1 0
2,509 2,509 000000008368414feae8318b8a1f71b6467a96f0d0ccd47b8df9142f1ad2da48 0.00 MB 1 0
2,508 2,508 00000000a8d4130e02dc53426f7f87a6f4ec829e5d44d87a284bdfdba50fd2c5 0.00 MB 1 0
2,507 2,507 00000000ffbc5bf0a1427c2542e9ae43ede6fe888582702f50c5719f67873ca3 0.00 MB 1 0
2,506 2,506 00000000264c37c8a927f05d3dcad5ca34a62471eb8fca2f1ced475e48d19d14 0.00 MB 1 0
2,505 2,505 00000000ab860c3da6ff611c6c618d2ccb184c00bb288ac3d602cc41450e4c7c 0.00 MB 1 0
2,504 2,504 000000009b394bf0aa56f48ab07275e849205f5c6c3985c1b3e5d5aef7b1e002 0.00 MB 1 0
2,503 2,503 000000005027b4df8186a6221dab20522ec47a5c5eb146c3bc56c1429ddd26de 0.00 MB 1 0
2,502 2,502 00000000bb3e241dfd6f79ec7babc1e3395db92200e778d959861c513c1083fb 0.00 MB 1 0
2,501 2,501 00000000f11a02048994849fc2e785239b23de9bcfd7222d159188c52e7a98c5 0.00 MB 1 0
2,500 2,500 00000000d84724559f1691d916b2ed63a44884d495d155197647ce7667116b16 0.00 MB 1 0
2,499 2,499 0000000036dc2ce23cdd934eff4bae120155de8b8712de8489c8870b06e334ff 0.00 MB 1 0
2,498 2,498 00000000234f5fb4707c5f8c21edf698f2f8dbab6342862367f395fc8ccfa602 0.00 MB 1 0
2,497 2,497 000000000d88aca9f27de54dd924aa087356c5118204fc2e61715cea75b95c03 0.00 MB 1 0
2,496 2,496 0000000070e67f9dfd07af69263b1f7d9e943c5665cd5f45ab187504d357f251 0.00 MB 1 0
2,495 2,495 00000000bffb7cc82f9914185fbc5b7afe25f4282db8d3228fea67da7b23e3d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.48 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,646.46 GB sent, 95.35 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.