Memory Pool Memory Pool Refreshing

2,051 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,051 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (830,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,286 78,286 00000000006585542f089c7a129a44ac71593dd81f03bc8bc24ec56b704a570c 0.00 MB 1 0
78,285 78,285 0000000000640141bfd55f1178e6f507d790a936dddce7319c8679e865e002bf 0.00 MB 2 0
78,284 78,284 00000000004d27e31756a9d163ddd3d7f3a02e720698eb6040c19c915f39757c 0.00 MB 1 0
78,283 78,283 000000000041f79e33b3ded6ff2ce8c8647943736513db166feef037ed676750 0.00 MB 2 0
78,282 78,282 0000000000048520df18c59b4b914d4f6f596f5d71a749080e3c6d3d900778c9 0.00 MB 1 0
78,281 78,281 00000000006433f991f6e7f1cfcf8b62aae2bfbbed3ad916a6456d7975934c9b 0.00 MB 1 0
78,280 78,280 000000000008911ff158c34c02641dcb36eb73be475f215d456681e74e565e90 0.00 MB 1 0
78,279 78,279 00000000000e5ad27b335d8871ade01ad3000706e769912e01ba433cb12d7820 0.00 MB 1 0
78,278 78,278 000000000046706b7e043dfd0c21b9596bf1ce78c5b68ed30a0d4230bca31843 0.00 MB 1 0
78,277 78,277 00000000002f366229652c44591f57c5e9d7a07de7215757c4194df5576f8af1 0.00 MB 2 0
78,276 78,276 0000000000437506d53dea512ce811c7f12fefdc074ffc27b7456d986afced8d 0.00 MB 1 0
78,275 78,275 0000000000148d7df56b807bff0d9060340d62bb5d605919b94220b404ac866d 0.00 MB 1 0
78,274 78,274 000000000051651fd2d8b5b27a9c0abdcfe9156e9ea6236a3bc1bb730ac838fe 0.00 MB 2 0
78,273 78,273 000000000055304d8ee624721479a7330310ffeae8dc6936550fe3048a634e0d 0.00 MB 3 0
78,272 78,272 000000000036c84f1a60bb2c1dd361b13638495ce82114fb0ce8e37cf75ee825 0.00 MB 1 0
78,271 78,271 000000000026937d43afca482530983c347e89b17e047801f566ae2395374b34 0.00 MB 2 0
78,270 78,270 0000000000420e5e2274b192f1cdf17bb21b6d96350352aafc61ecf0e0e715a4 0.00 MB 2 0
78,269 78,269 000000000005159fb1b770179f6e8daa42b7ba5b6cca11a81e9b2a65426d91bc 0.00 MB 1 0
78,268 78,268 000000000055ac563d45fbc8766f4730743c3a4f775b58ebb2cd407a0b259231 0.00 MB 1 0
78,267 78,267 0000000000072058532af1457054db38dd8c45cae69ee646566a9d56ddb1dce2 0.00 MB 1 0
78,266 78,266 000000000046075ef139abbd6297fe04343bbc64dd086bb3eb0c34e27db2efaa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.