Memory Pool Memory Pool Refreshing

2,825 transactions
1.20 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
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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,103 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (660,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,555 247,555 0000000000000094986eab14bb7fc5e39e380a3686202e57495c0bc95decb0d2 0.05 MB 111 135
247,554 247,554 0000000000000058942ec3e11d55f3b2eb91d8e4e9f81a15de850696685a01bd 0.05 MB 127 135
247,553 247,553 00000000000000075bfc7ffa9b9e6cf4d0619673d5b10dba2dea11aeea3b9928 0.06 MB 136 169
247,552 247,552 000000000000007a3b5dc47e32cff4c7f114c1aeb696024cb62468460c4c0a59 0.06 MB 136 169
247,551 247,551 00000000000000051cea985b6e4a1f80692578af94a50b0f620ba12cc9543b1a 0.02 MB 52 47
247,550 247,550 000000000000000603df0f2eda59a337c26131eececf0b2779ae36e832340d84 0.23 MB 539 147
247,549 247,549 0000000000000090c86151da0639c3e3ccc9cbcd5d6b2b362f471a4f028cbf59 0.09 MB 187 145
247,548 247,548 000000000000004d3e8d569feb9503894b7bea688127f1f701132b402e13e4ea 0.11 MB 190 136
247,547 247,547 0000000000000085dfae56deb6c9e6eb39ad1f89e54f30bca25fb9859bbdba1d 0.01 MB 32 111
247,546 247,546 0000000000000064f47a132121c8b10d0a153a4d9c7222320a9fdf48f56072a9 0.01 MB 16 70
247,545 247,545 00000000000000565b578b90ab220070656754172cbb44abbb87653b81c207d4 0.06 MB 142 109
247,544 247,544 000000000000009f09abb63140acc73a29917970d5fb673309cd55fb3f1f9552 0.23 MB 612 179
247,543 247,543 00000000000000319b2545deb42f86c3f02ea95aa66c0c1f092543d42c5a819d 0.14 MB 382 143
247,542 247,542 0000000000000002403b691b211b565977cb1482c4b18d5d498d99e2b520cef4 0.00 MB 7 39
247,541 247,541 00000000000000061da1607eac606d4295a54dcb36a8d40d3bd3db4696353928 0.09 MB 226 120
247,540 247,540 0000000000000095ea38bfc486e885395c79c3308a5a596c89e0f1fcdcc7c178 0.07 MB 143 142
247,539 247,539 000000000000003011357b917a7e8c5c55f0b305a6a32b0583126fc98d5c668c 0.06 MB 168 183
247,538 247,538 0000000000000015d882db7f44788b83b785141c6c849392c179b9996e0581a2 0.10 MB 220 148
247,537 247,537 000000000000004483bc14ef005cdf4ff4b4bbc74ea86f77aa10d419bbd208e9 0.11 MB 261 134
247,536 247,536 000000000000003216863b4c875780bccb1384bbf5c00e6bda4da1f51d3254b0 0.03 MB 67 107
247,535 247,535 0000000000000069d424d06a68af11de756cedd8b438c52595443a1d7a3ff7a3 0.05 MB 107 166
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.59 GB sent, 93.44 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.