Memory Pool Memory Pool Refreshing

319 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,668 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 312 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,667 (895,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,395 13,395 00000000eca266fa1a840eb46b78ba4d4bd1e7681755543640cf6c8f835caae8 0.00 MB 1 0
13,394 13,394 00000000e30dd1b627061b2e7eb64f4a7c2fb912145eb5c94cfa594a54252088 0.00 MB 1 0
13,393 13,393 000000005a623bb77f1e1757bbde71653bc17ce5a1a8086c6efd9bdc55db42ab 0.00 MB 1 0
13,392 13,392 00000000925b7e5d4e82a7b189f5f1016e6732a9db10e78088d8f8123a951141 0.00 MB 1 0
13,391 13,391 000000002c5cc1cab729de62cf3996befa8f66b20ed3fd5540d66e3d469a077a 0.00 MB 1 0
13,390 13,390 00000000e8c77e1a39e8fb05fa39853b838ef38327157c60ffaeedd089ace99f 0.00 MB 1 0
13,389 13,389 00000000eb712427e2d5dcfeabdd91e40546f0a8f95816c7a042d541cc1f2a58 0.00 MB 1 0
13,388 13,388 000000002f7f976ffc15e17b469c6682f8c9a18aa2bf41d7af7f7a1a703b3bf8 0.00 MB 1 0
13,387 13,387 00000000a5e7a01ebf1b1cbfa2b7f7eab1d4f78ab4abeea25122de2b1985a12c 0.00 MB 1 0
13,386 13,386 00000000ef818f7489b095a9cf8f6253f388af52da1ba1b75d004493a6f4ea33 0.00 MB 1 0
13,385 13,385 00000000c0a657d11174d1acf1974d1ef4730e1a2ab0db494d4b175eed232496 0.00 MB 1 0
13,384 13,384 0000000081808944abcb6ca108bbeb4f82c94a0aadec53f7da68ee15ce25e8e0 0.00 MB 1 0
13,383 13,383 00000000b9ede0872db61a3b5e3c08272130b023e8c88c8d7f09630bbd4dcc84 0.00 MB 1 0
13,382 13,382 00000000e8028ca6132366a50999206908afda0d5a4315d8d7c317585b7cb2ce 0.00 MB 1 0
13,381 13,381 00000000edf73473819aecc6e1a61bf98d49f460f4fd2a5c75d2b733c83b56e2 0.00 MB 1 0
13,380 13,380 00000000f606f1045e78a484721d03e126123650a01964fac20486e8fb81cd12 0.00 MB 1 0
13,379 13,379 00000000148418a304b91860b905e8028782d4fccc5a03b54af16b52529be485 0.00 MB 1 0
13,378 13,378 00000000c57cad54d630e6542fa329cd548229965caa1ec6e744a4c36b203c39 0.00 MB 1 0
13,377 13,377 000000000864f59f818dcfbf17bb2d45ddd33431564fb9d1ab516efc5473e8aa 0.00 MB 1 0
13,376 13,376 00000000cfb141bb5985fec2c6b32220b96169d49b945261f850841e599c8fea 0.00 MB 1 0
13,375 13,375 000000005d037490d466895a6ae1917138ad939037c69aad46d5aea21f886881 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.34 GB sent, 101.64 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.