Loading Tool

Explorer IconExplorer

Memory Pool

83,175 transactions
31.39 vMB
0.10380108 BTC
Random Selection Loading Transactions
Max Size: 191.98/200 MB

Candidate Block

Mining Attempt 7a192d7cef242360240a6ed1ab7a673d6aaec84fb2caa6a2c0a63d92e77fdad7
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 9c02f3b6587eaafeabccc49ea32252b430baed7109ba7bdbcbaf3ae2ccb01b53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,441
Size: 1.00 vMB
Total Fees: 0.03254279 BTC
Feerates: 301.05 > 3.26 > 0.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (116,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,942 798,942 00000000000000000003581b02e22c318c9d5d878bd0b790cfed26106b4dd9b0 4,523 1.00/1.00 vMB 8
798,941 798,941 00000000000000000004e34374d803bb172ef9958de0e219e1423a6aad123ff5 5,779 1.00/1.00 vMB 6
798,940 798,940 00000000000000000000559f2d562bbe80850f14d8bc28871a18389739175a36 3,633 1.00/1.00 vMB 11
798,939 798,939 00000000000000000001e89e79fb1216f4878850f0c23741bb7867bdca2fd08c 3,957 1.00/1.00 vMB 10
798,938 798,938 00000000000000000002eb31e185d169f4c541ed33a177405d36053f83f949d8 3,488 1.00/1.00 vMB 6
798,937 798,937 00000000000000000000a3c42d8d778c19e00fd5093591b47bc0e9e34574b905 3,696 1.00/1.00 vMB 8
798,936 798,936 0000000000000000000448ac8d32bfdd0fdc58a57be261ec3703b083c7606611 3,851 1.00/1.00 vMB 8
798,935 798,935 000000000000000000022f24bd78e3e6883a88dc06c0bc7b27b9f390f817a0fe 2,249 1.00/1.00 vMB 20
798,934 798,934 0000000000000000000470206c1bee40765032de1c7565bdd945ff0568760829 4,836 1.00/1.00 vMB 9
798,933 798,933 00000000000000000003ed460358a83f8163df87a851d8f30b6f8ed9d1d39cce 5,864 1.00/1.00 vMB 6
798,932 798,932 00000000000000000003abd5486e2399a2278a5ad130aacf31d75c980569ee61 7,148 1.00/1.00 vMB 5
798,931 798,931 00000000000000000000f03410bcdc1dbc7f7771da5b362c3419f251d0f21d58 6,361 1.00/1.00 vMB 5
798,930 798,930 0000000000000000000037e74f77ca9c50fef7cdd7e5a966e25f7e14d669c581 5,014 1.00/1.00 vMB 8
798,929 798,929 00000000000000000003742ee8e2d0bcfa9c5cc2fac402ca8849cf8fc400f39b 5,960 1.00/1.00 vMB 6
798,928 798,928 0000000000000000000510a3f6e516caaee4c2ba250a0c0d1419d139b0a5013a 5,069 1.00/1.00 vMB 5
798,927 798,927 000000000000000000052c0fc4e177af9a1165f9a1e03b6d5a730c9750a711ab 2,276 1.00/1.00 vMB 11
798,926 798,926 00000000000000000000fe7e140b39d445e0789be173a0057c3a6cef505bfbe3 4,296 1.00/1.00 vMB 6
798,925 798,925 00000000000000000002a38e8487aab1d832c8bca112e1e7db14e06397c39f53 2,823 1.00/1.00 vMB 10
798,924 798,924 0000000000000000000060d60eb2db37e7f324729099f9d5b60e3b7ec08c36ff 1,738 1.00/1.00 vMB 6
798,923 798,923 00000000000000000005237a1d7d2d24703c6cab8764d2bb99c693f12b0fee3f 2,242 1.00/1.00 vMB 10
798,922 798,922 00000000000000000004044288fb2ca5e969d3562e8e7ed7c87a34749e38242b 3,414 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.