Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 908,764 (899,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,241 9,241 000000002967f2ddb3ed77b8de268cd71f35ff3db466570bea844ab75de82201 0.00 MB 1 0
9,240 9,240 000000007f587e745a6a7466fc9e8833393355c21f160e44193af0ca5c500fa8 0.00 MB 1 0
9,239 9,239 00000000046a0e9eca9f1398d488821243c658362f060efb34da3f9b22e65709 0.00 MB 1 0
9,238 9,238 000000008efc878599e75f55b28f1d377887e9a342426f4d84a24ef46d10f968 0.00 MB 1 0
9,237 9,237 0000000043bff1faa49efadb95802ce0c1c4c197efceb59c5b40d4ae05fa5c22 0.00 MB 1 0
9,236 9,236 000000004a2f243aa49778369cd9c6d1027d9c4609b9b75f1b2fe54c3e19974d 0.00 MB 1 0
9,235 9,235 000000004942d8437d2177b1551779d7d7b403f5c2b2fb0c6f62f2151a1df89c 0.00 MB 1 0
9,234 9,234 0000000085fddddf6b35d22b4882da1dc1aa623c168626b73754942450b9193b 0.00 MB 1 0
9,233 9,233 000000001d3201277b4cc4f31e23db0b5aea7b3140c939476d5cff98b0c0ed77 0.00 MB 1 0
9,232 9,232 000000009eff3993bd5eba722577a82303ddc124ddacd4c26fdfc0e9a0c5b075 0.00 MB 1 0
9,231 9,231 00000000363a7cce4960510203e132500997d956fe1b86af154a168d869a1022 0.00 MB 1 0
9,230 9,230 00000000539b4dbc93a3a54577cc0745e8b691b18875b40283e1f44fe9bb833e 0.00 MB 1 0
9,229 9,229 00000000bd25f62a827acd2c93c872ba704c20c5c0b9dc3b5033848934eae810 0.00 MB 1 0
9,228 9,228 000000002700e2f52927b3c3d9d581ba75975610da60d36c7e7fb2140fb4003f 0.00 MB 1 0
9,227 9,227 00000000be4c26329d295c97db1aa1739221116996295bcfd802972d596400ef 0.00 MB 1 0
9,226 9,226 00000000ec6faad2613354c3b252afee19ed570f623870a04025653966e269ee 0.00 MB 1 0
9,225 9,225 0000000048d94d7593faa1ced189bb2ebc83a5b4220566ab05b399b93aefee88 0.00 MB 1 0
9,224 9,224 0000000080d012f6ffe5c8839ed6119ea94c0cf8f64c58079a38fcf5ff86e64c 0.00 MB 1 0
9,223 9,223 000000004386a66bc18dd4d224e34506c0694a3925e517bd6d18c8db34432873 0.00 MB 1 0
9,222 9,222 00000000a9181ba76a9b035cd65682e10bb61f5787cc56a9d59d12a6dd13823a 0.00 MB 1 0
9,221 9,221 000000009943416b6b2f86cbe5b5dcf41e1f95a1257050a3f7f72aea9dd02fef 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.59 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.