Memory Pool Memory Pool Refreshing

64,434 transactions
24.90 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,252 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,814 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,251 (349,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,303 520,303 0000000000000000002dc97bb43323e023575c9362cf9a5ac506e959de20c47d 1.15 MB 2,638 58
520,302 520,302 0000000000000000001bc2adc0190f0a768e20a71191ef078c758615b8517a2b 1.16 MB 2,934 65
520,301 520,301 0000000000000000002c65589b54143324f6ea7f69615958210840be5aa34931 0.63 MB 1,295 46
520,300 520,300 00000000000000000017f0d8c940c4687f86a20691c44f082a8d686f7892bc23 0.42 MB 803 63
520,299 520,299 00000000000000000034c59aa4550fc4b8935b190b7035721da20922b843e52b 0.76 MB 1,797 49
520,298 520,298 0000000000000000002d4abd040a0a7eba1be22da6fda631ab191dd959880182 0.05 MB 127 39
520,297 520,297 0000000000000000000c67ffb61f920a62f5b134808a3914a6f58f4b2f931dec 0.55 MB 1,152 50
520,296 520,296 000000000000000000207193e39bc5727b555b31f9df96bfe82648e12faa3cb5 0.13 MB 327 63
520,295 520,295 00000000000000000044324d9fb0669296ef0f9640847c4cfc88c2d5252f3f59 0.66 MB 1,519 49
520,294 520,294 00000000000000000032925fe79b65e0fc62ac2e37191ee7637d2b5b1665f006 0.86 MB 1,927 47
520,293 520,293 0000000000000000002037d2935aa8e677b95c8034a187ccfa50a0c0c917a961 0.30 MB 770 33
520,292 520,292 000000000000000000402092327ac1d5af458fbd613c8f2fd274b88655bc0190 0.47 MB 1,079 67
520,291 520,291 00000000000000000030ad7a3d9d1cf6af164dc2fcad7ab336f6298bbb57af64 0.08 MB 224 55
520,290 520,290 00000000000000000023c4d28ff288a3782144787bf67703c325296848afb6cf 0.72 MB 1,541 60
520,289 520,289 00000000000000000017e09ca39a3d2d9117055adb0a3add30af1f558dbf519c 0.46 MB 1,027 51
520,288 520,288 00000000000000000013652a44b9b217a3b29e6adc5bcddf998e9d343d73397d 1.09 MB 1,721 22
520,287 520,287 0000000000000000003fa4ba44aabfb16988e90dd59fde170006dca75339983f 1.17 MB 3,121 59
520,286 520,286 0000000000000000001ab794ef50f4ab564dbc97e09b958ee2e8941e88984382 1.14 MB 2,660 21
520,285 520,285 000000000000000000140a9b49d0dc3b73ab94d7e0c8f1b56f032a4c160be699 1.09 MB 1,613 22
520,284 520,284 0000000000000000001eca289da5469daeb47d053e9d1db42e5926067562080d 1.17 MB 2,849 79
520,283 520,283 00000000000000000038aa04712d1fe527998f53751765e4d1312ae42c7b4d61 1.07 MB 1,556 29
Previous 10 blocks ↓
Total Size: 699.92 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,201.84 GB sent, 209.87 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.