Loading Tool

Explorer IconExplorer

Memory Pool

76,769 transactions
28.74 vMB
0.06777451 BTC
Random Selection Loading Transactions
Max Size: 174.13/200 MB

Candidate Block

Mining Attempt bc25f51d8f25cefb491e2fca28246436394c0d216b3e2e10d00c55dd8f4084e6
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 4f473747012ffc42d28b815ec5188c709a98e2af77378c8ada8dded41f62a651
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,587
Size: 1.00 vMB
Total Fees: 0.00797649 BTC
Feerates: 40.21 > 0.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (220,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,957 694,957 0000000000000000001092f45b7c3d127563e98b598d7c2d497a72d6bd146b6c 1,730 0.73/1.00 vMB 10
694,956 694,956 0000000000000000000c6f8a5e7719cb6ba51988d6ca7516c26b4db1dd4097d7 812 0.39/1.00 vMB 10
694,955 694,955 000000000000000000094aa1de69b16d223c3b81312b182a83bb77f6f660f328 2,350 1.00/1.00 vMB 5
694,954 694,954 000000000000000000034f2ee531a5175a684dc167c64395e124b73d13373547 2,682 1.00/1.00 vMB 17
694,953 694,953 000000000000000000109126fadc6a27a4fba0e9b00ef8455dc022026277ce4a 37 0.01/1.00 vMB 3
694,952 694,952 00000000000000000009d73ea6b556d7cb2db379b7e1e0cdb21ab0a134639424 1,114 0.93/1.00 vMB 3
694,951 694,951 0000000000000000000984da6a91896ea096e521db5e15c27288a7c6a2f4a8fb 349 1.00/1.00 vMB 2
694,950 694,950 00000000000000000009711472f155c7f25cf05aaaa562a3b808ba18c882e7ed 1,415 1.00/1.00 vMB 9
694,949 694,949 0000000000000000000f5a2b942fc99a6109aec1208fd2b100ad0765a22a080d 2,495 1.00/1.00 vMB 13
694,948 694,948 0000000000000000000e888331f4aee16ca2e9047be98166e8f81e30bcd50eab 2,776 1.00/1.00 vMB 14
694,947 694,947 00000000000000000004fb520877e348c916ac93c343363395a0e5d9c77e0a66 2,288 1.00/1.00 vMB 15
694,946 694,946 000000000000000000063868b1bf0bec25ed2e2ad4e9255e70b037c6cebc8c0a 1,949 1.00/1.00 vMB 6
694,945 694,945 000000000000000000110fed40a2f1c19404d424f6b98825f1d331b4a75a05c0 2,629 1.00/1.00 vMB 18
694,944 694,944 000000000000000000057a5cbcb60a0e0e67fa566b47e13539f6f4ed5003139b 862 1.00/1.00 vMB 3
694,943 694,943 000000000000000000107970bf1959f91c9ee8d06a3852f3bfb11327d4ad8bf2 1,110 1.00/1.00 vMB 5
694,942 694,942 00000000000000000005fda44532a2faa602b578178ac3c5194a09729682eae3 2,945 1.00/1.00 vMB 13
694,941 694,941 000000000000000000108ebf6210a70956f78881b56d167433e152dedc8b91f3 2,047 1.00/1.00 vMB 10
694,940 694,940 0000000000000000001247ad5f4312e3c492e5cd10c5fe759020b2941b9c55ab 961 1.00/1.00 vMB 5
694,939 694,939 0000000000000000000e1ed8c4104cc2694d2ab8e9e1a1eaf1b91dabeb238ac2 360 1.00/1.00 vMB 2
694,938 694,938 0000000000000000000ed3b9838a25688ed4c4db84b345b1d0eb0bf4a426dc1a 916 1.00/1.00 vMB 3
694,937 694,937 00000000000000000003831a91e690d992f4eabf5fc9635e6d49ddc67f2df059 2,043 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.66 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: 673.06 GB
    • Received: 16.36 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.