Loading Tool

Explorer IconExplorer

Memory Pool

80,000 transactions
29.35 vMB
0.12990161 BTC
Random Selection Loading Transactions
Max Size: 177.66/200 MB

Candidate Block

Mining Attempt 73669ac50c77138e4d853bf56628298506e5f309d2a10604b94d43a5563fd417
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 14b7f1bf7693547d1ec17ebdd10fe0b276654c84e21ed7e1448d29b9075c64a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,469
Size: 1.00 vMB
Total Fees: 0.04862799 BTC
Feerates: 602.26 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (92,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,135 823,135 00000000000000000003dc7818b2783dfaadb5f07b05b4d1bbd363a16cc905f2 4,624 1.00/1.00 vMB 161
823,134 823,134 000000000000000000037b013c3bf87a83e2f0f89d6b48b1fc0b2ad6f4355f86 3,455 1.00/1.00 vMB 156
823,133 823,133 00000000000000000000a94acda8ac9d61fcc9bc8647a3787f8b99cf12e5d96c 4,032 1.00/1.00 vMB 130
823,132 823,132 00000000000000000000e10fbeaa3e3c5f2291510d567c3280e5bb8311d2c021 4,200 1.00/1.00 vMB 155
823,131 823,131 00000000000000000000bdb5a82fb906fbe12cdd60ba5243431c9cdc78fe239d 5,120 1.00/1.00 vMB 145
823,130 823,130 000000000000000000027812947f2269e9e92496667a9d34ca5ae6ca2797922e 4,764 1.00/1.00 vMB 154
823,129 823,129 00000000000000000001550cb69bf1eee328ff577661a69b8ba4bdeee7e11749 2,565 1.00/1.00 vMB 116
823,128 823,128 000000000000000000033855167d66125dcc8b2369855d9c7a8b75121b4a8961 4,710 1.00/1.00 vMB 132
823,127 823,127 00000000000000000000acb4e0631651874257d98299be1d3dbf2f69a62c7a48 3,111 1.00/1.00 vMB 157
823,126 823,126 00000000000000000003bebe66702446c4ab03a68a5610326c5a956e2511950a 5,373 1.00/1.00 vMB 121
823,125 823,125 0000000000000000000358f4ab6ad6d09b6375501939da04d04c090b4b352a91 4,113 1.00/1.00 vMB 115
823,124 823,124 00000000000000000002a37bfe98845ac6bd386aa428e2b16844070c3c455c83 4,076 1.00/1.00 vMB 109
823,123 823,123 00000000000000000001597c3c2cafba014b15339105b2c6504f8229fdfbd3da 4,823 1.00/1.00 vMB 140
823,122 823,122 0000000000000000000286cb0054c2560c91d986b4850fa28487ecb8c0c204f3 3,776 1.00/1.00 vMB 147
823,121 823,121 00000000000000000003bd658b56815904eabae89bf80cf94732ed2e0ee2e69c 5,234 1.00/1.00 vMB 116
823,120 823,120 000000000000000000011c088d079e699ed460dd1f018fa95d48ec0a64e0a965 3,825 1.00/1.00 vMB 130
823,119 823,119 000000000000000000015466b85c55bf354ef160a7df9aca5e389b914e00b575 4,795 1.00/1.00 vMB 108
823,118 823,118 000000000000000000002d6b2f8d9323d6a639b962c64b99d7a3a94a0273edc9 4,262 1.00/1.00 vMB 106
823,117 823,117 00000000000000000001cc1bcd9ea0e9a2785618556a6f196ca9869f3cffdd00 4,346 1.00/1.00 vMB 74
823,116 823,116 00000000000000000001c7461ea7534ff99abc4e7781c7057c808b021d91a2a9 4,344 1.00/1.00 vMB 96
823,115 823,115 000000000000000000035f4ffc2c3b3026d314b6984b35edf02c3027faf9ddb2 4,614 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.92 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: 714.46 GB
    • Received: 17.54 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.