Loading Tool

Explorer IconExplorer

Memory Pool

76,164 transactions
29.51 vMB
0.09483600 BTC
Random Selection Loading Transactions
Max Size: 178.61/200 MB

Candidate Block

Mining Attempt 49ec02b2fcb606f397e9ca44f92dc7f310f44287cf0ebdc3c4003a882a51eabd
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 1f1f7c42e667e47f50e2edfcb7f03d65602d01e9e002cdb919965ea34fbc7e5b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.02894594 BTC
Feerates: 357.61 > 2.90 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (26,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
888,943 888,943 0000000000000000000091be8020c5ede1564f088de4eaa11d044f888ea68bc5 4,676 1.00/1.00 vMB 31
888,942 888,942 0000000000000000000247ab5a43e9a7cdd4671d8f2a3484ed52f50660e1ab0a 4,824 1.00/1.00 vMB 29
888,941 888,941 00000000000000000001c2246ff1d3d78865b5f294d0ac76add5cf73dbfae471 4,760 1.00/1.00 vMB 27
888,940 888,940 00000000000000000001e5b0ca22d40318b232dc9dd27ff0188edc28c710f80d 5,012 1.00/1.00 vMB 24
888,939 888,939 0000000000000000000181eb67663c8fb9087b896d5949987393e8a825b90924 5,103 1.00/1.00 vMB 27
888,938 888,938 0000000000000000000210efdc7f3fd6e804ed1c5172668e03524a550fc5f3a5 4,297 1.00/1.00 vMB 34
888,937 888,937 000000000000000000009cbcd9f41b9ea3d1a6b78cfea2f73c21ab2f8a9852ef 5,239 1.00/1.00 vMB 28
888,936 888,936 00000000000000000000acf21449dca72f4608a65b92be19ca782a192a3cbe34 4,529 1.00/1.00 vMB 32
888,935 888,935 00000000000000000001eb385e8ea7295defc735c68856db184c95c3bf40a201 5,278 1.00/1.00 vMB 8
888,934 888,934 00000000000000000000ad415d7bd6311d77ebae2bfdd8a61f6dbe67d6f6489d 4,393 1.00/1.00 vMB 10
888,933 888,933 000000000000000000002c57a9a9451716fcfce455570d81a5371023e82a05c3 4,623 1.00/1.00 vMB 8
888,932 888,932 0000000000000000000228efb930b52d794fd255f6c4c799874c51f811d000e8 5,071 1.00/1.00 vMB 6
888,931 888,931 0000000000000000000201c4647422144894403cf5d25b3904fa3ebd02cd57dc 4,723 1.00/1.00 vMB 6
888,930 888,930 000000000000000000001a9b7462f354fb5f4ceb8ce7d5feac1cd58e3e90a49a 4,996 1.00/1.00 vMB 6
888,929 888,929 00000000000000000000596c81d542c0b2224351f24f80ac683540e7c8abd054 4,574 1.00/1.00 vMB 7
888,928 888,928 00000000000000000001dab4f4a957e21032a5303d80fa1acd734fb72e8d15b3 4,744 1.00/1.00 vMB 5
888,927 888,927 0000000000000000000174818a7751456c08507ba5754299dc75e8052b64c44c 4,570 1.00/1.00 vMB 3
888,926 888,926 0000000000000000000216fb86ac74290da0f61252b5801c89239b043ef9b225 4,400 1.00/1.00 vMB 3
888,925 888,925 00000000000000000000d2b72abd80bab0049c87ec234b4e080162b2e0c29113 4,485 1.00/1.00 vMB 2
888,924 888,924 000000000000000000025a9a6981feb38c1d11f2eb8c1d9f4b7226a893a80bcb 4,268 1.00/1.00 vMB 3
888,923 888,923 000000000000000000015333ee8f5376e2f8c4907e63956d3131bab6d3c981f8 763 0.96/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.15 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 743.88 GB
    • Received: 18.70 GB
  • Uptime:

Notes

  • 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.