Memory Pool Memory Pool Refreshing

5,354 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (383,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
524,699 524,699 0000000000000000001f156a2d3c951cf88ec8352d461fedabae13ec586d767e 0.65 MB 1,552 19
524,698 524,698 000000000000000000077eab1a4f12e7df720bb630ca9b70d98acd62182cfdd1 0.44 MB 1,169 24
524,697 524,697 00000000000000000019c59dde97096288ae3c06dd64c97362581c9610713a17 0.54 MB 1,362 24
524,696 524,696 00000000000000000011bb6030b8c05731eb9dd23f652245ce43a199a090aa3f 0.76 MB 1,148 19
524,695 524,695 000000000000000000402934a67a1d2439debc148ab460a11f7c7743f006b62d 1.14 MB 2,777 19
524,694 524,694 00000000000000000036e56a9635a833bdc9f10b2a0123439e56408355cbb855 0.22 MB 568 22
524,693 524,693 0000000000000000002caf9bdad899aabbeaf074d4a7eeeac1275f3a40eb23e4 0.07 MB 115 17
524,692 524,692 0000000000000000002e4aabcc1d0476c19427ee8e9297af28df3a114d07dbd9 0.05 MB 131 22
524,691 524,691 00000000000000000032a93b6d4c0c2407d604865e493ece5097655c7175952c 0.25 MB 642 23
524,690 524,690 0000000000000000000b5915c5a5383deb6e1fec8d722785d91be16113fa6f02 0.01 MB 36 17
524,689 524,689 0000000000000000002a570a895fbccb2d6acc0eb950ccba2a9cdaf89ff44af4 0.80 MB 1,742 26
524,688 524,688 0000000000000000001fb5e89269a48bd97ffbd770c8ebe1f9b5765a258638f9 0.47 MB 824 21
524,687 524,687 000000000000000000007db779d0c889a205f0a73fd30e30ff91ae26a5f02003 0.93 MB 1,896 19
524,686 524,686 0000000000000000001cf030491ced973b7afcc87884ab9ca353e156c92f7453 0.41 MB 1,028 29
524,685 524,685 0000000000000000000a7c2adfd2af88ff41531566374e0131f7fad2f47eb1bd 0.02 MB 62 22
524,684 524,684 0000000000000000001b15e42d57e96d7696bba63966052534e6926c007dfa36 0.61 MB 1,365 22
524,683 524,683 0000000000000000002d5484373daabddfe086c10463c810f946eb425a8a4e56 0.43 MB 1,022 38
524,682 524,682 0000000000000000002a32313c36b88b5f738ffbc5d72ac43b4f3a468e7808a8 0.32 MB 608 31
524,681 524,681 000000000000000000095d0d9db06aeabbd5f40fdc9d0dd6406bb7e5d0d3fe84 0.20 MB 478 26
524,680 524,680 000000000000000000253b6bfbb3c2ec7d473b324f3e65fe0ac677ab589b4586 0.24 MB 424 34
524,679 524,679 0000000000000000004125770ac39d4c317b21b521f0489a7a6ff8c5e71d4df4 0.44 MB 1,086 29
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.