Loading Tool

Explorer IconExplorer

Memory Pool

82,760 transactions
30.67 vMB
0.31030800 BTC
Random Selection Loading Transactions
Max Size: 184.99/200 MB

Candidate Block

Mining Attempt b8c4518ce1ab31acbd1915f9d2303a7fdcd6bf307cc9dcc45c8164801ab2ec4e
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 32337fa923392f7a5ecf2e4540b6ac099065a2370e5a9383e3829bb1e9d29540
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,944
Size: 1.00 vMB
Total Fees: 0.22481146 BTC
Feerates: 502.67 > 22.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (254,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,764 660,764 00000000000000000004daccfa3a7b39898e68998c1e7ed9f5c8e41622d6fa1e 2,699 1.00/1.00 vMB 42
660,763 660,763 0000000000000000000e88aaa8589289bf934158422931a05e1c1b5ff1170e61 2,990 1.00/1.00 vMB 52
660,762 660,762 0000000000000000000e65f5dc0bb08ce56298f06d2a0e0978cd9f66d560415f 1,615 1.00/1.00 vMB 63
660,761 660,761 0000000000000000000b5cf0c2614ca837190c311f158c78654ff919b2d0d03a 2,717 1.00/1.00 vMB 88
660,760 660,760 000000000000000000097c656707626b0a22823cfd101f13ff3ce846918959f2 2,663 1.00/1.00 vMB 82
660,759 660,759 00000000000000000003e2a6fb3845a6d6ae76be8fe4c733a4287233f30c6e8a 2,844 1.00/1.00 vMB 66
660,758 660,758 0000000000000000000bfa23e7cbde9c64ce82de97d9d561363d92a61eb2bec3 2,992 1.00/1.00 vMB 45
660,757 660,757 0000000000000000000ca482cd8e37be7df6d58896c150c32d40cf03d87c9432 2,590 1.00/1.00 vMB 73
660,756 660,756 0000000000000000000a09beb34885962d824db880e3551e15b9004ea060953c 2,748 1.00/1.00 vMB 51
660,755 660,755 00000000000000000009e4cb187ca968caa76c96cc80198eb0d97a4f5575836f 1,636 1.00/1.00 vMB 64
660,754 660,754 00000000000000000002c725684f356b720c97b2f412872987f1e63018b31dec 2,399 1.00/1.00 vMB 101
660,753 660,753 0000000000000000000ba104ec203913947bd38a2955a4602ba85f6ba0ec21c1 2,538 1.00/1.00 vMB 69
660,752 660,752 0000000000000000000b60396d21dbd21cf5d74940378180ac9145c84d6bf3f8 1,370 1.00/1.00 vMB 60
660,751 660,751 0000000000000000000b827c4bc41adcacb5608b7f0e70f324ec79b07d303f11 2,168 1.00/1.00 vMB 63
660,750 660,750 00000000000000000002890016c66bfb6e93b7efcc5ccc8d913371d00bc8a380 2,980 1.00/1.00 vMB 102
660,749 660,749 00000000000000000006bff301b1cdc578d382967b4b036bbad6a19cbce45132 2,179 1.00/1.00 vMB 53
660,748 660,748 00000000000000000008c2ad587ae5bf653a7118ffbaec34e98f7d8d7a38d3da 2,497 1.00/1.00 vMB 76
660,747 660,747 0000000000000000000802c7722de7febe96891b4d00b2b9648f770d6ad17d47 2,441 1.00/1.00 vMB 35
660,746 660,746 000000000000000000008f63d27d2540787303aac6c9153ddc6b7ab130b1afd5 2,628 1.00/1.00 vMB 52
660,745 660,745 0000000000000000000e524d8efd0fe798eacf03bf98585b086d8f12acc67241 2,521 1.00/1.00 vMB 39
660,744 660,744 00000000000000000007b79b0f7d68646b82f2f2b5f18170f575986dca4f4166 2,392 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.60 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: 671.86 GB
    • Received: 16.04 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.