Memory Pool Memory Pool Refreshing

5,575 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (625,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,429 282,429 0000000000000001ac5465fd70cdd3dce6564df8656aba5f62534065860ab7d4 0.25 MB 563 38
282,428 282,428 0000000000000000714e357bab4f30960d27b2663ede9dfc35b45ca37620f508 0.25 MB 733 77
282,427 282,427 00000000000000009d1faa9fbc1aba43c3439ff5be5bcc1f90a058036e8305bb 0.05 MB 146 57
282,426 282,426 0000000000000000747447f945adf9172f43927e1a81f5701910617a00c4c134 0.00 MB 1 0
282,425 282,425 0000000000000000fbe24c2ccf877cf6bcab5a503b6ec7a522cca898e97efca0 0.25 MB 593 35
282,424 282,424 00000000000000014ac6368eb098a2bc6bc02115fb34812df9f613c20c61cefc 0.25 MB 600 76
282,423 282,423 0000000000000001e50084a8d2fb577ba921adcf90c98b3289ba53516de54827 0.05 MB 109 36
282,422 282,422 0000000000000001ec1a0ed761e9409d489ddbc23e4996142daddad30749e6a2 0.30 MB 786 63
282,421 282,421 00000000000000018e58c6c5f7dc39b2b9a3ea0f8a71e94e543dfc135bd4b6fc 0.11 MB 235 24
282,420 282,420 00000000000000015596094cdcec0ae3ad8b8bc274bf92fe3459679c57d7cf86 0.36 MB 783 49
282,419 282,419 0000000000000000e6cebb0109bf13bfb9c75edfb3130609dd7aecdad4938b8e 0.10 MB 184 44
282,418 282,418 00000000000000005734a86fc0daf848f4c9d6d50c196db6685ae5a0ad6340f9 0.34 MB 596 41
282,417 282,417 0000000000000001622870d72f95e9976b46383129c2d20009918ca63c5c8f98 0.05 MB 96 40
282,416 282,416 0000000000000000252a143d9ad878f95aaa0a40fa4183301691a0deea5c1a9e 0.25 MB 550 42
282,415 282,415 0000000000000000cdccc66b47f150285f3e7694efe083bd8bbfe82dd6f2e7f6 0.08 MB 199 31
282,414 282,414 000000000000000188ff00d95192c34fa5ecd51ef1cd2cbd5adcb8535770374c 0.31 MB 456 38
282,413 282,413 000000000000000127b4fef8dcf4e97fc057f42096342c2aa477e0595a449cd4 0.25 MB 734 61
282,412 282,412 00000000000000007f6544d96e6339c8f265e27cc48be309971fca4ba5042396 0.42 MB 749 43
282,411 282,411 000000000000000037f6c2ac27805e7621134d39675f610a99e93a9c780a482b 0.15 MB 348 49
282,410 282,410 0000000000000000aef0c8567962340c12a0aaa3f191f41548b39c284b4bed9a 0.03 MB 50 32
282,409 282,409 000000000000000088d00b30f427789d25dfc1044407c2dea12af8804e81441b 0.02 MB 47 19
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.