Memory Pool Memory Pool Refreshing

7,339 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (124,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
783,689 783,689 00000000000000000005832179d2eb58289a02b6011c278c82c00413c8aa642d 1.41 MB 2,922 25
783,688 783,688 0000000000000000000486b8f316d62b103769ecee9a32627b8579d218029023 1.79 MB 1,399 9
783,687 783,687 00000000000000000005c01d8572fc0909e5c719753fef3e6569148e32a2567d 1.91 MB 2,578 15
783,686 783,686 000000000000000000036b852a721b24c71a60cfe1713a9ac96ee16bd9bcb77d 2.04 MB 1,901 12
783,685 783,685 00000000000000000004929cccf2254500c71c4d43188a48e890929ee6e43c25 1.25 MB 1,416 23
783,684 783,684 000000000000000000000b7cefe6bbf769e6848843a03417ca76ea65b1b02269 2.92 MB 1,821 6
783,683 783,683 0000000000000000000589a0ef015656310520e0201559142801767fa1995fe4 1.77 MB 2,573 11
783,682 783,682 000000000000000000046a26587ddad5fd6fa310b109d837d14ac4c0b90054ae 2.13 MB 2,342 11
783,681 783,681 0000000000000000000466875d7ec38c1fef18ba06829b4ed57381d375c33c3b 1.50 MB 2,455 18
783,680 783,680 000000000000000000052509928b1b909373a2f75e87e968213b1c6607e30a0b 1.57 MB 2,931 30
783,679 783,679 0000000000000000000246a07e6fd70b952ecf6e303c5f4ea1d36e7da6570595 2.16 MB 1,531 4
783,678 783,678 00000000000000000005b6ba55779e16b3108ec7e16e6d0eabe61d3980eaed47 3.18 MB 1,700 5
783,677 783,677 00000000000000000003ec19e751ff0fe3e03df9157149402effa469785c5ef4 1.52 MB 2,720 23
783,676 783,676 000000000000000000002ef60a5b59a2442e39ad0a66e1877323ce72109534b9 2.86 MB 1,773 7
783,675 783,675 00000000000000000004e6814df8af0b40bc250ae90cf182e9fd9b67793351ce 2.77 MB 1,588 8
783,674 783,674 00000000000000000000617519d122c60ac45e6fdf4329bfabcbf58597da4fe7 2.62 MB 2,094 9
783,673 783,673 00000000000000000002412276f8ac606fe128e4f605cfa37f8584b8e3d5d12b 1.84 MB 2,104 19
783,672 783,672 000000000000000000001582085d44d6c5104e90b549927425f94819c3629ceb 2.68 MB 1,727 12
783,671 783,671 000000000000000000044d5c7735e1fefbf40d61c8f76517aecbb4f26d01c64e 1.86 MB 2,573 11
783,670 783,670 00000000000000000001d08346ff3f2cb2242ef3a96f9e56804b9c631dd727de 1.33 MB 1,556 21
783,669 783,669 00000000000000000001f3f7a5b450aea05998fbda8f20f91eac1dc38defe0bf 2.30 MB 2,434 10
Previous 10 blocks ↓
Total Size: 769.03 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,625.78 GB sent, 93.04 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.