Memory Pool Memory Pool Refreshing

3,628 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,884 (295,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
612,522 612,522 00000000000000000008c3bc72f786945d688119a3d84ca8adb865f080ac21a7 1.25 MB 3,042 20
612,521 612,521 000000000000000000004d1674717008a2b9cd7559c486e2ba56dac172f06242 1.15 MB 2,517 9
612,520 612,520 0000000000000000000bdfdd560c79c701ca4f3e56698718b37adc2683336dea 1.28 MB 2,940 6
612,519 612,519 0000000000000000000c7054f1b02cf06b4cd81dd6d66693e7e64d79875930cc 1.32 MB 2,554 9
612,518 612,518 00000000000000000008fd4aa9a8ff553c194029e0c080cc36e09e85f6fb9c6e 1.17 MB 2,200 10
612,517 612,517 0000000000000000000c556a5060266faa5d8a1d56fa7bd9746cb0160e9a8cf6 1.12 MB 1,683 10
612,516 612,516 0000000000000000000efd4c8a0e4a33996ef3c181e4cf4b3f09a8a1b64575e9 1.02 MB 1,074 10
612,515 612,515 00000000000000000001969b35858336e02424fe292579c6c236f46c8515204a 1.18 MB 2,215 12
612,514 612,514 00000000000000000004663d8192863015830121bf8a422cff23fc08319ce6b3 1.17 MB 2,116 26
612,513 612,513 0000000000000000000ecb2230214982fdb70784c93fd542c27f5c31ac394926 1.04 MB 1,161 71
612,512 612,512 0000000000000000000f973ead7fc3498af51385ff24cb91b9940394b66f4ee0 1.27 MB 2,940 19
612,511 612,511 0000000000000000001000753b5c3289832ad8075982fd38103e592eb66885ac 1.19 MB 2,851 18
612,510 612,510 00000000000000000008aa46d8f791fe728b934209f6b5cf5a5fb8230a105e66 0.90 MB 2,113 4
612,509 612,509 00000000000000000014366296d5efe86bbaf7b563b880298d290b50103d92be 1.22 MB 2,914 18
612,508 612,508 0000000000000000000dbbe62d0b2f884736d14a65e49d2372381a902f55d94f 0.32 MB 665 15
612,507 612,507 000000000000000000136b4b3634185b882ecdf2eb2f8aff1507da866509cfe3 1.24 MB 2,957 5
612,506 612,506 00000000000000000005bbdd6dd85ff1b8395e8187ec7195c089511663894549 1.10 MB 1,303 28
612,505 612,505 0000000000000000000133be4831fea930b7f87460d128694dd74964d56a4126 0.21 MB 423 13
612,504 612,504 0000000000000000000b0007414660a3cbd8ce04860cea2065ce31fb66b46d10 0.36 MB 864 24
612,503 612,503 00000000000000000010b92cde43d1e6e96d20951e334853ef2a5abd3a976dc5 0.25 MB 596 14
612,502 612,502 0000000000000000001302a31a3f80459b3bcaa01325d2c4c6a568db4a52a2f4 0.31 MB 768 20
Previous 10 blocks ↓
Total Size: 769.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.14 GB sent, 94.59 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.