Memory Pool Memory Pool Refreshing

2,572 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (717,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,948 189,948 000000000000066c87cb83f31b59228773d5b4703d4f85e9f7be559e3e9caf0e 0.01 MB 32 0
189,947 189,947 0000000000000862ab96fc95eef694748a4a8d04f2eaec27d9071063c3cb6f41 0.07 MB 235 242
189,946 189,946 000000000000065c327a7baab75dabdb372322d2db89392a3e5ec2eadd667b66 0.05 MB 165 148
189,945 189,945 0000000000000361e91ea2402a746fbcb3bacc41a43d991fcb0ba41da3365f84 0.25 MB 597 193
189,944 189,944 00000000000003b9a30040cd49c9b2596eaa1bfe397d8d86ba305636d1ea73a1 0.05 MB 125 152
189,943 189,943 00000000000001d55d6ae9dbc7c563d531cc8bfbd01a3b044249b409649c17a3 0.03 MB 101 84
189,942 189,942 00000000000000ecdbefad5584249956455892799d2e1f7d6ad6408994d7d85e 0.05 MB 127 95
189,941 189,941 000000000000066e327c7bb7c9ae99ac63dae0222832c60d14c1b53f48420281 0.09 MB 274 175
189,940 189,940 00000000000000e7a79f947e439d56d2689fd63d7f303547c829d17987259c53 0.09 MB 223 131
189,939 189,939 0000000000000732ff00a8384d3f801b8c791e0df56e1cb0e2b2e32c14bc8f60 0.05 MB 130 141
189,938 189,938 000000000000089227ce3a275014d4cd58b7af2ce4646caa0f7bdd454df405c3 0.05 MB 131 88
189,937 189,937 0000000000000481e461b52d2144c736d66ba10d20110670e6ec55eb5b23b62b 0.02 MB 28 134
189,936 189,936 0000000000000374a5c284b5680b78a37f5fd28229c9f3d17f6063053712bb3c 0.18 MB 426 127
189,935 189,935 00000000000002d4eb0dcd279ecbc76527ae574e882f78233071efd54921b913 0.05 MB 137 123
189,934 189,934 000000000000001c0aa701b6211d4853a7c4bc90db5278c60c8b77ed4a70a49b 0.04 MB 84 95
189,933 189,933 0000000000000407e11757ffa4b92713fba83ac0649c717157092721b827a5e9 0.15 MB 320 146
189,932 189,932 00000000000007b60a57d6eaafc545e637fd3504e1fe11529a9116c9fa53f73e 0.01 MB 34 110
189,931 189,931 0000000000000126817c024e7131c72a8e1ee1672fee55e979259cf164967313 0.02 MB 37 31
189,930 189,930 00000000000002518ae1238b01d114f7548cbd3c6d26b1fbe2c58ee3c1a8fd5b 0.02 MB 57 101
189,929 189,929 00000000000007253a36841110d5ff4efe3e7a787e1025e5bec47d7680ad0294 0.04 MB 82 216
189,928 189,928 000000000000065f21d20ac75b993943fadc98cbffbb01f027ea4bb42e1f9dbe 0.14 MB 351 126
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.