Memory Pool Memory Pool Refreshing

2,703 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,871 (218,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
689,120 689,120 0000000000000000000b302e45e1045501e83a2751507df0710257ba8258f1d8 1.36 MB 2,751 78
689,119 689,119 00000000000000000004e92aac3fc1962dd2a6a4607b400b96f69bcabfcdb950 1.38 MB 3,063 81
689,118 689,118 00000000000000000003a35b399d1f8dbe9977b97488aa45b449f6fc15a941f4 1.38 MB 3,088 74
689,117 689,117 00000000000000000004c554c1204faf2a63e575d86e044e7d9223b0fa1496be 1.39 MB 2,866 72
689,116 689,116 0000000000000000000896ac306bdafacc21e4284b7bc870c1ebf50bf8de2176 1.42 MB 3,550 83
689,115 689,115 00000000000000000004c8cb7539ba95db0590ec02a21c1112bb6875e27804b1 1.26 MB 1,730 44
689,114 689,114 00000000000000000008603163457ad2e18e29cda60c4fdd2c02bb1fdde9b83a 1.24 MB 1,238 66
689,113 689,113 0000000000000000000cc89f65f203a09813125fee74fa266ec59bff79eabbb1 1.37 MB 2,501 52
689,112 689,112 0000000000000000000475173810cc742ae6b96850ed8dd9dc11af2d82ce0a6c 1.63 MB 1,190 15
689,111 689,111 0000000000000000000757a0fad7f4f9ca74f30e642ccc2d53710bd966f38a40 1.38 MB 2,010 29
689,110 689,110 0000000000000000000c529a4719c5772613af5937ac93a55bec5a0c01792e90 1.41 MB 2,458 61
689,109 689,109 0000000000000000000384f3cea1feb86d5cdf9eee78c97a8775817b72682adf 1.46 MB 2,421 38
689,108 689,108 0000000000000000000732baf4145653128eaaabefe027a9d5371084f5d2975e 1.49 MB 2,070 55
689,107 689,107 000000000000000000068513c35ac2da3bd08da9340c1a532bab1355a28a63ad 1.20 MB 1,046 64
689,106 689,106 0000000000000000000a0b809295b3f5d3540982591caae4ac124b7c76ec4755 1.44 MB 2,762 72
689,105 689,105 000000000000000000008268b42f3954a32c2f6c9ba69e852b0c8cec04b82997 1.40 MB 3,138 83
689,104 689,104 0000000000000000000b0fad7e69931e9f547500fc3fa75aa22482e3d6dc5abc 1.38 MB 2,540 62
689,103 689,103 0000000000000000000c19a099066f77411c39cc18c7e9a3cf2419b17058368f 1.26 MB 1,463 54
689,102 689,102 0000000000000000000275e6ebc6a5d48b3e4778842771932b751ff6e3ebe5ad 1.45 MB 2,500 76
689,101 689,101 0000000000000000000986f4d9a62530e4513702602c39d9b2b8eff17f184e95 1.48 MB 1,751 44
689,100 689,100 0000000000000000000742b191706a8a0619d35ca80a364a57cb2c7c1ee9d9ad 1.36 MB 2,998 10
Previous 10 blocks ↓
Total Size: 769.30 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,642.68 GB sent, 94.44 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.