Loading Tool

Explorer IconExplorer

Memory Pool

30,312 transactions
8.98 vMB
0.11340486 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.41/200 MB

Candidate Block

Mining Attempt 2a645e9adc8847d28be0b56c8c49057fc9a6d477bff3bd3fd4b176b539a4ddb5
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root c7ead98b2615be00b71b2aa4d0bbb67b54af4fc05ff1769aa81f158f25720244
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,505
Size: 1.00 vMB
Total Fees: 0.05146028 BTC
Median Feerate: 3.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (780,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,929 132,929 00000000000004e1f72fdcac8a7fc777a8b47f029c73a6290d3e23841616da43 85 0.04 vMB 310
132,928 132,928 00000000000011eec4defc0ffee303401e460d2b8406474692d0ff141b9cbbf4 11 0.00 vMB 605
132,927 132,927 0000000000000edf57eb16acdcf474640504ca3b5f960cfee6148802f8513b88 11 0.00 vMB 995
132,926 132,926 000000000000095c480bdb099c727f921a56c76e9f689523944989267a81b083 57 0.02 vMB 520
132,925 132,925 00000000000009913b740a7b74f37cc0b00f046fb930e101923bb65b4c7787df 14 0.00 vMB 777
132,924 132,924 00000000000000a84a5c3423e9bbe5bb98f631b50cec568d928107e413e9de4e 14 0.01 vMB 191
132,923 132,923 0000000000000cab39297731417b01e55c11cbbc15ad2effca71d700841e5ed5 4 0.00 vMB 0
132,922 132,922 0000000000001021addc77067fc476476e27687b1f1fe3dda57a7c17e5d8a76d 101 0.03 vMB 259
132,921 132,921 0000000000001081767201a5a100a04195e43f80aa4f5752cd7f5a6d590695d8 17 0.00 vMB 409
132,920 132,920 0000000000000e871e5b1ebe99cdbdb7445fc51ca57775badb70157e26fcdd38 69 0.02 vMB 254
132,919 132,919 000000000000103e7d700eefd27c0a6b515486e7b08f7dab029d04040d3e2b35 41 0.02 vMB 350
132,918 132,918 0000000000000a7b98af01e5f2b1a7f43844fa5f84ffc0a61bd660a2f82d2725 4 0.00 vMB 132
132,917 132,917 00000000000005162e8b1ccf93e12b16f58fa8f479c3a69ca04cf7795d1dccc1 12 0.00 vMB 0
132,916 132,916 00000000000011f6d36f8d5a1bc3baa9f2a2718a30febc68d9ddcf1e1caa5ad5 42 0.02 vMB 398
132,915 132,915 0000000000000188a57e6a2846008a9857686ba13e89325d874d670c0028d97d 52 0.02 vMB 458
132,914 132,914 0000000000000d404dca3563af57662349ef4119fa2d25443f406a3bab15f737 12 0.01 vMB 215
132,913 132,913 00000000000007df809dee723b14974f4bc38ff518f1fc99215135c76f3c6834 158 0.05 vMB 96
132,912 132,912 00000000000009bbee9112038b197b821f6b656d6ca6936b7670ff88dcc7c02b 40 0.01 vMB 194
132,911 132,911 000000000000102bc020c9214f8d40f6adba04694f42f15e4e9a6367f6260080 47 0.02 vMB 100
132,910 132,910 0000000000000c1efc6a2f05c44af3a9d3dfbdeaf599a700a7b062406a1f4dd0 8 0.00 vMB 790
132,909 132,909 000000000000073a5e207b985880bba316ed85e41a58bb7816e9161e67ffded3 15 0.01 vMB 278
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 65
    • Outgoing: 10
  • Data Transfer:
    • Sent: 21.73 GB
    • Received: 0.44 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.