Memory Pool Memory Pool Refreshing

4,193 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (816,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,016 92,016 000000000009fd52448509860b43a54f67b8eedf12fee8c65bee39d23067ca5d 0.00 MB 1 0
92,015 92,015 00000000000e487fa1c25ab35f96a31da17987d6d455ee5cc40d4a3e5e8a5114 0.00 MB 1 0
92,014 92,014 00000000000d6e4a7b30f429f0c6285ef607620ef8f57026efddf6d6b61c3cb0 0.01 MB 6 0
92,013 92,013 00000000000a86a37e24ce76d57c61c34d885def37e5869dd4fee4c0bb7442d1 0.01 MB 9 0
92,012 92,012 00000000000cd6257fb0cdd43790af90ddd3c0ae185a4fa72fc71bdaf4903032 0.00 MB 4 0
92,011 92,011 000000000008c81b5d6aab60a89d72bcc2e8d6f3d26e0daca6f1be49f7f81102 0.03 MB 44 0
92,010 92,010 0000000000042a1409aba74de7d89d9b88f8dec552e51ac8bba631902e778d35 0.03 MB 133 0
92,009 92,009 000000000001de168ee05b2abe188bf2df001b71e14a9c00a10ffde01ddc4ded 0.00 MB 1 0
92,008 92,008 000000000005c3dc70f390237166bc50a26300c52e7ae7cd64c1115f45fb15f0 0.00 MB 2 0
92,007 92,007 0000000000032e2c46e7c92fb93e7e798f2a618fd24389bf2ee61d0148369af3 0.00 MB 3 0
92,006 92,006 00000000000691b50a57cfbc0b78faf0c33d7d18b7b15cabf3f7b6554be392ed 0.00 MB 1 0
92,005 92,005 000000000007d48da87038b55e72aa20841c61d50f9c501fdd3faecfea958aeb 0.00 MB 2 0
92,004 92,004 000000000006d3a4c98ad5f888a0424d18130796b2f13fa30b43c701afd1ea53 0.00 MB 2 0
92,003 92,003 0000000000066503e9b1d01ca0fbc8fccc619312d9a1b5c82f25963f0b8809cc 0.00 MB 2 0
92,002 92,002 00000000000dd57578f4f82613fd20d554e15ccda6e2c87c864c61b735a7b7ee 0.00 MB 1 0
92,001 92,001 000000000007e96d8ebad5e4e36c737ca121a1bf77078cb815f6068e59cf9861 0.00 MB 1 0
92,000 92,000 0000000000001df90b0c523a4d7e4731336b00cf4ba9d8e02d111523df80998c 0.00 MB 2 0
91,999 91,999 000000000008961a93989418c41d3193f975c62534bdde9aecf94879d4f85f72 0.00 MB 2 0
91,998 91,998 000000000008022697ae5c60ceeb014ba0c7c630239f9640a2127906373ef2f8 0.00 MB 5 0
91,997 91,997 00000000000e243aaeb288156e508a80858a7ab31912c0ed7c6273cd585ca95d 0.00 MB 1 0
91,996 91,996 000000000002d6b8cc004bfb0f7cbdc45c249983979729410e131c5afee0d6c4 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.10 GB sent, 101.86 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.