Loading Tool

Explorer IconExplorer

Memory Pool

75,703 transactions
33.19 vMB
0.12119536 BTC
Random Selection Loading Transactions
Max Size: 186.04/200 MB

Candidate Block

Mining Attempt 993fcc0ae09f376af4036c461159f79a324349eed082e3ca15bcbaab7dc8b343
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 7e33a748b56d8bbea9ac21bb2dcb07db60009517bd8c63e40ad2e0da37bd14f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,232
Size: 1.00 vMB
Total Fees: 0.01662754 BTC
Feerates: 52.08 > 1.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (31,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
884,156 884,156 00000000000000000001e25a57a14305f0bbdf0630af6ce37938ce5d42ccb37a 2,715 1.00/1.00 vMB 3
884,155 884,155 00000000000000000001465cace6495fb247eed46cd3e22e5310be7d45a9d4c7 3,247 1.00/1.00 vMB 3
884,154 884,154 00000000000000000001bd8d54265be6464f37d0e8c2b80b1633930ccfee4e49 895 1.00/1.00 vMB 1
884,153 884,153 000000000000000000007f0f69a5a5ba5812a624609c218b7446100df83d3835 1,275 1.00/1.00 vMB 1
884,152 884,152 000000000000000000009b6da4d0b76e18d13b7bf7cd11abfaf8eabc91075101 3,445 1.00/1.00 vMB 3
884,151 884,151 00000000000000000001c1662c248cecfed22761599c6c3baa08a802488cf16a 3,183 1.00/1.00 vMB 3
884,150 884,150 000000000000000000024c081163da74de853def6282d1dcb161e898e0349c8f 2,833 1.00/1.00 vMB 2
884,149 884,149 000000000000000000002a457f88b4eca48b03b3e1b276a93a37484dfcce4e58 3,011 1.00/1.00 vMB 3
884,148 884,148 0000000000000000000040b3e6ace426ae518b7bc9b2fcb68e2ade2ffc416194 3,065 1.00/1.00 vMB 5
884,147 884,147 0000000000000000000038b5ebb2d045a587c672dd8163e2a2cc81e24aa9df68 3,735 1.00/1.00 vMB 5
884,146 884,146 000000000000000000007f850809076d221008b7475f517df10aaaa88b94b435 105 0.97/1.00 vMB 1
884,145 884,145 00000000000000000001f9e7b65f03786d55a36ca516bc3b190c000ada0a5858 2,694 0.98/1.00 vMB 2
884,144 884,144 000000000000000000014d4743af2afb36e7d91f8dc345d89ee3b5c741ca8da7 1,345 0.99/1.00 vMB 1
884,143 884,143 000000000000000000022f207a6d978a9b2f26935b88fb7f37ce029424ff8981 1,008 0.94/1.00 vMB 2
884,142 884,142 00000000000000000001c0b278e0b6228b9fb7007ab7498b1d9f803f22235eeb 2,849 1.00/1.00 vMB 3
884,141 884,141 0000000000000000000108db5f68c85b1ce849a0121024a4413d0466a82ebf64 2,514 0.99/1.00 vMB 1
884,140 884,140 00000000000000000001e326636cc2b37de0f7814c28f92856561e2ffad7edca 1,077 0.94/1.00 vMB 1
884,139 884,139 0000000000000000000240612cbe9d7f44a477e09032b5fbf8916450eae3f1a8 3,155 0.99/1.00 vMB 2
884,138 884,138 000000000000000000024f12b9410f5244488c52bbf4b911ec018a6a24dfaaa0 1,604 1.00/1.00 vMB 1
884,137 884,137 00000000000000000001a6ef55ab339ee26ff46f01c0a071eac5897d9ba5eb14 1,465 1.00/1.00 vMB 1
884,136 884,136 00000000000000000002655d7b7a0c16ef677941a2a20ea466ca985f6702a6db 1,046 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.11 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: 732.82 GB
    • Received: 18.53 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.