Memory Pool Memory Pool Refreshing

46,796 transactions
24.06 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
871,597 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,254 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,596 (76,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,717 794,717 00000000000000000003c7970485e56091a6818434b92e3c7fdfdecb5c7a697f 1.93 MB 3,938 25
794,716 794,716 00000000000000000002cc78cd5fabddbaae820dadd440bda2e3d12c1293fac2 1.87 MB 4,734 32
794,715 794,715 000000000000000000006aa1411ca2cc5a8ee2e505b7edaeae7467a8bff445db 1.78 MB 2,467 26
794,714 794,714 00000000000000000003924dba85935900f44a4eeef3a5f48d84701e4e7569fb 1.88 MB 3,838 33
794,713 794,713 00000000000000000002fbd1691b48ee959844a1174185edf9211a2a07a7bc55 1.90 MB 5,299 48
794,712 794,712 00000000000000000000bc56b32f2c0b09e9e167379819d727d395f7d67e9380 1.89 MB 5,026 53
794,711 794,711 00000000000000000003ab9b7ace8ee717800af0be0ceb0d712e9b72c8d60476 1.64 MB 3,953 48
794,710 794,710 00000000000000000001114a900613a74f096ace3e2754e489471e49bf581f77 1.83 MB 4,828 27
794,709 794,709 000000000000000000036e965b666ce98936238254637aafb75d9ce0d0de7b23 1.56 MB 3,465 35
794,708 794,708 00000000000000000001b1105d78f3b99fa9f3d2bb690eec99944d72d58dbca4 1.76 MB 3,831 13
794,707 794,707 00000000000000000001c6acb5b4340c9d5d6f4a10cb92b2fca81ba219542857 1.69 MB 3,141 27
794,706 794,706 00000000000000000000a15ec3f3e43161d4abbf821ed24458d1e39a9f414be4 1.73 MB 2,854 16
794,705 794,705 000000000000000000045b551f30bdb546f95b765c21ad132c1f249a43209095 1.92 MB 2,831 25
794,704 794,704 000000000000000000018b6e5ca0588538f69ce2d48468957f1c25776d41d1cb 2.07 MB 3,084 17
794,703 794,703 00000000000000000003d14ddd52134f6ee1ae16c3d6ad283a303e797a5baa15 1.61 MB 2,753 27
794,702 794,702 0000000000000000000228e95bc7993e860be3cf4609c1ccd3f76cc0c3d1b541 1.67 MB 3,312 27
794,701 794,701 00000000000000000001c5a3d57b34ba92072fba33494dc55be2f67b4cd57a05 1.78 MB 2,445 24
794,700 794,700 0000000000000000000212ba118a21e6d13f2b0ef2fe981320c1d14c620fecc4 1.42 MB 2,450 32
794,699 794,699 000000000000000000020d0284ed43def4afb4871123bfc6d1451d7df098708a 1.46 MB 2,005 27
794,698 794,698 00000000000000000005352f3bc9d85e45923f259658b47b6196b9ed1af3559b 1.56 MB 3,816 38
794,697 794,697 000000000000000000002ae66fef632d997b660bb81b13133fd6a03ad5150d69 1.52 MB 3,563 48
Previous 10 blocks ↓
Total Size: 702.44 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,544.67 GB sent, 227.74 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.