Memory Pool Memory Pool Refreshing

47,092 transactions
19.53 vMB
Show Random Selection Loading Transactions
Max Size: 117/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,734 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,733 (68,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,809 801,809 0000000000000000000056ea9ddd102fc1b55ebf647af48736e09ab53cae02b6 1.74 MB 3,390 15
801,808 801,808 00000000000000000002af7963f2ec5396696ac53c5a5c36892ed743e33908e9 2.54 MB 1,575 9
801,807 801,807 000000000000000000009bc63c6ccacceaa679ce542eee370adb2c7df998aed3 1.75 MB 3,218 9
801,806 801,806 00000000000000000004a6d156cefd891065b2386515fd3f748d967308bbb794 1.38 MB 1,521 15
801,805 801,805 000000000000000000035ab2185860c08fb088c67c0be62f6141746fb3cb63cd 1.52 MB 2,916 20
801,804 801,804 000000000000000000050305c9581f3da5f0f6c7958e7bed26dc536b8ac365be 1.52 MB 3,326 24
801,803 801,803 000000000000000000049061da3568daf82568ae4a47d0f9b1dc3683c4e2a39a 3.86 MB 229 6
801,802 801,802 0000000000000000000496096dc8cc638799b499cf13272ee0bc89f76acda4e6 2.12 MB 2,950 14
801,801 801,801 000000000000000000050c1d87becd51075deffc7b151d89142d5f6b489f06c7 3.02 MB 1,529 10
801,800 801,800 0000000000000000000300ffd79f73e3b8d76c0e1d60351f5560638dee2f48cd 1.67 MB 2,695 13
801,799 801,799 000000000000000000040b755ca0e600a0799963601aef5d0b806c20e4238abc 1.60 MB 3,630 12
801,798 801,798 0000000000000000000199282b663f80647a7fd9ca44558cfa0998b4699b2d12 1.80 MB 4,543 6
801,797 801,797 00000000000000000003b6e5df10593007cc31fca03b6796f2222d0430ade5d8 1.71 MB 4,262 7
801,796 801,796 0000000000000000000487ae5d77c39c723ed390933c9801063af90a183b8dc9 1.81 MB 5,113 8
801,795 801,795 0000000000000000000269a6a1bec498bb97b783c9c687a0a9ef83930a939609 1.78 MB 4,852 7
801,794 801,794 00000000000000000003878de5c5dff19d1236aae539a1e2f4cd076c345b0494 1.49 MB 2,413 12
801,793 801,793 00000000000000000000fd8347460bf5db2f2d981f789438897ed3ec40de52b2 2.04 MB 5,976 7
801,792 801,792 00000000000000000003d7ab46fc2cc09f0ed5a5307435799983d6363b04071d 1.82 MB 4,730 6
801,791 801,791 00000000000000000001a3b38ab475da3fc255319af1d32acd9842289de6fc99 1.65 MB 3,063 15
801,790 801,790 00000000000000000004f0edf9224439d77601424701b1da512ab19fbd65499a 1.39 MB 2,501 16
801,789 801,789 0000000000000000000324d8b1d1955d17445cbb1edf88533fad1b7572297c93 1.64 MB 2,939 6
Previous 10 blocks ↓
Total Size: 700.85 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,384.94 GB sent, 216.04 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.