Memory Pool Memory Pool Refreshing

17,940 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (640,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,478 267,478 000000000000000af42d0ae3a913b5332da969d9b5d4f6fec1d9d30f93d36860 0.01 MB 35 62
267,477 267,477 0000000000000001295aa7db0f232d0db177603ecc5f3897aa26155797aa31c6 0.00 MB 4 106
267,476 267,476 00000000000000074d58263e5bacfc56ff36708cda4ab0822e0746e638d9c86f 0.04 MB 83 69
267,475 267,475 000000000000000a13771c33ecb9b82e341edc3bf36bf215fc0821a970411434 0.02 MB 59 36
267,474 267,474 00000000000000051c42b101252aa4f3289052028068004c54eaff45d1354c0f 0.04 MB 110 74
267,473 267,473 0000000000000002b67ee66f948ca204486cd84671c01f8c8b5799067e1d07e5 0.08 MB 195 46
267,472 267,472 0000000000000003e590414c07b19abf3d8d9f842d78a107de8b069e83d7cfa9 0.11 MB 187 55
267,471 267,471 0000000000000008d02c8f602e3fc209a9a41a657dcb158bfdbc3f87fbb1bb3d 0.05 MB 133 47
267,470 267,470 0000000000000004527cdab5d5258892bf4049a5678cb1c4d0b4b1a7c4bcd913 0.00 MB 10 67
267,469 267,469 0000000000000000e089ceb86b4c652e5d1730af80e13a035c714eaea440023a 0.02 MB 45 29
267,468 267,468 0000000000000002d6cfb2b1eabb870084aae2bf38c3052f3830944569902bfc 0.16 MB 252 5,999
267,467 267,467 0000000000000007fddb284d396f77755da9f85fd119d3f227b3cbf5978bed61 0.02 MB 44 45
267,466 267,466 000000000000000274e0dd8199c2a706143c99ec58bdc12093ffc75ca56e8484 0.05 MB 75 36
267,465 267,465 0000000000000001b0b6d9edfae5faa0d04682269986fe5ced2a1e724f72bfd8 0.00 MB 8 39
267,464 267,464 00000000000000070abcebede98f38e2dfc3011cb09a83f58ec8a2c14338bc43 0.04 MB 88 48
267,463 267,463 000000000000000ae9880b3f3b5baeac8b854c0de337849b0db52853a5c832c7 0.04 MB 95 43
267,462 267,462 00000000000000037befeeca26152b57e79affd1759a7176f7245190abb17a67 0.01 MB 16 43
267,461 267,461 0000000000000001295151ec23eef8ea059d6d0d9543e23e5fc6d2a6df759933 0.05 MB 112 43
267,460 267,460 0000000000000005840b7507988a92bcf68a5b18e60d84da2ec244da0e7d4949 0.11 MB 124 48
267,459 267,459 00000000000000054d06c9772227f6b255b64675944bae15f4016d70c0be3b2e 0.08 MB 258 152
267,458 267,458 000000000000000144c528c953f2fd3ca7ab5d8535c281fbe086ae2deb93bfa1 0.08 MB 188 44
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,624.27 GB sent, 92.99 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.