Loading Tool

Explorer IconExplorer

Memory Pool

81,262 transactions
30.46 vMB
0.08545989 BTC
Random Selection Loading Transactions
Max Size: 182.99/200 MB

Candidate Block

Mining Attempt 3afd5c002452e11f8c0eb234e812338a3e321df7e40a6da7ed54a49eaf2a119d
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 56f85bf9c295394deb9caade14b2f5d35427166f92a1f35ee4b8d8e444dd9e53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,204
Size: 1.00 vMB
Total Fees: 0.02175726 BTC
Feerates: 100.24 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (59,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
855,880 855,880 00000000000000000000bc25ce24fcf5c7214deb6505eeecc9b1e7de5a65cf13 3,498 1.00/1.00 vMB 8
855,879 855,879 00000000000000000002a5feca3e3b8c23d1b9aade44d966d127095bcaa430a3 3,674 1.00/1.00 vMB 9
855,878 855,878 000000000000000000027eefebf0bc3acd64d65a6cf7b2ec8297838b7dfd1d8c 3,380 1.00/1.00 vMB 6
855,877 855,877 000000000000000000001de9bba99c7a077919923465e1d39423c6a33a11c7a8 4,099 1.00/1.00 vMB 9
855,876 855,876 00000000000000000002847714e71a963cd712b071d16b1093b8873ce1910125 3,438 1.00/1.00 vMB 12
855,875 855,875 00000000000000000002a9d4c9a9091d16adca81a8b6a4465f92a6f6a77ca2a0 3,711 1.00/1.00 vMB 7
855,874 855,874 0000000000000000000000ae69c7f718a88a25158b240b958e60d4e6257e8059 4,160 1.00/1.00 vMB 5
855,873 855,873 00000000000000000000ed4bc752ffabe7393b3ccd913e663fb3a6df03c052e5 7,470 1.00/1.00 vMB 2
855,872 855,872 000000000000000000024b2bfb6e4b8cb5bc871a48260030a1bf963701697cdb 5,734 1.00/1.00 vMB 5
855,871 855,871 000000000000000000028c604997cf930ff81c47366e83a1d58ae85b008df0b3 5,644 1.00/1.00 vMB 4
855,870 855,870 00000000000000000002feedd7e85a417c6876d8ca9d577a7dedd35708836418 6,246 1.00/1.00 vMB 3
855,869 855,869 000000000000000000006ec6d07c6abec23ca1ad9aa68b3abe263cd678ffce50 5,088 1.00/1.00 vMB 4
855,868 855,868 000000000000000000020de38daf7c7770429cd2601cd894532094d2e58778b7 3,597 1.00/1.00 vMB 7
855,867 855,867 0000000000000000000089da4580a1c03d9fed84428c1b786eb100db332c02b7 3,341 1.00/1.00 vMB 6
855,866 855,866 000000000000000000014e5275b5598c294970d52c5eed87a913366912295495 5,417 1.00/1.00 vMB 4
855,865 855,865 0000000000000000000003d33e738654570d1e489b8d381db67de2141847791b 6,786 1.00/1.00 vMB 3
855,864 855,864 00000000000000000002b4669acca5c095f3d4df80b16975bcdae31486fd7da9 7,341 1.00/1.00 vMB 3
855,863 855,863 00000000000000000002a35463742ec5d70bd1b79e0b0aa1bdd1f86dc2e457da 4,564 1.00/1.00 vMB 5
855,862 855,862 00000000000000000000228145858049275a4bde416e46256ebce21f9138d0fe 3,433 1.00/1.00 vMB 6
855,861 855,861 0000000000000000000263f75d2c4c1ffbd18c17a35a3acb56097ed2c5621bba 7,214 1.00/1.00 vMB 3
855,860 855,860 00000000000000000001d8797b3b6fa714ec2137a04ceab45b344e093bc4fabe 3,046 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.37 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: 663.65 GB
    • Received: 14.92 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.