Memory Pool Memory Pool Refreshing

264 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
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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 259 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (436,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
470,794 470,794 000000000000000001883110daa880ab1ec983c2bdf7abaf47e259c6c6885394 1.00 MB 2,173 271
470,793 470,793 000000000000000000486bcbd0627524a78c2121b89ff86c75f2b8509c5ad5ce 1.00 MB 1,895 204
470,792 470,792 000000000000000000e0f337f6c05511e09e95d7887f85883590e6b67bd7807a 1.00 MB 2,344 322
470,791 470,791 00000000000000000139708234dd061b3fa698535d49830d49d7618b99a412f9 1.00 MB 776 140
470,790 470,790 0000000000000000000f2d4fd9eaeaf653fb7dbdecd9fe864d93f65a983b6811 1.00 MB 233 54
470,789 470,789 000000000000000000389d498a8874bc9fda6ea90817ac15b93e4611b969dc76 1.00 MB 805 115
470,788 470,788 00000000000000000152ca2827b78c94262f5c014daaff36140762a5f19850b5 1.00 MB 216 64
470,787 470,787 0000000000000000001fab86d21a3244448005f9792259ae3c7d91912beff4ba 1.00 MB 95 45
470,786 470,786 0000000000000000011d49ab731570d22c1abf8d0c4098c9f4ba16991d8b5f3d 1.00 MB 873 81
470,785 470,785 00000000000000000095ce00c7f2c09ddacc10a495a613a8a263dcbb46916f86 1.00 MB 2,056 337
470,784 470,784 0000000000000000012bf87352d8583b47c07717132aa8ffd688dc64bb8b06a3 1.00 MB 292 68
470,783 470,783 0000000000000000001a8ad31d82827ab77382b6f740fabfa97d0a130b6c9573 0.00 MB 1 0
470,782 470,782 00000000000000000146110698c32e8555823a8857299a1cdb6e7356b791fcdb 1.00 MB 1,627 196
470,781 470,781 000000000000000001975866f2f69856c7e8f7a79ed0831cac2c35cfee8d56d5 1.00 MB 1,547 243
470,780 470,780 0000000000000000012998e45c0bed3ada9b446fb7de8ffe1e531a4d086ca44d 1.00 MB 1,937 391
470,779 470,779 0000000000000000009e599b0de2d6a9fdb9af5873a665c0d42c9ef401224e4f 0.49 MB 770 274
470,778 470,778 000000000000000000b409981648c456720e468e2f9261870eca4627ec115ec6 1.00 MB 2,224 347
470,777 470,777 00000000000000000090e97ef0cb981bd73eb8e728d4c607ed16d31efab32312 1.00 MB 1,844 245
470,776 470,776 000000000000000001590ce8903fbfec41494b0cbdd80ccce22088745d19c882 1.00 MB 1,169 242
470,775 470,775 00000000000000000068460ced93732480b76ead266e69c7b0e1e51a8edc5729 1.00 MB 1,327 296
470,774 470,774 000000000000000000c1ea05754828fe1d33c073b20c39c37167fb3ea88fc536 1.00 MB 1,291 204
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.