Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,790 transactions (0.82 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,853 000000000000000000022b910000000000000000000000000000000000000000 ago 0.81 vMB 2,778 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,852 (314,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
596,929 596,929 00000000000000000002098aeed3a4de46cafd9b6826efe72146843adab23220 1.13 MB 2,778 21
596,928 596,928 00000000000000000009ce49fffb51d2fbdab96701fdbe97e8f18c4e6d9e4bc3 0.31 MB 799 23
596,927 596,927 000000000000000000150dded10c9fc879e8dc746fd913b7d1b63a213eafa5bb 0.22 MB 605 24
596,926 596,926 0000000000000000000a331dcd3da4b79b113a99b897625a752da4d5f308aace 0.28 MB 716 38
596,925 596,925 0000000000000000000c0f486f306c323d5a4f2a6b35242c2d10cf663a6bcb76 0.96 MB 2,624 23
596,924 596,924 00000000000000000011e7369203325c61f098da1c2e8c8003edb9c3e48a5c19 0.39 MB 1,091 26
596,923 596,923 000000000000000000110f8ce8a3eca40b48952a998bc1f7e6c9139dec56737c 1.00 MB 2,581 21
596,922 596,922 000000000000000000092e8cab9e7fb812c09d7b0d58f1b0ab8ccf59fb196d3a 0.36 MB 985 27
596,921 596,921 00000000000000000000c040f351f6f81d5cf7c756b12c40957f9649aded54ee 1.24 MB 3,029 25
596,920 596,920 0000000000000000001285dd505704f4e44eb1d2263bc5d9c551b40865b3d239 1.25 MB 2,932 23
596,919 596,919 0000000000000000000add9910381e5ee789f0a8f92c15b319ff85752bd6a5fc 0.65 MB 975 15
596,918 596,918 0000000000000000000616ee06c349dd6a6133322749ab0667b2ea659fd24172 0.75 MB 1,799 8
596,917 596,917 0000000000000000000c87cf319f39b7ea9ef3cbe0607993668b9c18a1979470 1.18 MB 2,633 23
596,916 596,916 0000000000000000001127344455b275804ece16883f0c6a338d5ae2bb951e37 1.30 MB 2,632 21
596,915 596,915 0000000000000000000bdde4a8fb4fc7d2c632961fd4354a8071b251a48475c0 1.24 MB 3,107 47
596,914 596,914 0000000000000000000321c16db06f19e9ae9c8473002e13cf8b10d379d9e6be 0.10 MB 214 18
596,913 596,913 00000000000000000006ac1874da3a64c085be5bee2bf48059447728c1aa9013 0.27 MB 765 33
596,912 596,912 0000000000000000000c3b793daa60166f06422103d1fa126867e54c6d7c2c55 0.12 MB 278 29
596,911 596,911 000000000000000000100aca0092af7d3dcca149c4fcd5ac7d21d6669182aa76 0.77 MB 2,117 26
596,910 596,910 0000000000000000000b9eca9731101313d33e5bf60f2fdadcc13ced84a5de9c 0.93 MB 2,491 9
596,909 596,909 000000000000000000096ed382c5285d50f4c99f33f2726442ce2ca1bd9f01b2 1.27 MB 2,976 34
Previous 10 blocks ↓
Total Size: 776.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,469.12 GB sent, 132.62 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.