Memory Pool Memory Pool Refreshing

42,696 transactions
22.71 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,665 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,892 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,664 (9,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,122 860,122 00000000000000000000a4325283aa19c9eb80f6ffb3d9c89b8626d31246a021 1.75 MB 2,943 3
860,121 860,121 00000000000000000002825dc2cdd9949738abf1aaea28a6822c8a5822c3c79a 1.75 MB 624 3
860,120 860,120 0000000000000000000197c37d1de63dc4e63f1beafbc1829272abe901adcf50 1.66 MB 2,618 4
860,119 860,119 00000000000000000002a37fbacbf8345db64c9f321d67a8f4d2dd11daabe751 1.67 MB 3,843 5
860,118 860,118 00000000000000000001c02236c474bcab6e721e00e9ec851a8e4fc50c668027 1.57 MB 3,405 9
860,117 860,117 0000000000000000000315710a71d399a28b4ecaf4a556d18858bd8f9e142fa8 1.68 MB 2,896 9
860,116 860,116 00000000000000000002a29ca4c00f58a4192548535b6cdfdc2edc26811c393c 1.62 MB 5,075 4
860,115 860,115 00000000000000000001b48d286931dc79d86cf5206a2ac861fef6d2be9f8812 1.60 MB 5,526 3
860,114 860,114 00000000000000000001684093b5c179de18482cd58025385b684dfb6b8b3a4b 1.69 MB 6,630 2
860,113 860,113 00000000000000000001809eb197d6c82c40e701629c1cb6f807a789a7bf096d 1.51 MB 5,224 3
860,112 860,112 0000000000000000000300fb5dfd3dd8974a4531847370cdbc598ca9886251cd 1.58 MB 3,821 6
860,111 860,111 00000000000000000001b047fad074a34bf1a6fa875e137a90bd728f167aaa85 1.60 MB 6,955 2
860,110 860,110 00000000000000000000a348169cae40498f49fb94937062f56fde99ff47c74e 1.60 MB 5,999 4
860,109 860,109 00000000000000000001db835656e78ef69ea11256c370ddffde99d43fc54ce5 1.53 MB 6,297 2
860,108 860,108 000000000000000000013ffd29a33c5de12321b5bc4d3ab4bff61fedf90ca147 1.63 MB 7,384 3
860,107 860,107 00000000000000000000816632ad92e546d570e2c69a24a13545664234895972 1.64 MB 3,199 6
860,106 860,106 00000000000000000000387320064ed6d2862b1ab7b5d2d129af52f90345857b 1.58 MB 6,613 3
860,105 860,105 000000000000000000007bb00c5afee294ca15f4e4c4f48150b8da6745667f6b 1.62 MB 5,431 4
860,104 860,104 00000000000000000002f9ae971c1047e38345084efbd762d70488e75473384e 1.64 MB 6,756 3
860,103 860,103 0000000000000000000245908bfc0073c7a290a8988f7065df31fd226c0bc2df 1.44 MB 2,651 7
860,102 860,102 000000000000000000006a3222271a42bf484ee3cba7863030d97c28edf169d2 1.65 MB 7,894 2
Previous 10 blocks ↓
Total Size: 698.83 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,100.36 GB sent, 202.92 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.