Memory Pool Memory Pool Refreshing

8,659 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (706,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,737 200,737 000000000000042afa6bae18408ec0382ff0b12f420f8373015ba8a44a9e8aa8 0.09 MB 271 146
200,736 200,736 0000000000000469ed83d2d8d1458ec50e0241b4a776762d8cad66c2adc89c94 0.05 MB 147 118
200,735 200,735 00000000000001de4ebbca79010167a738c80d8a12d907111682664be4fe8e16 0.02 MB 41 131
200,734 200,734 00000000000000db16644f7b6806252b9247415a0da941e23f71168d577848f4 0.04 MB 107 118
200,733 200,733 00000000000005d0daa3d989ecc2c5659d0b0cccacf8fae158de6a98e5f0f6f9 0.02 MB 65 129
200,732 200,732 0000000000000356ed51ebce803dafcf1225d56e1027d64ce3460c7d150d494f 0.04 MB 95 97
200,731 200,731 00000000000005429926216213d7e6004f90e2cab4e7f951c5c2d0b7876b772f 0.01 MB 43 129
200,730 200,730 00000000000001e8df25166fa7ae61dd8d5c62111c2789f1502ef0a13a405053 0.08 MB 176 125
200,729 200,729 00000000000002a2805679bc6daa590882733495b74ff05973462ff6b44ad2d2 0.00 MB 11 110
200,728 200,728 00000000000002e9babf8803d8a519cb6d6a625d0aaa0cdb16d9c523214f7862 0.03 MB 85 24
200,727 200,727 000000000000003fa5552f293f363ca5b4adb5e7e15f5ba039f6e12ad3c8406c 0.23 MB 461 122
200,726 200,726 00000000000005c768b5824b6605ab6a8abd35ede6332ca72c4e72edcb7def60 0.08 MB 166 87
200,725 200,725 00000000000004a5e5a3200616bc975818566019f91a91089c30a90fc6f4f090 0.18 MB 232 77
200,724 200,724 00000000000002f24642d7bbce8e38c3bafd29c9fb234a75b12e4e25cf488702 0.25 MB 787 186
200,723 200,723 0000000000000453c365e27f8d7781f57a84b73ef8e332738ee593d2454c870e 0.06 MB 207 81
200,722 200,722 0000000000000308527ff606c7142e90d132d673ab9accd621be650ba1010077 0.14 MB 239 99
200,721 200,721 000000000000000e6d84f44ae4134b2a9b5d25cda663a90e6114323d87237255 0.08 MB 201 207
200,720 200,720 00000000000001431ba0061c953f78d604fdfcdcdc386da609f9ffb21a627385 0.05 MB 117 114
200,719 200,719 000000000000058610806eee452082d5ebb22a8b290b650cc085e88fbf43b6d6 0.08 MB 208 110
200,718 200,718 000000000000058d6e5a1e5d14e260f412ccc5e9f7e6bb7244a244bf83d99446 0.25 MB 565 134
200,717 200,717 0000000000000403c36349b58bce838981b59409c52a7197d2307be3c52b7cc3 0.05 MB 134 232
Previous 10 blocks ↓
Total Size: 769.03 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,625.17 GB sent, 93.02 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.