Memory Pool Memory Pool Refreshing

59,013 transactions
35.19 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,423 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 2,889 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,422 (47,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,272 828,272 000000000000000000028d9f162f5b3010164bc22c93dbab94acfb09a7284d4f 1.62 MB 2,366 27
828,271 828,271 000000000000000000005bc4171c1931f041eb5fb3e6fb130cabc3be56bfcb8b 1.68 MB 3,293 40
828,270 828,270 0000000000000000000312364f90dfa8861ee49ba3b12e6327ee19152b217562 1.73 MB 3,614 31
828,269 828,269 00000000000000000001e70d48c39b0580e4a8bb11e95c284a8474b905d71b37 1.93 MB 3,360 35
828,268 828,268 00000000000000000002d92a1e144b38181a395f93b2157fd376268fee2b317e 1.61 MB 3,553 46
828,267 828,267 00000000000000000000e9c9c3a88b37754d49b0dcc32a0b91c2b867f05d6587 2.28 MB 2,401 41
828,266 828,266 000000000000000000012b34bb2f3a09679a79fa8818bc099f616093896732b9 2.19 MB 2,064 30
828,265 828,265 000000000000000000034aad5f1e35fc6963e712b73a526b1647f29edd89600d 1.76 MB 3,308 35
828,264 828,264 000000000000000000007fc9cc960d47db4f82fc36d28b73fbda4cb4f014d200 1.56 MB 3,424 48
828,263 828,263 0000000000000000000359ce92d2600c435d235e59a2c9d16306df4b41b141c2 1.68 MB 2,957 53
828,262 828,262 000000000000000000023188ba4108c9595216433b12802dc242ee452fb1a3bc 2.00 MB 800 54
828,261 828,261 00000000000000000000cde2ccbbc337b4b0f02cce48e27212885ecfecedc6ca 1.47 MB 2,697 40
828,260 828,260 0000000000000000000011df117400b83068202d0e9bdd79060266eec075c0b8 1.57 MB 2,760 36
828,259 828,259 000000000000000000016b6ed9a20ff8b91d245e3809d74f94bc4a4bc3896fb9 1.59 MB 2,854 41
828,258 828,258 000000000000000000037bbc7fae1cd2c91dba8312b65f71352630e938cc4dda 1.59 MB 3,320 45
828,257 828,257 0000000000000000000171af9291d93b09d8bca62f0fc6e5d0742213c52dbce5 1.69 MB 3,592 37
828,256 828,256 00000000000000000003fe8f836ccb13ee8f88f3b5fb5976025110bc46f9485f 1.54 MB 3,215 45
828,255 828,255 000000000000000000009aa9dc4a32301cf92dcc8ddc5f0ce6ba82dda1e3d5fa 1.62 MB 3,778 42
828,254 828,254 00000000000000000001200c25fdd0f80fb83fa69380cb3c8348761cf3cef980 1.59 MB 3,645 55
828,253 828,253 00000000000000000000ba5ae364f34119e63aa29c6d45c6b6d37d93f49e79f7 1.59 MB 3,035 57
828,252 828,252 00000000000000000003d38b3059df5766cd2cad26cf6ded1657f9cf1ed0d9b9 1.49 MB 3,240 65
Previous 10 blocks ↓
Total Size: 709.43 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: 590.29 GB sent, 8.94 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.