Loading Tool

Explorer IconExplorer

Memory Pool

84,767 transactions
31.97 vMB
0.12674327 BTC
Random Selection Loading Transactions
Max Size: 193.91/200 MB

Candidate Block

Mining Attempt 021646b013feec4f7bb0f2aa4b8e4840a0cb384fead409a467d42f114c4a297a
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 1e54b83dacf3806809462e8524fbb25fd6fbd073b0de4455bdb4b6b8b0e92d3f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,563
Size: 1.00 vMB
Total Fees: 0.03950188 BTC
Feerates: 405.89 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (49,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,796 865,796 00000000000000000002d0e3a2d926e788831cf0b6a60235bc54f83777ce9949 2,003 1.00/1.00 vMB 18
865,795 865,795 00000000000000000000bd52e9de6998a008532a8ccd65c483e69936e65c268a 3,830 1.00/1.00 vMB 30
865,794 865,794 00000000000000000002c2ab6cf80aa2bb20c4587231fb693791c0b3477b68df 6,249 1.00/1.00 vMB 33
865,793 865,793 0000000000000000000084c0a7b2a1defcb82daa417f57a1497fcd4bcc2af012 5,905 1.00/1.00 vMB 19
865,792 865,792 000000000000000000024eb4de9335ff9d2048892c7cb59fef4b09ede84309eb 6,057 1.00/1.00 vMB 28
865,791 865,791 00000000000000000001eee32cb1673889d7e8a81240fa6550234a29e80929ba 6,673 1.00/1.00 vMB 40
865,790 865,790 000000000000000000028ed3ff68aa9c1ff09f2adc1e55aa2cc45ef54e881f72 7,231 1.00/1.00 vMB 49
865,789 865,789 0000000000000000000295b4fd0aef85c0c594e26c6e91db8985c99f8baceaea 6,022 1.00/1.00 vMB 10
865,788 865,788 000000000000000000009eec8fdd61f717e3b62f587657cd89991a8718c0d611 6,345 1.00/1.00 vMB 12
865,787 865,787 00000000000000000002125b8aac5618aee5234d12d06fb33123f0cd10fed608 5,922 1.00/1.00 vMB 7
865,786 865,786 0000000000000000000245bef3bb118533db646644b9bfb87264cf5e161a37fa 3,032 1.00/1.00 vMB 5
865,785 865,785 0000000000000000000049274a308a6f81c6d435cac71e33ee653868d85c2c3f 5,054 1.00/1.00 vMB 8
865,784 865,784 000000000000000000023857b441fc80e39a37945c5f6ca9731c87427af3c1a2 4,078 1.00/1.00 vMB 8
865,783 865,783 000000000000000000006aa74d286778526c1a6b72cd0c8d2ff16dfe5d647f7a 3,510 1.00/1.00 vMB 9
865,782 865,782 00000000000000000001dae13621fded220f684ad4292dd9689852bb6155ac4d 4,617 1.00/1.00 vMB 13
865,781 865,781 0000000000000000000258f26184b08ef22b196d44b85cc219e9b7ab610bd140 4,263 1.00/1.00 vMB 17
865,780 865,780 00000000000000000002287aef2ab658945e3b268907dde0b03becebeeca8813 5,860 1.00/1.00 vMB 12
865,779 865,779 000000000000000000030e9515d723dc4ba0eb89fcfc078ed25ec04374656b1a 4,741 1.00/1.00 vMB 17
865,778 865,778 000000000000000000010b201a4f37d7a473de879a2149122da32d296f82535f 4,257 1.00/1.00 vMB 13
865,777 865,777 000000000000000000000bab8102c426d27e8cb5f0b68f8c197fa690e482a77c 2,155 1.00/1.00 vMB 5
865,776 865,776 00000000000000000000efe6beb99ff6205b2e782fa4b7e497ef778e818b91a6 2,585 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.76 GB
    • Received: 18.24 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.