Memory Pool Memory Pool Refreshing

922 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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
907,769 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 917 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (17,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,824 889,824 00000000000000000000314001dc31f167d370aed54963a68cd0e77eeb8cd43d 1.69 MB 2,449 4
889,823 889,823 00000000000000000000f8e3507b01ead941639591748b47399a512d0edbc199 1.63 MB 3,109 5
889,822 889,822 00000000000000000002445beae1f012047c92b481601fb8658e951ce6de91c7 1.46 MB 2,512 4
889,821 889,821 000000000000000000019fa7c3d82f4f248763591f625f07b601e75cc839a6f4 1.54 MB 2,893 6
889,820 889,820 000000000000000000000fbf2d40b57c6522e8d273c88821449abd104ce8d6e9 1.11 MB 822 4
889,819 889,819 000000000000000000016ea69505507e4128910ff561b82896c5921a364b3b75 1.72 MB 3,022 9
889,818 889,818 000000000000000000006bbc951dcec149f7eeb4a678e6e58a67ad9db86ee4a4 2.05 MB 1,327 2
889,817 889,817 000000000000000000015e000fec746fb44665ab54eb7a8b43d99ec817c25d12 1.69 MB 3,099 3
889,816 889,816 0000000000000000000210fca25ecaec8625590add801e846bf64bb131dd482c 1.69 MB 3,987 6
889,815 889,815 00000000000000000000bab63f65f5734ba3cdbb21cc028ae69800e8a938270b 1.78 MB 4,023 4
889,814 889,814 0000000000000000000048940c4f95501fcd04eb51ab5c664e2fd784e2b0fab5 1.79 MB 4,986 6
889,813 889,813 00000000000000000002263032480e1a000537e009895789712ea3e920bde8f1 1.72 MB 4,557 9
889,812 889,812 000000000000000000010859f7e0ab0e864a40b019cc6d749cd9b21d2b5a84d5 1.78 MB 5,063 6
889,811 889,811 00000000000000000001d69c26d0118908211300ba0e17270686753af8cc602e 1.76 MB 4,848 8
889,810 889,810 000000000000000000010d6286edb1674b54a32d8291536f548620d204cb94f0 1.81 MB 3,313 3
889,809 889,809 000000000000000000016d5aa40f51f1789db679e5f40b94483dddd7ce8a44d9 1.65 MB 3,873 4
889,808 889,808 00000000000000000001573de91f1d4b557bf455da0cae39ecb5980d53c40dc2 1.68 MB 4,237 2
889,807 889,807 00000000000000000000b548a8f831620b7f933bed5ad1b555bd958139827adf 1.80 MB 4,853 1
889,806 889,806 00000000000000000002702fd886ea76018f5644e54db78e62a3b3892f864826 1.79 MB 4,889 1
889,805 889,805 0000000000000000000119c0f7311d7a48909f62df23c57e2cec56fd85261e0c 1.60 MB 3,688 2
889,804 889,804 00000000000000000001dbd0f3a80f6ad9d864a035ee66901526412fab5f459b 1.71 MB 4,306 1
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.