Memory Pool Memory Pool Refreshing

74,545 transactions
32.69 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,869 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,523 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,868 (424,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
445,096 445,096 000000000000000001171706f890e3cd24363a65e75229c0e94008b2828ad372 0.26 MB 657 65
445,095 445,095 000000000000000003770314a81b5f715534737d8aaf5fa6f688ded15e668cda 0.47 MB 936 63
445,094 445,094 000000000000000001b823e9b8ec8c22b65ad6e3036b3e0eedebb2aacd7a2b67 0.17 MB 403 74
445,093 445,093 00000000000000000140a539260467c600661e8c5be1eb4610f58740ade90411 0.23 MB 513 64
445,092 445,092 00000000000000000346cbb40e6d882e2df059f821a62e6097d15658e637a432 0.09 MB 134 69
445,091 445,091 00000000000000000080cf647c8b673a0f2316afc0cd34d3a9ba4b3d6bba97aa 0.03 MB 91 70
445,090 445,090 0000000000000000021cf9439b1a2266ab4867519920d9453e3f7ad03ba610a7 1.00 MB 1,299 37
445,089 445,089 000000000000000002b0f9aa376a885c1ca5c4cbb12922844f2aa65c6b409447 1.00 MB 3,048 79
445,088 445,088 000000000000000000d92f75a25752aff14f38cbea150b44a91f651f833660f1 1.00 MB 2,076 63
445,087 445,087 000000000000000000fe61821e998057e8ebe6cef904e08315cbb39798ff68f7 1.00 MB 2,862 76
445,086 445,086 00000000000000000316f5f66c94791578c34c11d0e44c9d359779ad9fe3d3f3 0.80 MB 2,143 75
445,085 445,085 0000000000000000012e0423896a583aba0e1fcfda564b9b64c4489d33687f98 0.32 MB 723 68
445,084 445,084 0000000000000000012125130aa9011dfc879d88b1d8569abdacf91dc717081d 0.02 MB 52 69
445,083 445,083 00000000000000000300e85db66fe3a9c8e940afa51a214c9e988ee528de0833 0.26 MB 665 76
445,082 445,082 000000000000000002d2f263ab305af03d87353a450363a7230b75e61dd7ef5a 0.33 MB 765 71
445,081 445,081 0000000000000000030f48b565a59a608b228824da617cb45f72d4dd47c9396d 1.00 MB 133 1
445,080 445,080 000000000000000001ae85ec87898ec91778bf21159d2eda46c3fd1535f867db 0.54 MB 1,286 75
445,079 445,079 0000000000000000008498cd4d785f55a4e7d2873dfd60eef3e417a4b3333b48 0.49 MB 1,280 68
445,078 445,078 0000000000000000018cb77364e1b3d93f3a49f878390723aea7acbd117ea07f 0.42 MB 1,005 66
445,077 445,077 0000000000000000034e96060a90820e470669a3ce1edd1d1ad22cccc42d778f 1.00 MB 247 3
445,076 445,076 0000000000000000004d24dd978f9b05d91b3d7656b7e8eb01ab1edd30cabafe 0.40 MB 1,000 60
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, 113 incoming
  • Data Transfer: 2,136.42 GB sent, 205.28 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.