Memory Pool Memory Pool Refreshing

559 transactions (0.14 vMB)
  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,765 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 534 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,764 (832,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,313 76,313 00000000003f0ed6676801865f166751159f72e5392b9f7fd3a95dd5257a9bfc 0.00 MB 2 0
76,312 76,312 00000000003ecee9db1bef12d8045f3fcd502c201843b71e0bc0212dca6c0775 0.00 MB 2 0
76,311 76,311 000000000070c81706067ad3117d5261cc325710afb1bd6ea81008f1a05feef3 0.00 MB 3 0
76,310 76,310 000000000051b05ff5f72ea93d39a92e1155ffc72a8fb2259ecf2785d3ac02bb 0.00 MB 1 0
76,309 76,309 000000000074411475db9941ff2c7461af761583d1f9661450b801174aab4e63 0.00 MB 1 0
76,308 76,308 00000000002dfaf608ae6a973eb2bcfa1a3ad04831bcb08ff082ad92ffd4c91b 0.00 MB 1 0
76,307 76,307 00000000000eb74add525f85d951c8b5bb0b16a08abc5e1c4a676521914b3566 0.00 MB 1 0
76,306 76,306 000000000078a7d678d149ff0a3e49c0a86c14f5f2d5a99dd97854fbafd76943 0.00 MB 1 0
76,305 76,305 00000000003d70d0765a9e9f88fdedaa8d15f8281d9952110ea58355a2f6259c 0.00 MB 3 0
76,304 76,304 00000000006011442918488dd149444c470e5947f9d1f12926603d963815c61a 0.00 MB 1 0
76,303 76,303 0000000000401fe20473e1f91ba838c5fccbe08e01763636f854692cbb093565 0.00 MB 1 0
76,302 76,302 00000000003cbdb5c3b7f39f080504ffd1f414a605c931cc2fa2e55a29b17778 0.00 MB 1 0
76,301 76,301 0000000000683db160123ac64761f6b9fd2d89d4c9e2cfa2c2f62bc26538dff4 0.00 MB 2 0
76,300 76,300 0000000000458faf69b323b1fdb0a62db7c094c5a357b077a1e14a7ee694c7e5 0.00 MB 2 0
76,299 76,299 0000000000121c9386d5554eb6bc70fe6a6ffe8086806955604525859c6d75d9 0.00 MB 1 0
76,298 76,298 00000000000b9b382eb83db2578c5547854947c59ad806dc0e55478b4b90a2c1 0.00 MB 5 0
76,297 76,297 000000000012f1eb0265b04786ba9840419f24b9afdd0306bd3712b15289900d 0.00 MB 1 0
76,296 76,296 00000000001abb0d166d1837606a18decd3555cd199f78ccfd6a3f4a8ecfe50c 0.00 MB 7 0
76,295 76,295 000000000064f844f158485258eb84b2b8ab536a0dfa36097f6e1ba8fe9e9e0b 0.00 MB 1 0
76,294 76,294 00000000004e9af0dbf63e56318cff516ad5d318a417926bef480ba193cfae82 0.00 MB 1 0
76,293 76,293 000000000003e1f05fa3e2a7d2bf682e6dda9effef22ed1a28782f45574d751c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.12 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,856.45 GB sent, 102.60 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.