Memory Pool Memory Pool Refreshing

6,626 transactions (2.96 vMB)
  • 1 sats/vbyte = (12 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 4 sats/vbyte = (5 blocks)
  • 5 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,966 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,924 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,965 (873,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,509 35,509 000000009dac40bee16fff6b0c20f89e99686d69bb3fd32738840a07273fc531 0.00 MB 1 0
35,508 35,508 000000007ee0e1b917516cad3adfbe52807651b23cea82a3c3868a737ef8ca77 0.00 MB 1 0
35,507 35,507 000000007b3b06178128a900dfee833168ab8c8faaa0ee7ec08fd16416fbe7fe 0.00 MB 1 0
35,506 35,506 0000000082d02c35b04d31a536165e475bfe11781d3ab4c1ed89e684c1a07e1c 0.00 MB 1 0
35,505 35,505 000000004b40814bfefe1d7873cb50162befb7c3b6c8e9ffc602532c57d6bda3 0.00 MB 1 0
35,504 35,504 00000000388540916e7e5b817123a3774ffc18a7b6b1309b01156af6f3c6811a 0.00 MB 1 0
35,503 35,503 00000000ba8ca6611a29b34d11e7ffefc8995071804a2d54c2cbb0bdc5356cbb 0.00 MB 1 0
35,502 35,502 0000000026f1ebcb561b39a0f9eb987aa1437f2c7e1f09ff886df1794d36a7a3 0.00 MB 1 0
35,501 35,501 00000000bcf6cb499a5ef0be8b67910e4f7050a86d9187378139ad16e82ca3de 0.00 MB 1 0
35,500 35,500 000000003d5ef2c5891c76e2a3e87399ff2c5239c9f38303c4ea357f70e6d83a 0.00 MB 1 0
35,499 35,499 00000000c2efe7162c5728e4754e2ea0d3b1f401e6f41e605442cad1f3c6b270 0.00 MB 1 0
35,498 35,498 0000000034393c1c746f1d48a02d8b76559faa7863884acbf2d16950ee0388f4 0.00 MB 1 0
35,497 35,497 000000006a25da4a24ce06f2518c1d69dc1b299ae12fd68bb832544add91b3f5 0.00 MB 1 0
35,496 35,496 000000007d3ca8061b33933ccb06f9f98413e7cd4deb3fcb0895a377fcbe0c80 0.00 MB 1 0
35,495 35,495 0000000042e92997f5c0764e9477dd0035672c00f2bbebedf3111be7a11a7895 0.00 MB 1 0
35,494 35,494 000000000656111de31d1c29638b1b8a624ef3da3f06f9f48d46373d3ec02960 0.00 MB 1 0
35,493 35,493 000000008ceab9d885544abaf68dc9db7f41f08befb408abadaf64701d5a772a 0.00 MB 1 0
35,492 35,492 0000000005d8fc18df7c7987b7f802a888dccbaf45ba8ef1cd674141dbb93000 0.00 MB 1 0
35,491 35,491 0000000037989a1048d075b64cecd1f3b5850ef81957326029006f1e24c015e8 0.00 MB 1 0
35,490 35,490 00000000793a89909cd96742f3de7e8e656be53c3985d8d4c603f3190b5598d2 0.00 MB 1 0
35,489 35,489 000000002f280bf75fe3881a88fcec1226daff1d291ba9b84b786571a9bc6960 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.48 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,866.63 GB sent, 104.81 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.