Memory Pool Memory Pool Refreshing

8,384 transactions (3.02 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,535 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,002 (869,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,401 39,401 000000008c3674c23cd835d5cb672238b77dcb6ce06e57caf08d64a3dff90ade 0.00 MB 1 0
39,400 39,400 000000005393646a9207b3a2f1e61cdf6a7d76e8103026308729538bde597e72 0.00 MB 1 0
39,399 39,399 000000002b7f356d708091671d8c57a2f826757933bf756d82a4411791c32212 0.00 MB 1 0
39,398 39,398 000000007e61e4d63959f6ec0b09e645507e0cbf196953ce7488c236b5ee13ae 0.00 MB 1 0
39,397 39,397 000000006809c29c4a0e8b59f34a2c76eba2f5b841b2e2fb2b7ae6b6dc5347cf 0.00 MB 1 0
39,396 39,396 00000000508f507b38c303061de3f1c51e517d2f09712273c6ac8d06f76aac55 0.00 MB 1 0
39,395 39,395 000000003bf76ba0a4cf057a049edd19a775706bd06fdf8a9d2edc0549cd4ffd 0.00 MB 1 0
39,394 39,394 00000000569370ebbd36dc56f1e68e63b89be821fda3940d03ba619c1082ba0f 0.00 MB 1 0
39,393 39,393 0000000052f74d34cebfeeb06317ef65abc5f621a061167752401fbd17cfd0c3 0.00 MB 1 0
39,392 39,392 000000000f6f6d240a61521793cc6e95d93cf826d8840decf9c92cabda17c111 0.00 MB 1 0
39,391 39,391 0000000015a163aa36cef9406d514ee38ab16191dbd5b94dee7850a41d393aa5 0.00 MB 1 0
39,390 39,390 0000000050f1716ae373dc7099b8169c65585e1200aa8b08509bef68aed0c489 0.00 MB 1 0
39,389 39,389 00000000661b04d8f2d87fbe15148148d8dde40662297d48fbe353edd8531bbb 0.00 MB 1 0
39,388 39,388 0000000043e264999a8868234e94dbd70616281d105e0c0bde07e72a13f9c31f 0.00 MB 1 0
39,387 39,387 000000006bc0a7f04e28feb1b896c8387af079debb9328400b0ac8e2567afa1b 0.00 MB 1 0
39,386 39,386 0000000050522d0c5e5d60789092bedd8d846dc53c70f92e8c7a47693ace1693 0.00 MB 1 0
39,385 39,385 0000000052ad9edd1a4bbe57131f10d54078a9d8ddf4028d12a90bd691ae85b0 0.00 MB 1 0
39,384 39,384 00000000128700541f401078a43391733bf19ad04fdfd2e700e7a7448b287a77 0.00 MB 1 0
39,383 39,383 000000005074f232b903d60d111e68df5646a3a904ed2a124d3de1a2e978e331 0.00 MB 1 0
39,382 39,382 000000000e0829e56553ea5e60c4dd57997568ab81acd263553185a401542f6c 0.00 MB 1 0
39,381 39,381 00000000247134a045662b692950523cb612c047f4a04daf08284828a0fd841a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.96 GB sent, 105.22 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.