Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,682 transactions (0.92 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
910,469 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.91 vMB 2,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,468 (824,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,942 85,942 00000000000f074174746eb263e6426a4dbe2f21a2684c206b56ee57908dcdbb 0.00 MB 3 0
85,941 85,941 00000000000cefbe6b7e4afbbf994dea2eeb2d4d7056389d927df039e7a97bcc 0.00 MB 1 0
85,940 85,940 000000000008f7f0c5e0bceed1e4d34faf0e6ba9065e820a1bd13dbd46eb4375 0.00 MB 3 0
85,939 85,939 0000000000186573f7d2fa55225251922de3067b9beb4bd6701537c05067aea7 0.00 MB 2 0
85,938 85,938 00000000000b28601edef67013578aeea4158f28005cebbea79af42d65dacc29 0.00 MB 1 0
85,937 85,937 000000000014ae966c894a06f7f031a768a95e750da3caa2bbdd918916f48c77 0.00 MB 4 0
85,936 85,936 000000000019ee1fdb29633a119d1c9f5e36c845f4d173ebff76df6871a9ce06 0.00 MB 1 0
85,935 85,935 00000000002199c7fdea4359028499af4e2370d1e3101a9685823b7d7d64d18a 0.00 MB 1 0
85,934 85,934 00000000000f6f410045b39b5dcd44944f290ebdffbb00843051aabdd77145d3 0.00 MB 2 0
85,933 85,933 0000000000293eb62c9c643cdd85b2f12492afef90a552a1d6052d3edccc5fcf 0.00 MB 3 0
85,932 85,932 0000000000040ebb9b5118e41d33a929bde0cbcd443f90b50b1d83b60051a9c7 0.00 MB 2 0
85,931 85,931 0000000000232f6127458bfc50743adf6cc93e15cc01e31b8d6d244a4b9562be 0.00 MB 1 0
85,930 85,930 000000000016a229c73109b2daff1f3b23469169bd906539bd2dc6ed35418077 0.00 MB 1 0
85,929 85,929 00000000002538d8171f79abee51f50915f6f7659a608a64e934e06cd89d9cd8 0.00 MB 1 0
85,928 85,928 00000000002089a3599413b82140525dafcbbf5484576afcdc11b83826155706 0.00 MB 1 0
85,927 85,927 00000000001689cd654a10e6d9ccbc8cb15a358d43f0069af8ad0b9ce0234921 0.00 MB 1 0
85,926 85,926 00000000002c58a0ca5b919add148b073591eedb05314459d33322771ddbdc4c 0.00 MB 3 0
85,925 85,925 00000000002905871dec695082f779c56ccc62f53f6ead669d7c7f8194d9f5e9 0.00 MB 1 0
85,924 85,924 00000000000d572220214f154448ae3a2e965e687c64dd3bdbf83432e0007d32 0.00 MB 4 0
85,923 85,923 00000000000539f35ea38e706465a29fa88e44934904f452a15b3ab8f7d4cac3 0.00 MB 3 0
85,922 85,922 00000000000a31cd6cf898c8fa452b1b1734cc1e4dd827b0910be65880f65fb5 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.26 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,242.47 GB sent, 119.80 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.