Memory Pool Memory Pool Refreshing

13,593 transactions
4.30 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (739,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,240 168,240 00000000000003178766989bfee99a9d6d1a67c0313fdc469a40b43a58486516 0.01 MB 34 129
168,239 168,239 0000000000000405e8a1cdbdd8cc0867214a0c17f9fb21bf5cf7b01cc13fd586 0.04 MB 45 109
168,238 168,238 00000000000000ffa662d3f39a521b3396f5bd9c1c3fa8390658de0d894ceefc 0.02 MB 39 164
168,237 168,237 00000000000009d8bd523acc33d7601aad822764bc73f9ac96af138622fab68c 0.01 MB 13 294
168,236 168,236 0000000000000a77977b42bb0fb7190b831a93e53c301a3c9a4f1418ff6154fa 0.02 MB 29 168
168,235 168,235 0000000000000936938fc8b4890d0f4104128d55a0caba7fabf0bc0b8e1bd491 0.02 MB 46 205
168,234 168,234 0000000000000572ff4eaccd2ef2b66d471016db19bf38695a384c6cce9e9bd1 0.00 MB 7 31
168,233 168,233 00000000000007e8d0a2a83e5286b4f4fd0a85ce7cae6114f254c74acc3dd658 0.03 MB 68 1
168,232 168,232 000000000000084a753e973e9c612811c57ad0a17eb9aeb653b350b57019301f 0.05 MB 83 140
168,231 168,231 000000000000082adf69643843fa4d7c74653e1b11c42884fcefee6d91c2b81c 0.01 MB 32 89
168,230 168,230 0000000000000b774710ff984757363e6e4ddd9c37db772c6ecafec8d0e52751 0.01 MB 21 4
168,229 168,229 000000000000022e9ee1b1ec1698130cb4c86d7a47e5e522312e6b36329fc6f3 0.00 MB 9 391
168,228 168,228 000000000000043eaa7be1887d0020c41232213915029419c680ba4028909038 0.01 MB 30 135
168,227 168,227 0000000000000a37828eb08549e51ec39c71a663aa8c419cc85fe85429ea2413 0.00 MB 11 616
168,226 168,226 00000000000002fa4e5ca89656fa968a9f5737a4a40e4b47ac299e984f69ec87 0.04 MB 112 102
168,225 168,225 0000000000000017a12b22673f99c9f8d5512add383d2d78f34461f8a6230724 0.03 MB 42 100
168,224 168,224 0000000000000a82b13d2e9fb1e0c4aa4b7a57fbb1b2b37b2d069f644110ef4e 0.03 MB 54 1
168,223 168,223 000000000000099e60c3d7d53eb5155ec9c69cd533ac34877f22d4479ba658a3 0.02 MB 21 91
168,222 168,222 000000000000098f9fa3d05ece234a5041e6ff28623ba0ea7049edd7004657ac 0.01 MB 37 48
168,221 168,221 00000000000009728a8255cf469c10c3d604f3d4169cc61dfb8a34ae91dffe39 0.01 MB 25 413
168,220 168,220 00000000000000524d1e1e82831a268c545ac6d252bc533f2d3941e64718669e 0.02 MB 47 221
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.