Memory Pool Memory Pool Refreshing

5,440 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,825 (443,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
464,769 464,769 0000000000000000000c7165c66f818ea41e03fd732c607e37484863fe46f4e5 1.00 MB 2,567 227
464,768 464,768 0000000000000000000551ca3faf75dca776899d2dc5cdafe5d7f727279060ee 1.00 MB 1,803 177
464,767 464,767 00000000000000000014655973bafc3442665086293986198db9e37b62077c4d 1.00 MB 2,348 125
464,766 464,766 000000000000000000ea61ec4e063e5e8b64b549f15ce6dd3f100c5b3e84285d 1.00 MB 2,607 158
464,765 464,765 000000000000000001073999552af4aa18f487b425516ff38f2b0cedd98eb07d 0.93 MB 1,801 143
464,764 464,764 0000000000000000005b0278dbeb44c600fddac519ae3a81075d812493563255 1.00 MB 867 149
464,763 464,763 000000000000000001a1c91874b72bbece374d594c7e87862f44fb3cb17a4faa 1.00 MB 2,039 159
464,762 464,762 000000000000000001de9bdc574cb350b813d19132659d3763a1f133fc6ec088 1.00 MB 1,351 153
464,761 464,761 000000000000000001d0f23d1b8527ec5b7c036c3c1db385aa38729098dc8a0a 0.36 MB 826 148
464,760 464,760 0000000000000000017f72d565099f023b5193b9a6c933ea9e2cfc82e718891e 1.00 MB 2,012 150
464,759 464,759 000000000000000000305a98d02b52f266642a8f8e0b7dbd87328a7c841e8248 1.00 MB 3,800 155
464,758 464,758 0000000000000000016c75e64fdb480f0a7053ab68e0eac3dbdc66ffe911ba9c 1.00 MB 3,160 168
464,757 464,757 00000000000000000216bc9b7a2b6c8406139a7dad374519048b9f57afe203c6 1.00 MB 2,457 170
464,756 464,756 0000000000000000016ca95a58fd12a67450e27d6da5fb22c7549f3c72c40837 1.00 MB 1,776 202
464,755 464,755 000000000000000000efb00a71dd3bf8541fb99aba387ff261638b6c0fcc6aa3 1.00 MB 2,229 212
464,754 464,754 00000000000000000102144ad297dff31712355ea2099d8c0cb0e6a663a06e95 1.00 MB 1,358 151
464,753 464,753 0000000000000000018794e329187529d0298e06dc303f9998bd8aa833cc9258 1.00 MB 2,104 366
464,752 464,752 00000000000000000140db532bedcafc0f2ef6ddeba70261df5e204a7d0e3b3d 1.00 MB 1,520 171
464,751 464,751 0000000000000000017ac85787afd58dba9f23b296b52ddfac1d1b15c3437515 1.00 MB 2,395 264
464,750 464,750 000000000000000001e4c5d5903c9a76db5edae8132f52a7a155dd003d8ebbc3 1.00 MB 2,841 232
464,749 464,749 000000000000000000b12654e38401e9060164b00e337b4ae4a82dcd471a227f 1.00 MB 2,044 184
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.56 GB sent, 94.01 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.