Memory Pool Memory Pool Refreshing

58,523 transactions
24.24 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,088 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,839 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,087 (456,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
416,085 416,085 0000000000000000036aafaa5de487cc33a7eed7c1e7a3cd18f712594e75f55e 1.00 MB 2,062 63
416,084 416,084 0000000000000000019af153a93ddc4aa9da21f217c4c472dfc696877b8acbab 1.00 MB 1,553 31
416,083 416,083 00000000000000000066845a9b2e2ec00ce327617c70a48f7eb389b212725c46 1.00 MB 1,283 27
416,082 416,082 000000000000000001cbc0e0d8f8eb48ce655520f6f836ca1127e4aa1f2c5228 1.00 MB 1,155 27
416,081 416,081 000000000000000001a4242c940bb8ec6e93d17bb0891787b29faab24929ce0b 1.00 MB 1,231 27
416,080 416,080 00000000000000000091e92f779356e33388bf9c77a601c8ef238136a579f1b5 1.00 MB 2,061 38
416,079 416,079 00000000000000000150e7a4c0374efcc6a91538ba5c15bcb8085db2439a0ba7 0.75 MB 1,253 54
416,078 416,078 000000000000000004fdbecc8949ca957979faa0331973db44d12d5ed996207d 1.00 MB 1,251 40
416,077 416,077 00000000000000000530630b8e24a7569e4d6b4ed1f2ed4fe729ed987d653660 1.00 MB 1,915 68
416,076 416,076 00000000000000000099a31875a90ebf58888a57ec51290e65101c682a8a2e04 1.00 MB 1,832 72
416,075 416,075 000000000000000000b6cb9ae03d5ceacc6ce1c5c08d8e81157586d2051766d9 1.00 MB 1,457 49
416,074 416,074 0000000000000000013da19477e4679c8683d4bd0353dac74085601a1b0791d3 0.13 MB 254 100
416,073 416,073 0000000000000000045e5f397beb43fee0696fb458716a9fb0acc9ba4937c9fa 1.00 MB 1,789 50
416,072 416,072 000000000000000000bb800ff0784506736881595f21aac3717329f126b01d1e 1.00 MB 2,503 60
416,071 416,071 00000000000000000570da410ca91c6e27e92b5e8744c999a93a9663538f312a 1.00 MB 2,222 75
416,070 416,070 0000000000000000012b72aacfce331f4da10943d7e9d84c3f165f758de16b14 0.99 MB 1,820 39
416,069 416,069 0000000000000000011bd7c09de8073af60f7e5ccf43f1c4edfc02c22d46e68b 1.00 MB 1,839 51
416,068 416,068 0000000000000000011e49187ff2a72b48066b07edaf5ecb659abe8903ae453f 1.00 MB 2,979 57
416,067 416,067 0000000000000000046a03bbc0d3294d2393dcc05f29e66a954e2185a0607749 0.99 MB 2,135 96
416,066 416,066 0000000000000000009604521e489c8a690cdb110942bba6b15f89e491b6a2de 1.00 MB 2,379 61
416,065 416,065 00000000000000000177b4b1df841370bd02c0c70462b71193235ae4118d09d3 1.00 MB 2,407 56
Previous 10 blocks ↓
Total Size: 703.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,590.80 GB sent, 233.86 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.