Loading Tool

Explorer IconExplorer

Memory Pool

49,709 transactions
30.43 vMB
0.18578421 BTC
Random Selection Loading Transactions
Max Size: 162.93/200 MB

Candidate Block

Mining Attempt 98a76b530b4b4f48f257159775d43083374d0b4f1dec5372e2575d588915a0d9
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 6285f392a29f2206939827aee9c2dac7b8953a3c63d9305f67fbb0ecf05f5b85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,813
Size: 1.00 vMB
Total Fees: 0.10085887 BTC
Feerates: 261.10 > 10.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (257,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,818 656,818 00000000000000000001e9e17bc32939e9c9f0f1218a07a48ab9c8c89f15fd42 3,011 1.00/1.00 vMB 67
656,817 656,817 00000000000000000007f0172513caee1f8e53621f5d3eb1111f0519293051da 2,819 1.00/1.00 vMB 37
656,816 656,816 0000000000000000000cd10e2bf7eac24ff5ae915d1a4d874525dfdb76b90318 2,369 1.00/1.00 vMB 76
656,815 656,815 0000000000000000000a0be988de3251992c998259412bafd558555f18c556fd 2,564 1.00/1.00 vMB 100
656,814 656,814 00000000000000000004b01d967b60ff3b7bfb784eb13472dd4585f909471d64 1,909 1.00/1.00 vMB 137
656,813 656,813 0000000000000000000c262fa4bbe0a1368342a1c3a921266d845ff1cbfc7dd7 2,882 1.00/1.00 vMB 68
656,812 656,812 00000000000000000009d89bef5ce00fd79565136800d506a81564b65e5ccf97 2,350 1.00/1.00 vMB 76
656,811 656,811 0000000000000000001015c69c50574d104c55d499727b5729428906186b905d 2,578 1.00/1.00 vMB 69
656,810 656,810 0000000000000000000f82fefdb81f8abd770ad05f1ca16f72bbba3e3453b373 2,721 1.00/1.00 vMB 109
656,809 656,809 0000000000000000000866f0b6ca52a05045bcedefc06f42038a6cd9308ecc6c 2,991 1.00/1.00 vMB 58
656,808 656,808 0000000000000000000c06e49fea05219b22d47c4854b7386650fce1d24eee14 1 0.00/1.00 vMB 0
656,807 656,807 000000000000000000010b13581d607075de5f770e27d3328f7c47bc3870b6fc 2,697 1.00/1.00 vMB 68
656,806 656,806 000000000000000000040f3258acfdea42a608b1b1d252b86e923939bdcceebb 2,958 1.00/1.00 vMB 96
656,805 656,805 000000000000000000063ca9ae88e411e8d9bf457d7cd8b8573eff0ee6c35b9a 2,926 1.00/1.00 vMB 34
656,804 656,804 00000000000000000001681509376395c8b5bd90000648d3b6f2d3f62e97149e 3,122 1.00/1.00 vMB 42
656,803 656,803 0000000000000000000c8aaec9a50c8f562e4da6470ca69ad8877ab66c712bf7 3,010 1.00/1.00 vMB 42
656,802 656,802 00000000000000000003bdb9244e06bb705ee73c89d1cbaf52028c1b5012158c 2,393 1.00/1.00 vMB 100
656,801 656,801 00000000000000000001a580c880bc9299633d2fd8e364c5beaddd72328b37bd 1,449 1.00/1.00 vMB 96
656,800 656,800 000000000000000000072ac08a12a19b53e837b6eeaf1fa1bd8d8da0eb6fa30b 2,933 1.00/1.00 vMB 108
656,799 656,799 00000000000000000009304577e6afb15fe774c74340b9c8305f452de1a7f5bf 2,446 1.00/1.00 vMB 124
656,798 656,798 0000000000000000000df88dad176d30e576b0ae876e9a2017789b1298542783 3,018 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.