Memory Pool Memory Pool Refreshing

85 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,024 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 82 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,023 (662,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,317 245,317 00000000000000649b55c11b3cfc4301721f13baacfa58f04f3ce5eb050da67d 0.01 MB 27 106
245,316 245,316 00000000000000b2861b46fd8879c6ad2538ed9b4114f65c2ea99d79cec86c09 0.02 MB 21 32
245,315 245,315 00000000000000ba13d21a123ba064318ae5d0d6ba926eba7b2fc07fe7b2391a 0.04 MB 80 114
245,314 245,314 000000000000009ad08effd37106bbda62edae093d6796a2d57d7a7e86d32df1 0.09 MB 170 146
245,313 245,313 00000000000000a53c97e3e29564d4c7826924e855b00276bb0f99584ca1a0cc 0.07 MB 139 121
245,312 245,312 000000000000002c05634534e368d87df2ee5567621e945a266d57b7a7d6c285 0.18 MB 383 134
245,311 245,311 00000000000000330dd42bceb5c9bc1f943fbf4b68652b44c5a00ff18285fd76 0.08 MB 140 112
245,310 245,310 000000000000004beabdb4427eba31beb4ed2d0486d4ad6a9e8db55b6e24eae6 0.01 MB 39 25
245,309 245,309 000000000000002fd615a3edf09532969766bd710896cc928df650701b55d148 0.09 MB 155 115
245,308 245,308 00000000000000744688cbdcc480d7c3c6ef0afe7070d4d271b24b9ba97341a4 0.18 MB 467 189
245,307 245,307 0000000000000026e703c46ee2b51c6209eacf4c7b88ba4acbbeab9f7395894a 0.02 MB 46 32
245,306 245,306 0000000000000012cf59ddf827b66091845cd9790b7d0f069e0c3dfb6e3a43b2 0.20 MB 448 145
245,305 245,305 00000000000000aa61168f392bd569e3e6cc0a532544aff7e05cf1607383c9e2 0.08 MB 114 69
245,304 245,304 00000000000000c77246f48a29c5764610a4f9da8c3da45096316c3f822b0a49 0.10 MB 256 172
245,303 245,303 00000000000000bf3256b2f3983d8831b59d93a1e331348bc878dc5772c360e7 0.02 MB 54 49
245,302 245,302 00000000000000c125bbbe74ee22ec7c0b5d4028ddace711b8e6d2638de72dab 0.00 MB 15 138
245,301 245,301 000000000000009e44318c618bd7b8d1a8c91fa6d90df7593ed8c0e28faa484b 0.12 MB 282 127
245,300 245,300 00000000000000a76c50ad9c85558d58867f4768c954b43d675f049e0d090565 0.04 MB 112 171
245,299 245,299 000000000000000b6e983f570168390dea178b94b810cf2af941045d61219fe2 0.01 MB 35 196
245,298 245,298 0000000000000044c381d4c5803bc74117639133a6853d4ad6f2d83dd9ce5a4f 0.12 MB 262 128
245,297 245,297 00000000000000941a9cb4619f907d6d4128ccc3936c003727392789060c0381 0.01 MB 14 83
Previous 10 blocks ↓
Total Size: 769.59 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,650.91 GB sent, 95.84 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.