Memory Pool Memory Pool Refreshing

528 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 519 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (553,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,390 354,390 00000000000000000c756d3eb40aa3c50a0c7f8fa82496dd7e3ed0d3bda9ded1 0.75 MB 2,291 38
354,389 354,389 00000000000000000ccc425e5317d737e64b2be4ee0cea64f04064f81f95ef3a 0.51 MB 619 16
354,388 354,388 0000000000000000162cbc4569d0656819f240b562014911bbf4de4acdd7a582 1.00 MB 770 19
354,387 354,387 00000000000000000a10eaf80fc928b38d6103915df06c39115d228450b7e729 0.75 MB 425 22
354,386 354,386 0000000000000000006d2f1305817dfaac98b9b9af2c40509995f8b216d2291f 0.75 MB 1,391 25
354,385 354,385 00000000000000000ee208dbd83dd375cc9e3ccd51ca8e4dc687cf2304266770 0.32 MB 256 62
354,384 354,384 00000000000000000eb64516456795df94f66b4d3618f7711ae5edd225cf2299 0.75 MB 2,184 43
354,383 354,383 0000000000000000105be0e2d2558875adf06fde8e2c48286838bf8ac6f94e8a 0.28 MB 561 26
354,382 354,382 0000000000000000151c0b4f0294c4b11f1917429336a955fa41dd91f17c1b7b 0.64 MB 719 17
354,381 354,381 000000000000000013d759594c547961c3e2f34bd9a084805406d198130bc3a5 0.75 MB 1,962 35
354,380 354,380 00000000000000000b053c364bd5e3def687536c41a6bcd0369d4073e5b0e2ab 0.23 MB 439 25
354,379 354,379 00000000000000000270669d88fb5b10753647d56d4983358a9567fa4d6f575d 0.47 MB 823 25
354,378 354,378 00000000000000000455e7d7f054ffe49db8241f85a20fe3f38cbae25c7fa2f4 0.35 MB 658 24
354,377 354,377 00000000000000000b1a01ee247dcb45fca01cbbb81cd01c1ab319d0008e0878 0.64 MB 1,254 28
354,376 354,376 00000000000000000982e3b53b3d3957d194a990dbe817a1a67fa06bb178c455 0.33 MB 623 23
354,375 354,375 00000000000000000046b57d179253ea74a0f03ce4fd07ab5a7bae23ff1db1aa 0.75 MB 1,015 19
354,374 354,374 000000000000000008ace486bd3795807829d6580f8f089e23f49a4bc34fb3b5 0.75 MB 2,111 49
354,373 354,373 000000000000000004658c1d825ab75c5862d1fcbe3b3f0b7497615fb1f9f99e 0.22 MB 377 22
354,372 354,372 0000000000000000068cc405767aba47d6f9d26f8507d5b51326293442e66ba8 0.36 MB 713 25
354,371 354,371 000000000000000010278c186242094d07a509ffc4c6d6f8252db3ae16e3d961 0.09 MB 132 16
354,370 354,370 00000000000000000c4039e4610f20d6b00d0f5dd68c621d94eae7f75889935d 0.27 MB 467 28
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.