Memory Pool Memory Pool Refreshing

1,754 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,712 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,744 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (693,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,823 213,823 00000000000003c9caa3ab360f2ddd48e4a97d4d7a3b91c627714d2a2df60131 0.16 MB 346 179
213,822 213,822 00000000000000d1aa899b8f2b28740c09e977228860bdbf003ac43d8476fddb 0.11 MB 229 178
213,821 213,821 00000000000003b7176487caec276db7d438d577437edcf54bf3e3b6517b25e0 0.11 MB 64 47
213,820 213,820 00000000000003976cc995747a1e7cd2d2d7a09c8d5bbd54503a38660c604fc0 0.10 MB 198 160
213,819 213,819 00000000000002c7dc80b4523b9d544c9649fba9688283d425e1bc52e43b5cb3 0.01 MB 16 164
213,818 213,818 00000000000002b881e7ae0f8c89e60dcd0b56af6fdc8d111eb49c1e40651bb1 0.16 MB 368 231
213,817 213,817 00000000000003f98ce0f74b2ca4d5d972160b3788e1b465ab4f3eed7a69c36d 0.11 MB 220 177
213,816 213,816 000000000000016b459ce7d552f029ad36d0b77cc62491eb54efc4147263610e 0.29 MB 431 153
213,815 213,815 000000000000013e09961a359e38dbdc03cc4036329e0b3aa2a9ab1100fc88ed 0.14 MB 224 129
213,814 213,814 00000000000002a18304d19a3272c1ba4d9201d764f2efb6cc9e25724629d6b0 0.11 MB 181 152
213,813 213,813 000000000000037aae7b68716f6946e6d12bbda1229eb63ba48c9a0f925e219b 0.29 MB 440 131
213,812 213,812 000000000000032ad4c10774b75675698b7e28577b698046123ff0d1bdf3dd32 0.20 MB 474 186
213,811 213,811 000000000000034b5d9b56d6455edfc792b6ed6f603fcbba7b6da5856096e613 0.03 MB 116 322
213,810 213,810 0000000000000330fcb849c6946363015d1858ceb3ca3202ed82973c49d5a761 0.00 MB 7 161
213,809 213,809 0000000000000435f5b4e64ba513ab4b66a6a74ef1b268aea4cf28b877e94847 0.03 MB 73 219
213,808 213,808 000000000000042ac71daed3c29ed5b370244b79260a2fbf16c0696a34bf102c 0.08 MB 194 488
213,807 213,807 00000000000002ad6c9bcf2272da797aafee2f7cb3cb3a6f6bdfbf86c204881f 0.20 MB 378 202
213,806 213,806 00000000000004a48903eac6b479bad13be4751373a5009f13755c8530ed41d8 0.03 MB 90 39
213,805 213,805 000000000000007aa9d3d0402da990fb72d6daa996cb92c8c619f1c636d46399 0.09 MB 172 170
213,804 213,804 00000000000002470a215e0fa9579874d4d3af28fc51a9f532fbe1205f685945 0.21 MB 548 215
213,803 213,803 0000000000000286a8591dac293a1476602f0208add97adb33bbd5851edaf14c 0.04 MB 93 151
Previous 10 blocks ↓
Total Size: 769.00 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,616.87 GB sent, 92.83 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.