Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,491 transactions (1.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,138 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,885 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,137 (179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,958 911,958 0000000000000000000040cbfea5bec288ebc627facf1bc76a847f15dbf15618 1.92 MB 4,880 0
911,957 911,957 000000000000000000012ac9d2c8487ad0a26d79507a397cfe21561a5ed63d84 1.77 MB 2,986 2
911,956 911,956 00000000000000000000b781f123c10c9d5d4cf6f91f1a6e7aa16cc7fdbae260 1.49 MB 3,217 4
911,955 911,955 000000000000000000000ff9374ed3adb7121305cb25766fb6287f589c29e9f0 1.72 MB 5,130 0
911,954 911,954 000000000000000000000a45a1893dd921e2f53268d7b9014c9824378d6599cd 1.74 MB 3,573 3
911,953 911,953 000000000000000000013673d7456cb1025ff3439be284a091be03ea409b9459 1.10 MB 2,521 5
911,952 911,952 000000000000000000000555aad565ba196bf1b16dd83a284e234f4d2416cb80 1.70 MB 4,093 2
911,951 911,951 00000000000000000000ec3e55b2b2365f521dfc867194232e6a8b8332b38c8e 1.95 MB 4,616 0
911,950 911,950 000000000000000000009d54dd5b5cdb49504baa140a8c0db59c5ec4a8d94c68 0.29 MB 657 3
911,949 911,949 000000000000000000010f72d0130906fd0fbd371b3a410c55436d82d857db2f 0.11 MB 209 3
911,948 911,948 00000000000000000001ebd18d50ca72664e9d29c518512e3086bdae9405db56 1.68 MB 3,153 4
911,947 911,947 0000000000000000000153aaefc3bf2a22e610a927f6a35eb4a82b64ec7871a1 1.72 MB 4,019 1
911,946 911,946 0000000000000000000115f3f635fc21a25eabd3d962f11f46f4ca2029f69e19 1.58 MB 2,713 3
911,945 911,945 00000000000000000001f297be94834e8f8a25578a0468462b1c99ffc8b5429c 1.98 MB 1,816 0
911,944 911,944 000000000000000000002f2ee37c0132af1d6b7073f6018eb78e1b287c6211d4 1.87 MB 2,663 1
911,943 911,943 000000000000000000018150401587dfe510aaa6eda07c4bee765577c1376ecb 1.55 MB 3,321 3
911,942 911,942 0000000000000000000119ba5ee9edb02b588d1749edc70a8e9105791c3064f0 1.62 MB 2,976 3
911,941 911,941 00000000000000000000d9cc53e7f9152f9345927dedfb18d1ea9329906683ae 1.82 MB 2,438 1
911,940 911,940 00000000000000000000abd04025fa5ec9de80485089bfcc667b55f424d93cd8 1.69 MB 2,189 1
911,939 911,939 0000000000000000000054d2fa570953844c3d540f660341362f669a9820d3bd 1.83 MB 2,277 3
911,938 911,938 000000000000000000015e30abdbdfd258d42b5aa39ed2162ffaaaa5f5b6c7ca 1.73 MB 3,460 2
Previous 10 blocks ↓
Total Size: 777.33 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,525.88 GB sent, 135.11 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.