Loading Tool

Explorer IconExplorer

Memory Pool

39,601 transactions
28.36 vMB
0.06284374 BTC
Random Selection Loading Transactions
Max Size: 144.67/200 MB

Candidate Block

Mining Attempt 979deeb90bb095307d8a14d946a80322b3426cdb9b2c5576c717e72abe4ed9c4
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root b0c6cb796791e2723234a9b42c924386abd3ccb0a8afc665bfdd2a1adc954961
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,354
Size: 1.00 vMB
Total Fees: 0.00832072 BTC
Feerates: 89.40 > 0.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (514,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,921 399,921 000000000000000002d5ce6c11c332d93f1b2a6d7309d4a5cc6b35192c05eb7f 2,079 1.00/1.00 vMB 42
399,920 399,920 00000000000000000212fccff88eaf6d69705fb179dafd802e0edabff1fa0a4c 914 0.75/1.00 vMB 21
399,919 399,919 00000000000000000176991af9ccbdc015684eaab555fd6d907fcd03f0f760ee 891 0.98/1.00 vMB 15
399,918 399,918 0000000000000000049a55e6a4b9d4c053de37adf8bcd0e398ef7a7c1775845c 1,873 0.99/1.00 vMB 37
399,917 399,917 000000000000000003681d2fc5b837e609a55e4e30a048da77369302b0e13bf7 1,176 1.00/1.00 vMB 21
399,916 399,916 00000000000000000509095cf2fe27c543fd91dfdc218774021e1d13f6dfad69 1,919 1.00/1.00 vMB 40
399,915 399,915 00000000000000000142fdbfe3fd0b56532821da3cd9fc08fabc064739c3dc80 1,093 0.95/1.00 vMB 26
399,914 399,914 000000000000000005d165e5f2f5e1755c5beacdb577516badddb70f735d8abf 1,602 0.93/1.00 vMB 36
399,913 399,913 000000000000000001293c1a8c0496976d5df54e880cbf2137696e0f0f289f3b 668 0.99/1.00 vMB 10
399,912 399,912 0000000000000000004b4641818e1a05201a590172e96827e331810e6f7ef285 1 0.00/1.00 vMB 0
399,911 399,911 0000000000000000045c976c3bf82c2799c71e6ea68906421d21919aec653ba1 2,135 1.00/1.00 vMB 40
399,910 399,910 0000000000000000055a8d660c231dc279ad443f9b9b4c0ce7871ca76fc2a26a 2,510 1.00/1.00 vMB 49
399,909 399,909 000000000000000004a9de9ebca502987ffd5068c390ecc1ceb5f20373e2c841 2,380 0.93/1.00 vMB 44
399,908 399,908 00000000000000000536216bf2a0042dd52c8abd827b4a977c8c13255b4a5150 2,424 0.93/1.00 vMB 58
399,907 399,907 0000000000000000061950d893dbe7a0988303611991540f4eceea1b187cac46 1,628 1.00/1.00 vMB 28
399,906 399,906 00000000000000000568ac586619e175ff71f8928ae082ed80e89ae5419aa879 2,666 0.93/1.00 vMB 50
399,905 399,905 0000000000000000013908bd7701e6d3c0cc84e108425b2b2bb3601d55fa7d88 1,437 0.75/1.00 vMB 91
399,904 399,904 00000000000000000312d47b826d5da1b4433047d58a7f5664d23a8bf679f7c8 2,545 0.98/1.00 vMB 52
399,903 399,903 000000000000000006289baa6ae22aec9cd0ba3daeecdcc9c560b91e2ce83844 2,592 1.00/1.00 vMB 47
399,902 399,902 00000000000000000503761c8d2eb0bd1793fa838b63173fde07a01e19faa7a5 1,080 0.99/1.00 vMB 22
399,901 399,901 000000000000000002327e752e9ebb2e25936753bb8e1a9beb6424d7f6d2ba56 1,213 0.93/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.72 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: 629.86 GB
    • Received: 11.96 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.