Memory Pool Memory Pool Refreshing

776 transactions (0.18 vMB)
  • 1 sats/vbyte = (4 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
909,018 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 767 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,017 (899,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,199 9,199 000000003bcdf08fa07cdd446f563b24056dd0c354d64170662540ede160e386 0.00 MB 1 0
9,198 9,198 00000000723ba5be5e2a36215ed4f00d1b61e005a3d0b1e529b74501e637e069 0.00 MB 1 0
9,197 9,197 000000005788e703cf75547186956e4101a27e0feb84c71bd17ca301ba3d1556 0.00 MB 1 0
9,196 9,196 0000000070e3f1d88cbbcee507d5a04027904aa61118bcd2cabd91a0f059275c 0.00 MB 1 0
9,195 9,195 00000000797b0ba8f3b9ba14fd1bf7f8d28b31e098516c6b2506d8aadd479ecc 0.00 MB 1 0
9,194 9,194 00000000b321faa4f176f89f83955fa5ec84cb0ad1476e6bd076b106a9d29fba 0.00 MB 1 0
9,193 9,193 00000000a3d2f83fc7c56a798fb54b98ae1793a07c607733ddacf20f439e2e5a 0.00 MB 1 0
9,192 9,192 00000000f7b74a45384160898e182bbb63ea2628b8ee32659ea5e901bfdf7bf1 0.00 MB 1 0
9,191 9,191 000000006a8240846dabd26327f936bc418947fd0da8dfcfe182e0fecbc1cb71 0.00 MB 1 0
9,190 9,190 000000005d2737a4a4c65e7d54dca3c4b257ded4332d0c973ac08521bd4422f5 0.00 MB 1 0
9,189 9,189 00000000402b05fe01a01f6c8cf73d0765407994bc95d5a2d833e1f34f9e653d 0.00 MB 1 0
9,188 9,188 00000000cdf03f5843f16bb40456cbf509280afa5093404a8eb2b76d4d7e694f 0.00 MB 1 0
9,187 9,187 0000000065f35f8f590064aae9c964227a29b0e433abd4d85978c34225aa8fb8 0.00 MB 1 0
9,186 9,186 000000003865dd95666b8196090790c5952d7ee45e9dce3e7bc991212a3dc975 0.00 MB 1 0
9,185 9,185 0000000092cfcd02dfb69c6b137fe1c864dea27cc09734ed766bfb9df84ee8b1 0.00 MB 1 0
9,184 9,184 0000000049d65f49caa5f7e9eaa8c2f7aa405c21f744afebf17337b81452691d 0.00 MB 1 0
9,183 9,183 00000000969d282687ef375d72be4042b9ee819bad53632164d406f16f0cd4bc 0.00 MB 1 0
9,182 9,182 00000000fb64b966746c14a84f563b59adc1202b65134d22c49254a688becccc 0.00 MB 1 0
9,181 9,181 00000000e5a590bf0cad56ef68b0f9a276c48d15f34c03892a0ad47aa918e8f9 0.00 MB 1 0
9,180 9,180 000000006214c7719ee0a5e5805c6fd301df2f47f676156998a3ece913defc22 0.00 MB 1 0
9,179 9,179 00000000f526ef6d614f818127852c5a09f69942e9bbb04a7b15cb6f68af64e9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,868.41 GB sent, 105.33 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.