Loading Tool

Explorer IconExplorer

Memory Pool

79,043 transactions
30.04 vMB
0.12357604 BTC
Random Selection Loading Transactions
Max Size: 180.19/200 MB

Candidate Block

Mining Attempt 02b587879c15a823b58b6e966e6bfef850e9f76236252db090d13c5cb3d9e0f8
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 949c657a972259c6176f34712d8d65a7ab579fcf5f66ce8e1e60d2c12ceff37d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,742
Size: 1.00 vMB
Total Fees: 0.03813198 BTC
Feerates: 673.02 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (39,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
876,157 876,157 00000000000000000000c4e3097989cd4fa3a31d2c82a78e4131370bc4f37c9e 2,045 1.00/1.00 vMB 14
876,156 876,156 00000000000000000001e76e9725142176806394995767b680ee5f66b8982519 3,406 1.00/1.00 vMB 9
876,155 876,155 00000000000000000000e0b92b1c8ac3de7ee153a1e32fd2f8c48f2aafee37bc 2,899 1.00/1.00 vMB 14
876,154 876,154 00000000000000000000f1ebc702a1e405fa7506f59019ed9d421b1bdb1c141d 2,777 1.00/1.00 vMB 6
876,153 876,153 000000000000000000000a8a7d99a0e07eec23621a7d0c2d90cfe0ee8ce12554 2,367 1.00/1.00 vMB 9
876,152 876,152 000000000000000000006a1b7da1ebb876b3ab6a16164d6fef851b3cf00422dd 2,470 1.00/1.00 vMB 15
876,151 876,151 000000000000000000003ce3ccb495e882594fe1bd10ee4573c5531d9e991683 2,078 1.00/1.00 vMB 16
876,150 876,150 000000000000000000015fa6ea4c706932932abbc4a8ac2fda3fcf1bfdd0cd40 2,940 1.00/1.00 vMB 5
876,149 876,149 00000000000000000000f016c80e1061d0cee859bcf463cca8d7aba9af225694 3,311 1.00/1.00 vMB 3
876,148 876,148 00000000000000000001fb6839eae50ff2117635464ffeddeb48c87c40e6e67e 2,139 1.00/1.00 vMB 5
876,147 876,147 00000000000000000000f2c04287db4acf73c788fda2ba606572dc71995497ef 2,027 1.00/1.00 vMB 4
876,146 876,146 000000000000000000017750ada82537b1c5958914c668e667d0a9ef71d8fb38 2,658 1.00/1.00 vMB 5
876,145 876,145 00000000000000000000a0abb4f857cadfe2c20ba07fb06cca5362fe4bfc313e 1,976 1.00/1.00 vMB 4
876,144 876,144 00000000000000000000a89bb089c500280314f26e57b5de279714fdc297bf39 1,280 1.00/1.00 vMB 5
876,143 876,143 00000000000000000000b08c483369b6f854c5a9f9e993e2fc031abeee585517 2,493 1.00/1.00 vMB 8
876,142 876,142 000000000000000000006c36867579fc0dc0236965fdb2948b7c25610f692ec7 102 1.00/1.00 vMB 3
876,141 876,141 000000000000000000010a04d2c7724ddb00a291a9e7b56a3b06bd0a5ae4a885 2,460 1.00/1.00 vMB 6
876,140 876,140 0000000000000000000027390a92c38d211c5d6b3fe84a4e8f19ffa0003600bc 2,055 1.00/1.00 vMB 5
876,139 876,139 0000000000000000000141609a027899c2e78e4557dd7f01f97e21b1138356c8 3,042 1.00/1.00 vMB 8
876,138 876,138 00000000000000000001b23d624acfb3065918ca645642021caeed086b8b176e 345 1.00/1.00 vMB 4
876,137 876,137 00000000000000000000729ecab607d53cdd05c399eec4d0e607e7c91147e2c9 1,950 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.