Memory Pool Memory Pool Refreshing

71,469 transactions
32.76 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
869,869 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,139 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,868 (387,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,862 482,862 000000000000000000dba6b969f18d9924e67557ef17bb36002e1d2790494ade 1.00 MB 2,744 286
482,861 482,861 000000000000000000d0a22f773368b837529222651013786bd3cbe8142bbf0b 1.00 MB 2,258 412
482,860 482,860 000000000000000000bfc6d7ab94f2be96171afdcbb2cdc9d7688160a52ff6fc 1.00 MB 2,188 380
482,859 482,859 0000000000000000006778e4b59c2845868cfb5cd0b76d4575728b18002c9e61 1.00 MB 2,107 436
482,858 482,858 0000000000000000012c12631b4d7b47cad595467756261ee2b11d7c2923ca8a 1.00 MB 2,621 532
482,857 482,857 0000000000000000007d9914de166a2f25d53808e1cc8af9e44c77c8ee9fbc1a 1.00 MB 2,303 471
482,856 482,856 00000000000000000139defd6680c7534515fd02c9bb6ef09ccc39ffbc1c970f 1.00 MB 2,220 387
482,855 482,855 00000000000000000043afc859166aedf07e66955a4da8b6a985e50ef5880e66 1.00 MB 2,351 393
482,854 482,854 0000000000000000011b687ab9f716b49b1a423e738ffb2acb6caa58430e932a 1.00 MB 2,301 414
482,853 482,853 0000000000000000013b217711fe4da8d24a8efd3e21aea4d246c8f07b870c93 1.00 MB 2,470 426
482,852 482,852 000000000000000000011b1f3175e3bc7403989bdd1bdec6a4e235b9572355a1 1.00 MB 2,347 490
482,851 482,851 000000000000000001249833e3bd03930a40e5133b09a614680effce88eeddd3 1.00 MB 1,565 555
482,850 482,850 0000000000000000012099f03291d0a52d51484fc1a80f48647e08e016c29721 1.00 MB 1,110 124
482,849 482,849 000000000000000001347bd43b57668442f9bf45f045dcea7884572c870ee112 1.00 MB 2,141 406
482,848 482,848 0000000000000000003b76d673b377591c4151b32e09f83ec4d8cbbb4f28005b 1.00 MB 198 5
482,847 482,847 0000000000000000012469fbd3db5eee9cafa2389f9884250f1bc66a94478ca0 1.00 MB 794 101
482,846 482,846 0000000000000000000a508dc0033a2b4da6a86b916f233356801c2b39bb7721 1.00 MB 1,786 298
482,845 482,845 000000000000000000c9216f2ed61859d3fcfcaf0d4af89c4179e1c7b0946c1d 1.00 MB 388 38
482,844 482,844 0000000000000000001e359045bec4ceb1e5d6a97baf6f96ea088551d73f44db 1.00 MB 681 69
482,843 482,843 0000000000000000000a58c4ba1078325974aec78d9db5d60015b21dcf533d66 1.00 MB 1,505 235
482,842 482,842 00000000000000000093f74f8628102d4a9fb5442bb0e1f4db917eae6df932d3 1.00 MB 1,103 346
Previous 10 blocks ↓
Total Size: 699.21 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: 2,136.07 GB sent, 205.27 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.