Memory Pool Memory Pool Refreshing

49,565 transactions
26.99 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,571 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,304 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,570 (214,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
648,474 648,474 00000000000000000006010c3c9d86740eff4ece1b6fffb1035a12787fd03911 1.25 MB 2,535 39
648,473 648,473 000000000000000000047eb3633035e3b7d072e58e900b6617f89840e27f0256 1.32 MB 2,868 84
648,472 648,472 00000000000000000009b09538f073792091514a9af5a7ca5fc4c8041b2d3169 1.09 MB 958 14
648,471 648,471 000000000000000000056de8fd51c22dd8b6199b5d3951c6f74387c6f6a02eb8 1.71 MB 1,057 18
648,470 648,470 0000000000000000000513e89ea647f37062913ae589d8f5ce21820f3c5d4f54 1.23 MB 2,427 47
648,469 648,469 00000000000000000001fb9c3b8c9cb183cf7985fd7cd0906297e7ebd90aba92 1.20 MB 2,819 37
648,468 648,468 00000000000000000004abc262c772d394df7ce5fa3507812c5654284a004f7b 1.27 MB 2,035 84
648,467 648,467 000000000000000000027ad60e14397f00b7f197c3bec1ef12a68310c07b4192 1.07 MB 536 28
648,466 648,466 00000000000000000001ec01ddfb85477409cc05001b1cba1296ec19d89616e0 1.16 MB 1,082 23
648,465 648,465 00000000000000000007f0ec928fadb522fb5a2a073aa9dcb7062e38c08d3590 1.44 MB 1,787 62
648,464 648,464 0000000000000000000e2eb2f38ffb7fbdc04317d61a119ef3574428200abe7c 1.46 MB 1,895 14
648,463 648,463 000000000000000000093c66e465ec6428c64396687f32ac37e9efb9f78d1734 1.18 MB 2,505 22
648,462 648,462 0000000000000000000e270fd0912f491695bd92c1c0abfcd5a56fd427706d09 1.46 MB 2,481 84
648,461 648,461 0000000000000000000a871b327d527e4ae144e6d9dd61e40417d24a51da1678 1.30 MB 1,578 35
648,460 648,460 0000000000000000000a2b0513f494f9e7943ce11d7908f1d61b85550d50198f 1.27 MB 2,013 43
648,459 648,459 00000000000000000006bd0d85e8bb9802b13ccff342ef8e445b03bc61956ee5 1.15 MB 2,474 27
648,458 648,458 0000000000000000000d72bf8295b08ec952aa53933319fd10a464cd00b0d267 1.26 MB 2,003 73
648,457 648,457 0000000000000000000db4ce6ff65f16f9c007a0d938ee352d8a061aa2212336 1.25 MB 2,420 91
648,456 648,456 000000000000000000076cd9d853b90e8666c50a101f31513eaaeec84422055e 1.28 MB 2,511 29
648,455 648,455 0000000000000000000aae42beb484d8d66672915f062a28170d0267cc3fa3f7 1.32 MB 2,470 43
648,454 648,454 0000000000000000000519d95389a7df64b8c244cee4caedacda0329b263b7c5 1.18 MB 3,005 38
Previous 10 blocks ↓
Total Size: 685.25 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: 1,375.47 GB sent, 107.39 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.