Memory Pool Memory Pool Refreshing

6,658 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,663 (775,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,760 131,760 000000000000061cac8f1b591750cf79d590f190be9a02606452d9cc3663b742 0.02 MB 44 1,067
131,759 131,759 00000000000003fd3608a5b5df9d6f27c2880024275f4c817388aeaa44f93158 0.03 MB 90 479
131,758 131,758 0000000000001201d8821c2e3c34ee7113cb520e4466a6d56fe654d2824c7825 0.05 MB 139 357
131,757 131,757 00000000000005889a7691f882348c06991a9468d4729c2dda24be6b2f43ba26 0.02 MB 30 512
131,756 131,756 00000000000011be8adc0fda2ab7817594f8f1a84d039646717b94d2b1acb4d9 0.02 MB 44 367
131,755 131,755 00000000000010f10da10dec46638ed1e16ba54f869032d4da8ea64ccddc1885 0.00 MB 13 1,251
131,754 131,754 00000000000002f1af188da09241b16cf38a48ac03bdf53d359116337d4f2951 0.01 MB 7 187
131,753 131,753 00000000000001e08a6dc8183502f92c7c77878622915f6cb6a72037b36da240 0.02 MB 41 289
131,752 131,752 00000000000001552e5e65e620240c42fbcf609b880766df89dbdf5abf87ef7e 0.00 MB 9 441
131,751 131,751 00000000000005561f2a2a19d0dad559f40541743562b19eff55e0f5aa91d7ad 0.05 MB 133 149
131,750 131,750 0000000000000c24da22a9796ee286bffff0315973b08c71a945442697d9720b 0.01 MB 39 836
131,749 131,749 000000000000018cca04cb2e2c4cacf195152f9fed2e0a9f91dafaa7ebe23742 0.02 MB 59 592
131,748 131,748 00000000000000a2b1cf8cfcfae83c33eef1688f1a8d490dcd95e8214e15cbe7 0.00 MB 9 404
131,747 131,747 0000000000000bfd775ce2c6835218ceed6806e025fc2238c5accf49aa7aeccd 0.03 MB 56 1,099
131,746 131,746 00000000000003033869e8076a7a24a11c1eddd86f7b8fa482566472a1664be1 0.01 MB 9 291
131,745 131,745 00000000000001ce07b3764fa53ed1ced6420c4877e6df953a880db6220ad932 0.03 MB 16 414
131,744 131,744 0000000000000cce6935f1b1f8f828b11d33238cb60b02432c542fd63f688a8f 0.03 MB 95 385
131,743 131,743 00000000000003c62dc62b54a98dcecd36983d5d5008ac8a4e00e624a9b5f56b 0.00 MB 12 1,360
131,742 131,742 0000000000000aab17482c5541cbb6c7169667060ddc9e3c8ba94fb015eb7b57 0.01 MB 24 695
131,741 131,741 000000000000015feac4b3d5ce89344865394f06ca3d650eb790a03a448abb9e 0.00 MB 5 844
131,740 131,740 0000000000000b86c3ece4d20b319cc9e9fc3ec1ec77c0f8186bf99f30fa74c6 0.00 MB 11 700
Previous 10 blocks ↓
Total Size: 768.92 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,603.51 GB sent, 92.35 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.