Memory Pool Memory Pool Refreshing

779 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,860 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 762 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (515,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
392,511 392,511 000000000000000007bb992417bd20bb28c233942ac2b1a034a51e0ef5339de9 1.00 MB 223 6
392,510 392,510 0000000000000000092c851f91face2b7bce29de12c1e675424eaf885f61fc6e 1.00 MB 1,395 22
392,509 392,509 00000000000000000a664861fd31873ebe61ef05790eb36da893fa34a16cc05f 0.95 MB 1,046 18
392,508 392,508 0000000000000000064a3947538a2cf2db707f94a05fe95766c8c14cd73ef05c 0.75 MB 1,993 43
392,507 392,507 000000000000000003d0dba159d7e98dbbfc5247a53d56550cbca2db91a62152 0.99 MB 2,131 33
392,506 392,506 00000000000000000014a152d458a370c365c7697365dc0d662925c08038b54b 0.00 MB 2 0
392,505 392,505 000000000000000008826a32dcb6fe15bf07e0237c4aafbf9ef8656586ef4ff0 0.75 MB 1,996 43
392,504 392,504 0000000000000000018eb55323f8b9fdf24437165b81f8e5219d4874e67a4c6b 0.99 MB 1,425 18
392,503 392,503 000000000000000001e61c271518a7043a8385286d133a5b9eaf3fd74b38e200 0.00 MB 2 0
392,502 392,502 000000000000000001a81c3719259c38129170053108da0988553542720dc783 0.93 MB 2,905 54
392,501 392,501 00000000000000000564dc6bd3b8e48fb6139935659f584a42b1dc7608993118 0.51 MB 856 30
392,500 392,500 00000000000000000357dc3d36f15eebf90ad967f2305493ac6a5423eedeb788 0.67 MB 1,051 26
392,499 392,499 000000000000000002d27720af7883cffc606d1c85889555b3a1d95f65400256 0.35 MB 844 44
392,498 392,498 0000000000000000046e87df4fab9a67371d2f9f05f0e5e104403f5943c39571 0.48 MB 947 32
392,497 392,497 0000000000000000037ec97b7383f2fbcfa02cc939d629471b83d6b728293d11 0.62 MB 1,345 36
392,496 392,496 000000000000000001244cf71c52162d59d2d5ea4f31055ffd9e8953da19902a 0.86 MB 986 18
392,495 392,495 0000000000000000014f1d0650159148638134e5a44668feee142299ab7a99c7 0.95 MB 2,504 44
392,494 392,494 00000000000000000498691adb95ccf4357845738265bfdef90998ded92b2e3d 0.35 MB 909 37
392,493 392,493 00000000000000000897a133bc02c6d4683f1d3421b8a0a52264f218a86e6d9d 0.99 MB 2,260 33
392,492 392,492 000000000000000000accc6e16381aa8b1acc17a32c8d935b73beb56d5bf26d0 0.52 MB 946 32
392,491 392,491 00000000000000000a5a0829cbc58592a6d5717467ced067409a1380543314d4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.