Memory Pool Memory Pool Refreshing

6,350 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,302 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (608,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,361 299,361 00000000000000007e5b9d5fc2eac827d91070c1cadbe5a477eaea14969478a1 0.06 MB 119 31
299,360 299,360 000000000000000013c95c3cfe1e9c79a4e09cd9f600ebf5697e22767107f3d7 0.09 MB 198 30
299,359 299,359 00000000000000004f6afa3e4598a6d978795ca0a109dbe216c6c2f0c1f40d4b 0.03 MB 57 28
299,358 299,358 000000000000000059c80ba5a6caa23fedb0b72fa573754af91d3f8b9043c921 0.02 MB 56 37
299,357 299,357 000000000000000055ca0c83a51a6b053f5f4b2d50c93460fea3be81e7265b40 0.03 MB 62 30
299,356 299,356 000000000000000045673cdf44bb7832c3f4ffc686ed07ff424855995dd9d531 0.18 MB 270 29
299,355 299,355 0000000000000000348063f74ef9818ce6521e38241c2d2a69c80ce6d6149f36 0.25 MB 615 78
299,354 299,354 000000000000000057096fd1d955852d22c68218c057218f9540c05d29681e60 0.03 MB 64 30
299,353 299,353 00000000000000000ba8c90f856c184f7e79d364fdbb27cac88fe885060b61e5 0.07 MB 81 36
299,352 299,352 000000000000000088749756cff34237b4fdac733a7fe757e7f3f0bb5b8cf348 0.16 MB 275 28
299,351 299,351 00000000000000005803be4026ceb1338a65a6498b862067a013ba65ad420c8e 0.30 MB 648 35
299,350 299,350 00000000000000007a7b8511e0edc813700c849592ef2d2df2086adda0623ef3 0.35 MB 679 32
299,349 299,349 0000000000000000067e6944df2a23889ee7cfed416a8bd3d1ca2e3cc1353b01 0.35 MB 737 45
299,348 299,348 00000000000000001af2e1df5fec6ee99bbccb1256008145ece881b421746885 0.05 MB 128 212
299,347 299,347 000000000000000043fa8698e8e297cdb1f33fba5408515d8cda23e263ae0fc5 0.36 MB 548 29
299,346 299,346 000000000000000012969c963e8522c343b6e825b80126ffe75bd4f7caa26e48 0.43 MB 796 35
299,345 299,345 00000000000000002b145b376f44212ecb0e5768dccc779fb3b42cc216296060 0.32 MB 660 32
299,344 299,344 00000000000000004b0a316a2e22debb93b12e29bcc9de8ac638f618e11e1f75 0.19 MB 146 17
299,343 299,343 00000000000000004a843942f892a7338417d9bfc9ba65b00b9762ec8b87a62c 0.25 MB 520 31
299,342 299,342 00000000000000000618c9bfb0e93c3a3d5ce6a08c1519b3b5e0e79c376a0c8a 0.21 MB 328 31
299,341 299,341 00000000000000002486004baf793928d0002b7e5231f5a4f7eb1cc53abfa3f3 0.08 MB 154 32
Previous 10 blocks ↓
Total Size: 769.24 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,634.97 GB sent, 94.11 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.