Memory Pool Memory Pool Refreshing

640 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,592 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,591 (894,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,693 13,693 00000000062ef3bdf88527a9d4fcf034e5a8b98b44d06317e00870dcfc79770b 0.00 MB 1 0
13,692 13,692 000000002faf6f733b8b6e3ee8a849e4c03a17682381d61e8aec9e884af17c42 0.00 MB 1 0
13,691 13,691 00000000294e645f4f2587343b3f75ce401bd80253f05b3639cbb526ab2b2042 0.00 MB 1 0
13,690 13,690 00000000e879dbbdef9b629ba5b70adf4bff8d0ab8a84226b796a5a2f285cc47 0.00 MB 1 0
13,689 13,689 00000000e7e097cc68237b6ee46aaae470fd1d7265d692556267e059247668f3 0.00 MB 1 0
13,688 13,688 0000000010a0165385a72a4e3e35243d892e17d35b39194c948e63578a139870 0.00 MB 1 0
13,687 13,687 00000000b38adbf68d96f41d2f6b909e7a2ef6b2dca58743c55d2f838f25fddf 0.00 MB 1 0
13,686 13,686 00000000b873accde49a6735efb2919eb40c16ae1070056119d86482fa97394a 0.00 MB 1 0
13,685 13,685 0000000092cb2bf4ff3cb0b29ac052a0ebb2009be4a80cd5cc7420c431beea89 0.00 MB 1 0
13,684 13,684 000000009b9a619e55ccf170283edcf5190e0d0273aee7832010ead448d31059 0.00 MB 1 0
13,683 13,683 000000005ce17716891f6632cc2290d898cfb8abfd1e94f1052e53a43e2cf51a 0.00 MB 1 0
13,682 13,682 00000000fbfb2c0862c3e30e0a7944e669bcdfe38362cd2aa831e6122649bc76 0.00 MB 1 0
13,681 13,681 00000000d28c3be473b9f8f4a230312569074e7ee8f14fdd529ac46e0344336d 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.79 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,849.19 GB sent, 100.97 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.