Memory Pool Memory Pool Refreshing

464 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 463 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (697,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,120 210,120 00000000000003dd9d1be47bdb18f58269584fcf1c1c73d5466dcdccd7347256 0.14 MB 345 161
210,119 210,119 00000000000002938067d1e5e0cb15238d5b9ee95b800810fc490e8dfabc4005 0.02 MB 41 155
210,118 210,118 000000000000009eb23f8ddf842bbe19c19b47f1ac132e176e61d208737d8b96 0.13 MB 313 179
210,117 210,117 0000000000000496886eaf2751afafefe148486b16352e7cf8db0b0edce94780 0.19 MB 235 96
210,116 210,116 000000000000024e811b0cd00c8bd5da157800f63050a9bd36282b8602af5309 0.14 MB 345 203
210,115 210,115 0000000000000274ca7126a2c3bcd19a3c6d719921b5b1fd1250ce89c455c307 0.01 MB 39 204
210,114 210,114 000000000000010dea3bd5d3d50eec78f81bf431b1f0f570837fd6b52c19c734 0.01 MB 22 141
210,113 210,113 00000000000001ac448e27d2b022b1cdaa90050fd6e8246e9b397c520ea9e33f 0.01 MB 34 178
210,112 210,112 000000000000023392a8341441d89f84038d23ae993372121b0e2058758c6519 0.01 MB 23 84
210,111 210,111 00000000000000347e4f95ffe3fb67ba596ca34084f5bee35fc6aa30f8be1eba 0.19 MB 447 189
210,110 210,110 00000000000003030849811bc91a4c82fa15f1cc090d5525e0facccab06dec2e 0.15 MB 251 129
210,109 210,109 0000000000000250390ec104f6248f10fad227ade0a6e8081314772247b2a770 0.00 MB 6 78
210,108 210,108 00000000000003336e5cd23f02dbdfc44aeedca2ed40e2efb28d5dcb3d4c01c8 0.04 MB 103 173
210,107 210,107 00000000000003bebf55d06b1de841cb08d67b0ae9cd77a0af97eaf8a3aeb5b6 0.04 MB 68 154
210,106 210,106 00000000000002151b2214fab578c27ec5cd0fd77034687580d4057b97a77e3a 0.01 MB 34 222
210,105 210,105 0000000000000055b54dd720841e9ecabe7dc195b880c447ccc0b34e359573c8 0.10 MB 248 178
210,104 210,104 00000000000004cb7263b7dbc86dc9b7d233bb22d1a3cc18d309bc1bb3169340 0.00 MB 1 0
210,103 210,103 00000000000002855e1028e1e9f6eaf7056b83efdd69080172145bbbc26b259b 0.00 MB 10 110
210,102 210,102 00000000000000121c9754565f9e7ae41c74d4ba823e7640313476cba2ff767b 0.12 MB 216 125
210,101 210,101 000000000000040d34186cccc1f8a6c5473c8272339b778ac799ccfddb8ab89e 0.03 MB 88 170
210,100 210,100 00000000000001d0f8407406ec727bd9fc3c7fdc62ecd1f6a3e583639a9d5396 0.01 MB 12 105
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, 114 incoming
  • Data Transfer: 1,616.61 GB sent, 92.77 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.