Memory Pool Memory Pool Refreshing

37,978 transactions
31.69 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,203 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,547 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,202 (109,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,339 752,339 00000000000000000005f53ea675eeaf5dba83ece9ea97ffdecf1952872a2bf1 1.59 MB 2,066 19
752,338 752,338 000000000000000000003ef99a491c1addf9c058b6f6b5ca43f4ebe142479cbe 1.60 MB 2,959 28
752,337 752,337 00000000000000000000ab7f893e78543bcd1f6f14df47d06d1e958c8b8afbc9 1.46 MB 3,011 21
752,336 752,336 00000000000000000004a117cd99386fec12de53201e21b1dea8ef798e3e645b 1.72 MB 1,891 11
752,335 752,335 000000000000000000079a522317f9d22251a79b9ed05d62b16c3797c208adfe 1.23 MB 1,292 14
752,334 752,334 000000000000000000016e613e9d38d8ca2181e78f78cd56abf44ad6ff74d89c 1.84 MB 1,812 22
752,333 752,333 00000000000000000007c6b797c62dacc796d305b2eeb4cec56afc8072697c8f 1.23 MB 1,435 15
752,332 752,332 00000000000000000004148cdd70984e1685c32d85c6dbde57c6078ed1a243e0 1.35 MB 2,264 26
752,331 752,331 00000000000000000001325bc05a4e065c8383c6aadf4a13970bce5af9253395 1.37 MB 2,212 16
752,330 752,330 00000000000000000001e7461e9fca43fce80b3c8777e30b02afadd9f9f5767f 1.41 MB 3,068 21
752,329 752,329 00000000000000000007298fd40d3086686b72440c8c3705b053c0952df2a4f1 1.27 MB 2,295 28
752,328 752,328 00000000000000000005d711159cdcfe2614c054b98213dc1839d37ff909a353 1.50 MB 3,498 23
752,327 752,327 000000000000000000028bf29502d26ab2f54c22400eb7638d32a0ddacdc1cf3 1.41 MB 1,898 14
752,326 752,326 00000000000000000002bd113354f2e48686c2e44d44421651f74171c022d8ad 1.44 MB 2,889 22
752,325 752,325 00000000000000000000938ab8c9bb7e9e4d9365ca45336a4e7143692f82f82e 1.70 MB 2,886 23
752,324 752,324 0000000000000000000683c9cad588bcf399950b2bba75cdaea719ec1103931b 1.38 MB 2,181 25
752,323 752,323 00000000000000000003ee5e67eb232d8f13ef527a949daac0ab9975999da5b7 1.69 MB 1,873 13
752,322 752,322 00000000000000000008672e296bc5f965e0b7e7d0f61ad814812bcd6830c0b9 1.68 MB 2,442 17
752,321 752,321 00000000000000000008145240af315446bc31abb3a8bdb97a5d58054c59f554 1.73 MB 2,562 19
752,320 752,320 000000000000000000057b86c912d30eddc69d524cc91c0c186d25704c4f4e33 1.56 MB 2,985 20
752,319 752,319 000000000000000000056d96ba8054ffae759d44f223abcc8c2f553db397f61b 1.72 MB 3,281 15
Previous 10 blocks ↓
Total Size: 684.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,355.75 GB sent, 101.79 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.