Memory Pool Memory Pool Refreshing

1,615 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (844,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,804 63,804 00000000059accab88a672782ae8bc1987f134855232cfd0a84ffb271602d15e 0.00 MB 1 0
63,803 63,803 000000000b358858625e3e5d2bd82a0eddab82f77ad0f66d2e975d9683c91329 0.00 MB 1 0
63,802 63,802 000000000c35ae7cb1277682140f9c93a2a9ff89c1874cffc6fd9ad772548581 0.00 MB 1 0
63,801 63,801 00000000038f8444b27e752910dc32f79046a0029f9e65b04a9988ff356f3fb6 0.00 MB 1 0
63,800 63,800 00000000056f77b69482303b59c91fd4f597c068fa394a861fd95055ed47313a 0.00 MB 1 0
63,799 63,799 00000000055e1a3ec7c5bc87f0f8b4568fbb401b94231c43fd0d270069f150c2 0.00 MB 1 0
63,798 63,798 0000000009078d218b30b6b72dcc3da3d28213d7992f0ae13d451881111ebae5 0.00 MB 1 0
63,797 63,797 00000000058d5b908abcc3f922e0879049d7dc20ae1829f17813ff9f095fdaca 0.00 MB 1 0
63,796 63,796 0000000004d947c215a8acb3ac3b8e6eb11e61a8008963f969e24a1b30c2a97a 0.00 MB 1 0
63,795 63,795 0000000004bb466d6e47deb8eba24fd7927789a1b609445af9d75b92750d2645 0.00 MB 2 0
63,794 63,794 000000000bccee0d2f784e87b4d256b6820c150ffd665f954d57f838d9ee079f 0.00 MB 1 0
63,793 63,793 000000000cbff3255e05fa5cb0402fece43374c88269f7b604ca107d6ad7abb0 0.00 MB 1 0
63,792 63,792 000000000790f22a9365e210a0a4c8c19d2ce266b3bc36807d91baa5b2c1fd2e 0.00 MB 2 0
63,791 63,791 000000000a0890d6d66d0cb837933e12f45227c6a8dbfd33f8cb1caeaf1111ee 0.00 MB 1 0
63,790 63,790 0000000007fc2dda562333cd2208ea527dd0d68998667b843ed0fa0f17d50162 0.00 MB 1 0
63,789 63,789 000000000662c07e1eec572602715ed0c82a10c2f658620308163a31864af065 0.00 MB 3 0
63,788 63,788 0000000007c2cc94ef27c0b27b7ca6ec33f5a706532bf737c6e857d2f8d31eaa 0.00 MB 1 0
63,787 63,787 0000000000a07856f60d849ac3f2567ec8aa38e58de7a0a0dc211ce088a33fc0 0.00 MB 1 0
63,786 63,786 0000000007394250f22c0b9246b93a7632ff97eac8b6f148b6200ed19efacb7c 0.00 MB 1 0
63,785 63,785 0000000006ee3ab02cf5a30ad481452d9fb5056d58ee172c797a235f5bd1a871 0.00 MB 1 0
63,784 63,784 000000000537b9715208ad243962f549104b680fc1c4cb6904350587a4e8e7bc 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.