Memory Pool Memory Pool Refreshing

3,298 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,750 (110,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,749 797,749 000000000000000000028742704458f172ef495ae9370012a8689b9f5d132b88 1.83 MB 3,777 7
797,748 797,748 00000000000000000002fa2327054f7a34d20ed2af77d332742250868143cfdd 2.10 MB 5,445 6
797,747 797,747 00000000000000000000fa8483b45ef0b1c5dcb2bcddec3fca061a50660abb62 2.31 MB 5,257 5
797,746 797,746 000000000000000000031eaed8fe55b6e13b4018c3f31f35afe96482193a4705 2.14 MB 2,738 7
797,745 797,745 000000000000000000058b024759cf911e576204ee6394f2d94749b4d421ddb9 1.97 MB 5,212 7
797,744 797,744 00000000000000000002c0b60962c070ac906bb03d2dd0b17dfde07e9137f9be 2.19 MB 2,480 8
797,743 797,743 00000000000000000000a74110a63effdf860eb9b82f3b1188d779e84d145238 1.56 MB 3,314 8
797,742 797,742 00000000000000000001b0cf2a2fead4d555f72654200abe201871f72762f6c0 1.93 MB 5,246 5
797,741 797,741 000000000000000000035ce8514436ac82d60d50ae3760b24952444d68d2fd10 1.93 MB 3,050 5
797,740 797,740 00000000000000000000047544b79434d2f809674be800e10fd9e98f4654b813 1.70 MB 2,497 12
797,739 797,739 00000000000000000005097fbb7b4e8800704cf5dcd7fdc617cb4cce566413b7 1.70 MB 3,323 5
797,738 797,738 000000000000000000017ba36b3f6f856e07645caf8e5dd84512aaf2713039dd 1.98 MB 2,683 6
797,737 797,737 0000000000000000000366d30b43adb0ede23808f46c84c8b33763a2acfafff5 1.33 MB 1,918 9
797,736 797,736 000000000000000000023c176d0bfceab168d142fee52a89cfd6514e3ffc55d5 1.39 MB 2,074 13
797,735 797,735 000000000000000000041f47a21aa152edef1bed4cf6adbcf52a7a9171a35d27 2.32 MB 2,574 7
797,734 797,734 000000000000000000030e5716e259c6b331474fa4e72eb1c86c9d33cabb0b85 1.51 MB 2,793 13
797,733 797,733 00000000000000000004787416a66d498a1b0ffb52e8b5eaae035449013986f2 1.69 MB 2,715 3
797,732 797,732 00000000000000000002f3c764415edf18b58ca5a32b7984936cfcd628c2729d 1.79 MB 4,263 5
797,731 797,731 000000000000000000000b8773af371bd63a0821b448af128a669adb6ae117a5 1.48 MB 1,144 3
797,730 797,730 000000000000000000004019e656348c8fed5a1306962c0d6d3d2567fac2651f 1.91 MB 3,373 5
797,729 797,729 000000000000000000038e6369bbbc367a636bd279f3e76f6ab8ee6933163dd7 1.45 MB 1,040 5
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.19 GB sent, 93.28 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.