Memory Pool Memory Pool Refreshing

5,830 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (719,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,387 188,387 0000000000000073c9b63f8d5ef4fde8ce031c7e14fc7fa34c50ee1bad30655a 0.10 MB 154 82
188,386 188,386 0000000000000987df124482bee145fbede804ed2ed34df41a56aadf7ac84327 0.12 MB 246 112
188,385 188,385 000000000000089f671f273a502344dee2dd98d91fe62eb15185009bd5c64af0 0.25 MB 631 124
188,384 188,384 000000000000053bf72ec9f82115152258f51e77d4bf06a950d3f5655a1f5ffe 0.05 MB 133 134
188,383 188,383 00000000000001ce6271c95841965c065d6e3ece5d35e99e964bf7f0a3743149 0.42 MB 1,108 136
188,382 188,382 00000000000003d8190e06edd2a573f6d10c9beffad530072a4e7c8904fe4ddd 0.01 MB 32 3,937
188,381 188,381 000000000000054fd6b4453d7d622da98f887d3733f60041aabd0e01c9846d52 0.08 MB 214 129
188,380 188,380 000000000000000d16b34a8b89a686f9038f748ac9728f8c7643a831793c2040 0.25 MB 720 151
188,379 188,379 0000000000000122c7d4552cf8d3e7aa235c7ddc4a15b059acb73b5430c5b079 0.05 MB 167 77
188,378 188,378 000000000000015756b4cd10b7833c53797593c20af9c8fe0cb2590f22c5894b 0.01 MB 32 131
188,377 188,377 00000000000006fcfb1ac89d21f638407b5740c93b4885fb1a5960bea81a0607 0.01 MB 32 8
188,376 188,376 000000000000096170593b661327ae56d4407258c6ccc0b7fdb05b4b42844423 0.25 MB 611 137
188,375 188,375 00000000000006ccef2bc464c55e6a170bd9e613793e868c8b1a6c749ff1fb91 0.05 MB 144 99
188,374 188,374 00000000000007d0a7937657db105301968e70331a104898ed7ea1b6322ec1dc 0.07 MB 203 452
188,373 188,373 00000000000008444445a518038bb5149fc10c290ea3acd4d54f326717dbf4c1 0.09 MB 309 365
188,372 188,372 00000000000008518b1fb0d01d4d8f210007bc7adb7dc54646ad352610162e86 0.16 MB 378 115
188,371 188,371 00000000000004d7bc8069a1411def624afc8e4417337497576985cee33f52aa 0.01 MB 32 5
188,370 188,370 0000000000000377c1bd402243e69a0217acfb6eea5fd21d3c89a3561a96c48f 0.22 MB 641 153
188,369 188,369 0000000000000075ebf7470cf65ed85c96bea28587ad18a1d4fc9d25c0b69b7a 0.25 MB 388 109
188,368 188,368 0000000000000223dd544d12613e3da0f3e3c6f886ed336d56a45caca7f77107 0.05 MB 146 39
188,367 188,367 00000000000008603ad460c1f3bc4840b332a28f10b7f91179652bd8d81c23c4 0.25 MB 827 170
Previous 10 blocks ↓
Total Size: 769.00 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,616.69 GB sent, 92.81 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.