Loading Tool

Explorer IconExplorer

Memory Pool

38,687 transactions
27.34 vMB
0.06421953 BTC
Random Selection Loading Transactions
Max Size: 139.36/200 MB

Candidate Block

Mining Attempt 5071ec36591f89c8ac55882c7ec2c460f72d166f104e86f2b298d03f861646c6
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 180605a94af21ed6a5eb3b8bef59f54a198923f23cdb972cc5c31e0b4998eb95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,698
Size: 1.00 vMB
Total Fees: 0.01249612 BTC
Feerates: 100.56 > 1.25 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (242,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,816 671,816 00000000000000000001b99bc2ff04b574427712948a05d0d9563dca86071a73 1,578 1.00/1.00 vMB 133
671,815 671,815 0000000000000000000b4979cd7e3949aaa207f81796949d99777c3c42460450 2,776 1.00/1.00 vMB 150
671,814 671,814 000000000000000000049e45d705497cf06f5c74cfd5687728c0c2c85bb86c80 2,807 1.00/1.00 vMB 151
671,813 671,813 00000000000000000007a6456072f7db40e7f8c14ec9541b50cd6ebd8923f639 865 1.00/1.00 vMB 131
671,812 671,812 00000000000000000003c72acb343ca9011aef527d65d1f32e9af9b11e9c0db0 2,935 1.00/1.00 vMB 133
671,811 671,811 00000000000000000006c16fd3453143ede67f42c5d0d0b50026fe06487a8a60 2,537 1.00/1.00 vMB 152
671,810 671,810 00000000000000000001a1f16fc6223e6e6a33cd0b1a7bbebaa87c8ee9b24906 2,870 1.00/1.00 vMB 154
671,809 671,809 00000000000000000006fd23dc63a20cfc234d24449d6dad38107535fb438093 2,462 1.00/1.00 vMB 140
671,808 671,808 0000000000000000000221dcaff5adb6b56fff76ed7fc90435529d9e0867f9a5 2,680 1.00/1.00 vMB 142
671,807 671,807 000000000000000000080a7bcfda9f0f8fe499c7fb4b8ca951bae362e60d01c5 2,125 1.00/1.00 vMB 151
671,806 671,806 000000000000000000015029c79cbe6848580bff594ec643d975372a4959fc14 2,962 1.00/1.00 vMB 163
671,805 671,805 0000000000000000000367348e735fb639315fe1ddc2b861621298af83f7549c 2,855 1.00/1.00 vMB 150
671,804 671,804 000000000000000000024f9aeb6b58a9159037a3e53a6d13bad2de0dc830882d 1,933 1.00/1.00 vMB 135
671,803 671,803 00000000000000000006f75e03215b2fc5c5a6ac106e7ab676b96c706da55ee8 2,022 1.00/1.00 vMB 140
671,802 671,802 00000000000000000002b4ba7bf9b19db95fdf4a30c9f08d8e561cdc196347c3 2,683 1.00/1.00 vMB 157
671,801 671,801 000000000000000000088520928b932ede877147f4f162dba35314717f6a9df4 2,695 1.00/1.00 vMB 147
671,800 671,800 0000000000000000000295edbda57f70d97e48ab72531d9fa718d7234a45135c 2,790 1.00/1.00 vMB 152
671,799 671,799 0000000000000000000644be01b1b5482ef1bd3cbfd67ba1c10e4a1329345fe3 1,811 1.00/1.00 vMB 136
671,798 671,798 0000000000000000000a9cf73b0511b8562b3bbab72d89f1287ca7aa7bc4c685 2,807 1.00/1.00 vMB 153
671,797 671,797 00000000000000000007e0b5de309ffe99dc416bdc4953b78c649affc2d1c26e 1,596 1.00/1.00 vMB 141
671,796 671,796 000000000000000000073595121772dfe899e5d731f25d69ba439e3ed2a0d586 3,025 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 781.75 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: 630.90 GB
    • Received: 12.05 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.