Memory Pool Memory Pool Refreshing

978 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,658 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 957 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,657 (894,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,680 13,680 000000004d2a3c8efe925f5a33672d7ac1fb02e1bd2d786e431b54f9ab20b918 0.00 MB 1 0
13,679 13,679 0000000062190598e5da1a49af01eca438af0a6d229bc83af99d1765270221f6 0.00 MB 1 0
13,678 13,678 00000000e42d128e087aa1aec19d0eb7a75d3c5ed309410ac49774d6296a4018 0.00 MB 1 0
13,677 13,677 00000000a4794b7984eb877414d68a78dfb282ded5b25c7700cfda230ec2c810 0.00 MB 1 0
13,676 13,676 00000000a9a115ff98eaaf731433c181636ac5ec5d6fc226da76946c5bf5f6c0 0.00 MB 1 0
13,675 13,675 000000008166ff1894135578579fe5f0ca98894c9ce0dccd9e2dc54e31fc459c 0.00 MB 1 0
13,674 13,674 000000006849b498f25c0af2db460f6c772a26e034f9eda9b934c7cf181d4ba5 0.00 MB 1 0
13,673 13,673 00000000b8ac1b94d9430c0b9cf9d172b59984d85b4c36769b974ca6afd7a2f3 0.00 MB 1 0
13,672 13,672 00000000d5b0382cc8a665a87b85d6d8dd0cb10f6a152a34fd4a9a7a80318bb2 0.00 MB 1 0
13,671 13,671 000000004260da95b1410c6ca3c1a5a4a8028e4a828a821622f6c86342395fcf 0.00 MB 1 0
13,670 13,670 00000000e898a9552e00f89ad47e0770aa72889b1d4a5f6bdfc8e6e2669b8c96 0.00 MB 1 0
13,669 13,669 000000004a527846992119ed93257ff6dc7560c135af5309959f98036acb4613 0.00 MB 1 0
13,668 13,668 0000000080d11fac9cd1a6a094478ea75e3f946467b8fa1334953a3830d56adf 0.00 MB 1 0
13,667 13,667 000000001168f593712dd87ec112c2f4cf19cb12b27a8c884085a53678e340f2 0.00 MB 1 0
13,666 13,666 0000000021c953572183c54a1583df2d6ed75a93f051a5f2fd2553ddfe5dd9d4 0.00 MB 1 0
13,665 13,665 00000000b2032f63e1753eb6aea7b0e014eb7df9056a74ec4b66c4c06691b97a 0.00 MB 1 0
13,664 13,664 000000007b820d04a179323abed7fc33549ae8e19902b679f53c0f18dfc5f4d5 0.00 MB 1 0
13,663 13,663 000000008078befd9d29edeeda297f4d76c5027168f7a96a1cd7d401884a76c9 0.00 MB 1 0
13,662 13,662 00000000d28b9fc97e9207ba86bb4663b045da42e428bcb81aee8a93bd6d972d 0.00 MB 1 0
13,661 13,661 00000000c41f27d497d8e1efc5170cbd48d2f14b65238ae4910b869b5206dac9 0.00 MB 1 0
13,660 13,660 00000000cb53f002186d5c658b33f1c5f080dafa0b6fa4c7d7266d963ef86694 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,851.81 GB sent, 101.54 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.