Memory Pool Memory Pool Refreshing

10,618 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (646,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,620 261,620 000000000000001a9768d199545812a262029f793f1f7006c519ac9e504b6a20 0.15 MB 357 103
261,619 261,619 000000000000000cbd614210781e87d569782ecba38715aa32a187bf5b57914e 0.17 MB 398 131
261,618 261,618 000000000000000e7657ae3d55cefb310e2f60ab4712a1ac1459063b8cfc1659 0.11 MB 233 82
261,617 261,617 000000000000000cd58068dee056932503e6e6fed79f98332c61b6dcccaabaed 0.13 MB 208 76
261,616 261,616 000000000000000f0baad98448432cbc194c7f5c20d58ece24b1078372d5c37b 0.05 MB 119 145
261,615 261,615 00000000000000106333cbe217aab094faf97c8df5cb63d93d23d22883ffa5d9 0.01 MB 40 65
261,614 261,614 000000000000000acec2e3a35a2cfd199fc841233dada1222ede25c8d94a36f8 0.08 MB 212 113
261,613 261,613 000000000000000e613e8b19d32e0cf1f0607c847a586afbf4d8abc3f46b93ff 0.14 MB 222 78
261,612 261,612 000000000000000a0d887b370702e1c827ef9d247339a31df404e58e48779fe1 0.05 MB 76 81
261,611 261,611 000000000000000c28238808a092374d5cd7a5ae4ec9203c0265fdd05304aba4 0.14 MB 347 118
261,610 261,610 000000000000000f60d34042b62b41025824fa803893d2c24bc7196cfda95cde 0.01 MB 19 45
261,609 261,609 00000000000000018d0c0e1b1402e4377543d378d136561b6c3d441ddcc2beda 0.22 MB 480 116
261,608 261,608 000000000000000c6faaa406f005d94ab4941789d5ecf5dfda95a4affd656b87 0.00 MB 5 216
261,607 261,607 00000000000000185bf7fed9917a482895f0f8fe0bcf46946ab01e06202053b3 0.05 MB 123 135
261,606 261,606 00000000000000167de609cfcff069441d6c5873c7d179a6902b6430e1434014 0.05 MB 116 90
261,605 261,605 000000000000000bdba2884c67a24428fad6e4b19516e1ea18f2ea1b3c6f0299 0.01 MB 40 85
261,604 261,604 0000000000000012336de6ad49e92d5679a14d5c3c098c90dd8557470452cc71 0.13 MB 322 68
261,603 261,603 0000000000000000f38a638e0527afba9c899b5d16aaed6a57c25156b1db0d8a 0.06 MB 117 127
261,602 261,602 0000000000000017fceec0369e0040e12f805ff84bc2b073528bde3c3d9775ca 0.11 MB 264 106
261,601 261,601 000000000000001447492e740aeb2f3e1df3f9cb2934f3febd2e4d35188896fa 0.08 MB 154 88
261,600 261,600 000000000000000b153e03a272bef7759040f6d29addfaea964d950b29f0e8de 0.14 MB 325 106
Previous 10 blocks ↓
Total Size: 769.01 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,621.46 GB sent, 92.91 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.