Memory Pool Memory Pool Refreshing

10,562 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (640,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,420 267,420 0000000000000005011199883435ac915324a28fe59458683a6f53ef678cfd44 0.14 MB 320 76
267,419 267,419 0000000000000008af38598e49242d0e0f0076cc4ef2155c860e0272bd68385d 0.00 MB 9 109
267,418 267,418 000000000000000aad13e7addd487f09fa781fedacbc4af795b9ca7275fa7e54 0.06 MB 145 59
267,417 267,417 00000000000000075c1718b1ce64fb01d55e50ba32b4b611a3cac05bc9ee7f8e 0.11 MB 228 49
267,416 267,416 00000000000000050dd66532757e228a8390f842a2f9244547dbd186af012e1a 0.09 MB 223 62
267,415 267,415 0000000000000007254f001a263ab013effdda07063378289451ec2949671dd0 0.01 MB 18 34
267,414 267,414 000000000000000af2581db74e0a3b6bd2f2b207c43c5b23988c5871421b4510 0.01 MB 12 51
267,413 267,413 0000000000000004daa70b59ddc1f10f988d47311c063cacdbb3c2935d4f188e 0.09 MB 191 58
267,412 267,412 00000000000000054dfe499685943aa7f76b291f02a1d14ecc0d751d57ab015c 0.09 MB 221 74
267,411 267,411 0000000000000009ef8e2ef9d849aa58bc88e29096828602432cedb7829a8d6b 0.05 MB 134 66
267,410 267,410 0000000000000006fd62950bf78125e62f933f4b6ed67019842779825940a38a 0.05 MB 112 35
267,409 267,409 00000000000000076e43b29d9cf626c73bb0fa3659cf3e1cb4b238a32b317e6c 0.02 MB 43 62
267,408 267,408 00000000000000008f617a4a7ac60d33e38cd76b71d2d6f87c8432d3b0009e7d 0.12 MB 273 66
267,407 267,407 00000000000000000a0567343b56e4d1f2760704d3ab1d68e7eb32eeddbcc072 0.30 MB 578 68
267,406 267,406 000000000000000368382a020ffd0c712bbf22579bf16988dd48ae08e66d9670 0.11 MB 256 108
267,405 267,405 000000000000000779fcf6d7aa4f359e52ed8970e6f94606e9d0c70b4c4308d0 0.06 MB 133 63
267,404 267,404 00000000000000061807b8e518d9ab1f14cde2e4ff3114f5dc112b7c7de831cc 0.02 MB 61 51
267,403 267,403 000000000000000936fb313b2d63fc5265b0f7a99f46dc0b211000b945398131 0.02 MB 55 42
267,402 267,402 000000000000000539c96cc302052ad3b7a76e2f996880ddb9f70cc0cf4581a6 0.04 MB 87 47
267,401 267,401 0000000000000005c537eb783ac95d9494f655ad45b5e40bb2a6b7628a514662 0.13 MB 295 77
267,400 267,400 0000000000000005d45dc418099a994585bcb621a546b14794ac7cda8c9f30aa 0.02 MB 58 46
Previous 10 blocks ↓
Total Size: 769.04 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,626.99 GB sent, 93.10 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.