Loading Tool

Explorer IconExplorer

Memory Pool

33,773 transactions
29.28 vMB
0.07318005 BTC
Random Selection Loading Transactions
Max Size: 141.71/200 MB

Candidate Block

Mining Attempt 9f58bcb68b81e182ed852e235d92bfe76f99d04231b1a5fd0e888d6169031823
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root 64b50aa8c24e38bd4b5db313d8fc6adcad7b76dee3fc53ae48fa49a3b599d822
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 818
Size: 1.00 vMB
Total Fees: 0.01101415 BTC
Feerates: 19.02 > 1.10 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (440,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,154 474,154 00000000000000000108f1cf48f90f6309a0791c415f52e989814b472c0eeab7 1,938 1.00/1.00 vMB 198
474,153 474,153 0000000000000000005a1f678d19162c21b863a80c9574e423be853e1d1c5321 2,138 0.99/1.00 vMB 343
474,152 474,152 00000000000000000105dec0d0648be1305ffae980f994a875e28c9419abd6ab 2,213 1.00/1.00 vMB 67
474,151 474,151 0000000000000000001a9185f6391a52889d0096e5459ff5b20ea53a4d837d33 1,965 1.00/1.00 vMB 49
474,150 474,150 00000000000000000185a43d1a145e5a2191f6f3ccab47cf5051879da5d34afe 1,798 1.00/1.00 vMB 174
474,149 474,149 0000000000000000015e8e1f75ab7255142665d935cc4025ba0bae1b6dd5cdd5 848 1.00/1.00 vMB 152
474,148 474,148 0000000000000000013d2fde56d0f32400935266914a591a1dd5330efce15316 542 1.00/1.00 vMB 150
474,147 474,147 000000000000000001510355f40dd00bcb57d15c6f1e6207dacc3455e713b5cb 1,937 1.00/1.00 vMB 297
474,146 474,146 00000000000000000077d4c2e0fb128b8f1bfcbe547e44cef3ea05cf2fd0d9e3 1,464 1.00/1.00 vMB 260
474,145 474,145 0000000000000000011a053b38e61d94ccf0d6030f81fc0f648e1bdd8cea36b7 2,431 1.00/1.00 vMB 327
474,144 474,144 0000000000000000015a984107ab7a043cd4d136da06580d7edc9d659d35f686 1,889 1.00/1.00 vMB 105
474,143 474,143 00000000000000000184a5bf23eca47d7c7a60965cf4dcdad3b8f6af62bfc8e9 1,688 1.00/1.00 vMB 99
474,142 474,142 000000000000000000011bf23fd4e549a0a700777edd97dbb051f8e408a1fc56 2,441 1.00/1.00 vMB 260
474,141 474,141 00000000000000000142295ace104f310955793015457334fe41c791437c5839 1,712 1.00/1.00 vMB 359
474,140 474,140 0000000000000000015959ac210e48b9dc9dc187abfdba41d7366f769017af8c 2,325 1.00/1.00 vMB 184
474,139 474,139 00000000000000000177ca30d25d74cbf2cd2314c8dea8096a2102875e5f652c 507 0.31/1.00 vMB 111
474,138 474,138 000000000000000000186fc9210a4057c4601b83c3e353886ef2cad26de91171 2,127 1.00/1.00 vMB 198
474,137 474,137 0000000000000000013422aca47e5f74413731db8773ac20df3a6fe7ccfe1cea 2,740 1.00/1.00 vMB 356
474,136 474,136 000000000000000000b71dcf25a5d863835837c7249f1d48fa293862b26f5e96 2,027 1.00/1.00 vMB 265
474,135 474,135 00000000000000000020b990d71ca39d7e41b9af1a14315a6be4f6e80ffe86d5 2,479 1.00/1.00 vMB 322
474,134 474,134 000000000000000000bc7f1eab22b6fd31025d98738fd8bf1e283127541480e3 286 0.25/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.53 GB

Node Details:

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