Memory Pool Memory Pool Refreshing

4,160 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (509,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
398,421 398,421 0000000000000000017e07047c01a8bbebfa549965bc4af5b724ce5d5c2e873f 0.64 MB 1,104 32
398,420 398,420 0000000000000000078e2c924992de24efc2e97e8ee33090f477ecc32ec3c414 0.73 MB 1,277 34
398,419 398,419 0000000000000000019f0fef4c9d4fb2c51f689472ab3a4fced45f02bfa9d133 0.67 MB 873 22
398,418 398,418 0000000000000000078a3ddf37d3a127a99ff9ed1e3d90b0460f22879e58aab0 1.00 MB 2,547 43
398,417 398,417 00000000000000000736954e2c3dc534ced20f34471e5233cb18b748dd039bb4 0.17 MB 246 22
398,416 398,416 0000000000000000051471c4ff156b799a9ba3c9f42a40fa7566deae3ab182f8 0.53 MB 1,166 37
398,415 398,415 00000000000000000782337b1cf0322d22052f8a3319e77aff2422e81a8e5952 0.29 MB 468 21
398,414 398,414 0000000000000000021ce5c76ef5a9810f6e21c094477941e4f580c5db72d8e7 0.26 MB 488 30
398,413 398,413 00000000000000000241792db7d5425225170b9633a5e747801aff2ca620995f 0.86 MB 1,743 38
398,412 398,412 00000000000000000519fdde0f1e7a230fe6744e62c7ed766b0d1a75ed6cdc6b 0.59 MB 1,222 36
398,411 398,411 0000000000000000055d6e36412e3fd7454d1c401e6a1465735b39bd5dd2c886 0.55 MB 823 22
398,410 398,410 00000000000000000007ed45f73728d9b427315cf171848bf1d51d5e195a4368 0.93 MB 2,411 45
398,409 398,409 000000000000000000239ee3c01dc89944dcda93d149ef44575baf24d19832a8 0.33 MB 624 37
398,408 398,408 0000000000000000008bb18729d2e8a498086ae0eb4bfd719ac91a1678f04023 0.37 MB 746 41
398,407 398,407 00000000000000000242ee2e6e03e3585bae8f550894f884e63b791d521305d6 0.05 MB 110 40
398,406 398,406 00000000000000000517586a7be9053b1565e37e40347df31b15e54d8b659c6f 0.59 MB 873 26
398,405 398,405 000000000000000002a6ce91d1224a53f99de8b302d5cf596b42de05479100cc 0.05 MB 52 11
398,404 398,404 00000000000000000315c0c44cec1d19f7ca18a618df2afa9a9a06929600c0c0 1.00 MB 1,645 25
398,403 398,403 000000000000000000453b093540f4700423a1c91b2c76e21395d3a70a118990 0.05 MB 22 7
398,402 398,402 00000000000000000116dc3ecb4e9049369cdd97f47bfb79ce73f55753efc14e 0.99 MB 3,127 53
398,401 398,401 00000000000000000540e66b89b76f41d2dc8b0b7d462238937ea15b95e6b61f 0.40 MB 858 34
Previous 10 blocks ↓
Total Size: 768.95 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,614.05 GB sent, 92.55 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.