Memory Pool Memory Pool Refreshing

23,347 transactions
36.85 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,123 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,316 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,122 (50,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,347 811,347 00000000000000000001a5596e1f6ea291538fa058fc0933a1fbcb44192dc968 1.89 MB 3,195 13
811,346 811,346 00000000000000000000a1f8ad0dca92e7fdafd2f2eaa6554dccd93ff445093b 1.95 MB 1,973 6
811,345 811,345 00000000000000000002022382a3bd539a727079346d81560f88495e4db39105 2.09 MB 2,694 9
811,344 811,344 000000000000000000048d52cf3ef95f23c3adce849311d5e6af2414cd6fb8e2 1.87 MB 2,724 14
811,343 811,343 00000000000000000003ab13b6edbd92eaa487c0bbaf1dc33ab0d988d9b30ba7 1.85 MB 1,901 9
811,342 811,342 00000000000000000003109c1455384e11dd2f7d0614c5706e252374208b87aa 1.39 MB 1,665 13
811,341 811,341 00000000000000000003a573c296ca498e40ccde456fd0f958b583ce000d11e9 1.58 MB 3,493 22
811,340 811,340 000000000000000000000c676c3e2e23e41857e410d701abb6abd68c77bbf11d 1.69 MB 3,068 18
811,339 811,339 00000000000000000000121d907de82976fdd7b6fec6339106458cb18785a753 1.66 MB 2,823 30
811,338 811,338 0000000000000000000192a328f754a072759a8f81bddf337cd967abaa4070d8 1.51 MB 3,602 29
811,337 811,337 00000000000000000000f3a3a974f12868f50e8cd5643d8fe8bd5e5c4f85da69 2.18 MB 3,269 9
811,336 811,336 00000000000000000001c77a8f3402c2e2904c906cb527b8127d67220cb46608 1.85 MB 1,485 9
811,335 811,335 0000000000000000000488dd608ee3ef3d7f4ddf9e259801f738888132ec4ce9 2.16 MB 264 2
811,334 811,334 00000000000000000002a785d4f5fb5879bb6f5a0f4d383a2c6c7ec9cbaf51bb 2.05 MB 1,351 5
811,333 811,333 000000000000000000041d5e9a4661eaf80ea623cc7c3d8fea4e234bfcb397ac 2.11 MB 571 2
811,332 811,332 000000000000000000029a5e0fc98e14b0f2945170f4e797c0bcc5d8d9905ec2 1.99 MB 2,496 12
811,331 811,331 0000000000000000000243d72c448edce389381ee9300999209d5dd794c7ee24 2.15 MB 156 1
811,330 811,330 00000000000000000004c37fd4b1111e7d605d2ad68050ee719f78141efe7cc3 1.95 MB 896 5
811,329 811,329 000000000000000000036c982cef4879e5dd435ec3c6a3aef9366499d1084b5f 1.80 MB 1,716 9
811,328 811,328 000000000000000000010ac21288764c65a5ff0014ae6baba9e78a3292fed54d 2.06 MB 690 3
811,327 811,327 000000000000000000035e3d415df06d6aef8d92c82bef7781b15004ef2db08e 1.72 MB 2,146 9
Previous 10 blocks ↓
Total Size: 684.40 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,338.88 GB sent, 100.93 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.