Memory Pool Memory Pool Refreshing

9,157 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,278 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (845,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,095 63,095 000000000b469dc63d90016fd1189855871e444e70a3a580929fcb87d36f6089 0.00 MB 2 0
63,094 63,094 000000000089e98c2bc2c60945b42a700a03411e6da6a502376c72bef15ce369 0.00 MB 1 0
63,093 63,093 000000000a3cb6ec1d82ed503ca438afa11233cda05db749346c72e5ee913817 0.00 MB 1 0
63,092 63,092 000000000a28c4e14190365f182aafdc7ceb6c789568b8ea413b2fc8418bed83 0.00 MB 1 0
63,091 63,091 000000000150b98de687c5b51f571be8b07ead26fad7aba1a075201e07633a3a 0.00 MB 1 0
63,090 63,090 0000000000a97f60ae95f9794a5c9b0eb8e161d2124da16ab2f289f41efeb9ac 0.00 MB 1 0
63,089 63,089 0000000008e98b93d4e3606b2ad27ed38a57e8234380f9e51d12621dc3051cc9 0.00 MB 1 0
63,088 63,088 00000000076d1e857876e169412f1e1baf8214d857102d10d926e8278575af08 0.00 MB 1 0
63,087 63,087 000000000805040a40b6ce7f66ede5438497d19dee6f1d47b772910752d481f2 0.00 MB 2 0
63,086 63,086 0000000000fc541134c985867193c6dbb2225d93c066808f847958c1a1fd48cc 0.00 MB 1 0
63,085 63,085 0000000004b6f40cf5267adacf5f7d1aae6c7826813b25b074e1366f54541138 0.00 MB 1 0
63,084 63,084 000000000d083d7cdecc47911f23d6dc8a83e9598fd89eb915ee61e36c790be0 0.00 MB 1 0
63,083 63,083 00000000095ac546f3d1aa0a537770f013a388bc1c65f53185d7241e43fa683f 0.00 MB 1 0
63,082 63,082 000000000b5adfac9d70c801ff4d7ab95629c227f0a44729ab3bfb8629ea04c8 0.00 MB 1 0
63,081 63,081 00000000089fdcdbb733b2ee317178e5397dbed7080ccafa4ebac7243c8ca8c8 0.00 MB 1 0
63,080 63,080 00000000003c960faa54f21bf2a821ef59b00d46ab9c962b0d463aa55fbfc6a2 0.00 MB 1 0
63,079 63,079 0000000006a4542e1643fef53a6b47e5a43f4ba59c5acba87b3e6b188f8257d5 0.00 MB 1 0
63,078 63,078 00000000046f7ebd79887ce346ac8de387e5d6b10b01ec5321f37f28de385919 0.00 MB 2 0
63,077 63,077 0000000006a8441b4cccf4f947b46afe607b830afc1b3375c6be87095d16171a 0.00 MB 2 0
63,076 63,076 0000000005faadc89bb3483c0330d537ebb3d1f913fb48daa6bf5a9821f45d8d 0.00 MB 1 0
63,075 63,075 0000000009609c5ef369603b9ee977c9797e10c6e050fd2e18382df2224bafc9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.52 GB sent, 100.87 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.