Memory Pool Memory Pool Refreshing

2,916 transactions
0.99 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
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 2,885 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (752,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,385 155,385 0000000000000457197acba15ed7dc0b77f5392acc4db6181313668ead39c539 0.00 MB 8 0
155,384 155,384 0000000000000e74d86ec312bfeb7f328c0910d81e32f2383db1ae87a310cd7d 0.00 MB 9 371
155,383 155,383 0000000000000d225b7dcf06860a629abafb169d83bb563016b0a9bd1ccc01f2 0.02 MB 31 45
155,382 155,382 000000000000098c534e3fe6be4c1efbc0c17672e7e16837132df1657be30f39 0.00 MB 7 40
155,381 155,381 0000000000000a734b64413b2dedc61820b2b0adffd7ac15caaf5455dd0fb8ab 0.01 MB 16 563
155,380 155,380 00000000000009d8e010c2e0aff83115e81080898ae654317d92f74ec24254c8 0.01 MB 22 29
155,379 155,379 00000000000007da87cca7b94ebda1556bc6e262f90a39a5090c632eb6bb509b 0.08 MB 14 76
155,378 155,378 00000000000009981995f6cafa3b03225974b35cb9e80dd78cd8c30f161e48d2 0.03 MB 51 116
155,377 155,377 0000000000000977f93a1c970cceedf0bdab49d45ed648b7eefe379b7f5ca22c 0.01 MB 23 166
155,376 155,376 00000000000007ac6734e4d61ddb1436118fc13a11355845fb4522521eb522a4 0.01 MB 25 694
155,375 155,375 000000000000081daf6f71dae66c3a7e59cedefcd747fe0d2eff13793ea3ee09 0.00 MB 11 53
155,374 155,374 00000000000001682f920f53b145f4ee3a78a613001bbba7096e4c9a7cc15006 0.00 MB 9 32
155,373 155,373 000000000000059f4e3287c4d24e339390df7529adf61d14beb66cf1557d45ea 0.01 MB 10 10
155,372 155,372 00000000000005fd3216309d9e228bb6deff1add12f009fdc4215d92bffafd45 0.01 MB 36 58
155,371 155,371 00000000000004425d0e9726953ed4d1702c2fdb97c6e1dce2302cefd43e2bdf 0.02 MB 76 0
155,370 155,370 000000000000029d05f300a11e224a79a4a8b2160a6ff3ce491625f7a7f95fd9 0.00 MB 16 48
155,369 155,369 0000000000000e2b2171075ac65adbdbe0d49874f7662c0193a7b1ee269a4310 0.07 MB 61 93
155,368 155,368 0000000000000280d24184fc9c112ec8e2514efbd9bf4fe7fcf06f7a1ab1bb10 0.01 MB 15 60
155,367 155,367 00000000000003cc7937fc4be514df67e69eb7eb596dfff6be0a3a6a2851e227 0.00 MB 11 0
155,366 155,366 0000000000000030b37c8fdbc065bace4621fcc34db12ba2b2e0fe81f58ff392 0.03 MB 65 105
155,365 155,365 000000000000061bf1acd13909581d60d5ecb2d499b4a6199ea51ca3f788e082 0.02 MB 76 111
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.