Memory Pool Memory Pool Refreshing

1,546 transactions
0.58 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
907,791 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (8,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,126 899,126 00000000000000000000b0fc7230de5de7fd977846d588f6f5e40755372eb479 1.46 MB 1,733 2
899,125 899,125 0000000000000000000052088c37b2274ed473e2d3deb2d90a7115c232c0f9c8 1.43 MB 3,459 2
899,124 899,124 000000000000000000014f4a89c469998c4e91ad8458d3b3aca0f400d1322b79 1.28 MB 1,370 2
899,123 899,123 000000000000000000020076808226a2a759e642918149992645838d6eb52c4a 1.59 MB 2,531 4
899,122 899,122 00000000000000000000e47c3221d4f736ce96b9e798f759d53ed4144a23a8e1 1.26 MB 325 2
899,121 899,121 00000000000000000001dc83b5f102fdddb05320352f7ce5660129c6e6202c29 1.86 MB 2,576 3
899,120 899,120 000000000000000000022b6a55e1e866bc0a990cf8def8ecc335aac102ccfe0f 1.47 MB 3,754 6
899,119 899,119 0000000000000000000159d4b7e90e476ca122bab34f4422a94e3433b49ed8e8 1.53 MB 3,945 5
899,118 899,118 000000000000000000008af08e42056aed1498247286de1e589bc57382cbe048 1.61 MB 3,899 4
899,117 899,117 00000000000000000000c593722ae82f98eff9165aeeeab822295343c1877ce6 1.43 MB 4,095 6
899,116 899,116 00000000000000000001d50637f31ba03969bd629c2893b93d1573d676a24ac7 1.58 MB 3,676 4
899,115 899,115 0000000000000000000214124b90d89afa87aa4d3b5ddfdb38b9b25774a995f9 1.28 MB 1,805 3
899,114 899,114 000000000000000000019128c4e3f0ae55185026b980184ad9ceefa852fa2167 1.50 MB 1,980 3
899,113 899,113 0000000000000000000237d3f96f29f2245320090a310cebe586bafd3d53e302 1.53 MB 3,702 7
899,112 899,112 000000000000000000012ef6014d1ca797e101de0dfaba10b1d303b41e0ef9ec 1.15 MB 740 2
899,111 899,111 0000000000000000000017a46f1277a3aff66c579d76bbb91f35d59f24415cb9 1.37 MB 2,096 4
899,110 899,110 000000000000000000008472b2e75e3db1cac6be7c45123d831b86e1bb3745c1 1.15 MB 1,048 2
899,109 899,109 00000000000000000002245e68f575020886dd3b828bbabed35efbdb5bc26d87 1.34 MB 2,427 3
899,108 899,108 00000000000000000000a86fe0eb782e0fc6916883bcae77ac8c5029be8d66b1 1.54 MB 3,149 4
899,107 899,107 00000000000000000002460c5b3e72624d17c4f35bf4890e3075d35fa12e9810 1.52 MB 2,449 4
899,106 899,106 000000000000000000011be0e96ca67e46e6269299527ff91c11e110107a6e77 1.41 MB 954 2
Previous 10 blocks ↓
Total Size: 769.15 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,632.48 GB sent, 93.62 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.