Memory Pool Memory Pool Refreshing

74,142 transactions
27.44 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,780 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,950 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,779 (69,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,948 801,948 000000000000000000000020b1bdc17cfeb6560d4ae534325d6e07b6bd30e49a 1.93 MB 5,662 6
801,947 801,947 00000000000000000003539fec6fb0f7dc04bdfe452a513a79a98c12a661bd0b 1.90 MB 4,366 9
801,946 801,946 00000000000000000001f3e340cb2ab50255961e2a56dae2e11341f52766992d 1.64 MB 3,376 16
801,945 801,945 00000000000000000004f133f8f2fe337549f2345879f81f16e697b20dbd7baf 1.95 MB 5,088 8
801,944 801,944 000000000000000000019c0d10245de66925fdbdaf6051f11dc952b0a2666863 1.82 MB 4,380 10
801,943 801,943 000000000000000000007679f275a209d13b35c145e73301765dc4864f38b300 1.47 MB 2,557 10
801,942 801,942 000000000000000000024dc304aceeb27fc89ae00d1d0cf4b3ce261a3adb5568 1.59 MB 3,506 19
801,941 801,941 00000000000000000003dfaacc206ae592dfd114696be224a03636f99bd7ac16 1.72 MB 3,678 7
801,940 801,940 0000000000000000000107bd52cc38854c794978f16fa085eb5d0c46c9844fc5 1.66 MB 3,759 14
801,939 801,939 00000000000000000001fc1144146c71a80ec5d555df2d89ba15855b3d9e154f 1.47 MB 2,380 11
801,938 801,938 00000000000000000002951a9d38537b3ccc471dcec0838a063e6166d03d210e 1.84 MB 5,207 10
801,937 801,937 000000000000000000054ca8fe349275dacfcb93dc44a9f4821b4005bf46d26a 2.16 MB 6,974 6
801,936 801,936 00000000000000000004822e02288033447efb5e4629f2cdcce829e48fd3b1bb 1.72 MB 4,008 11
801,935 801,935 00000000000000000004e00db4b38562bba9813eca2ed5bdc23beab07de21ee0 1.91 MB 4,726 10
801,934 801,934 00000000000000000001a609242eaf1ddaec630297904b39294e89d1c2608a47 1.49 MB 2,579 13
801,933 801,933 00000000000000000002fa835fe9be4900cbb9b985a8712ff8f866ddabd66806 2.16 MB 6,651 7
801,932 801,932 000000000000000000034aad5f0e0982ca43efabc416cd86842f96d93d9232cc 1.65 MB 4,015 9
801,931 801,931 0000000000000000000413efea6e2656f18f8b49edf68dea9a69b8eb12b20997 1.35 MB 2,236 15
801,930 801,930 00000000000000000000d932a5ed45e0764073246d29fce10e2d299cfcfe4005 1.88 MB 3,564 11
801,929 801,929 000000000000000000006c3c15ff9847a59588f574fd198f7b8db49b901a6d83 1.43 MB 2,120 10
801,928 801,928 0000000000000000000369c9c2a006c91e3d28aa527bc15c839d8cbeadcde026 1.53 MB 2,995 19
Previous 10 blocks ↓
Total Size: 702.78 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,560.99 GB sent, 229.99 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.