Loading Tool

Explorer IconExplorer

Memory Pool

41,054 transactions
27.36 vMB
0.12794596 BTC
Random Selection Loading Transactions
Max Size: 141.63/200 MB

Candidate Block

Mining Attempt 178c15fb7ad59c18c703f0a49065529ed0c4e460a5cc59a33abd857eb794e66d
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 4e136a9b874583a3ec7365d2f2e1f544eada7d5a61ffe3d930212f4285ddb246
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,156
Size: 1.00 vMB
Total Fees: 0.06918529 BTC
Feerates: 285.90 > 6.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (405,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
509,291 509,291 0000000000000000006060dc6cf5264581cec213761c500139a72f3e4017214f 270 1.00/1.00 vMB 8
509,290 509,290 0000000000000000002a432d1dfa8c7f9883de7bf2c24e48f77791d9c49b1c3c 354 1.00/1.00 vMB 12
509,289 509,289 0000000000000000000255ac280906c3bbe75fe89236493126d748fc6b22130b 2,037 1.00/1.00 vMB 57
509,288 509,288 0000000000000000005d34a5d21d1d91d2257bd2d48b857217de5ce99107b4d4 1,055 1.00/1.00 vMB 34
509,287 509,287 00000000000000000018328046e13ba90f21b399c081fc88b453bd48e4a145c7 613 1.00/1.00 vMB 21
509,286 509,286 00000000000000000016cbc2cefb76bfe8565f1cb8983abc9d7b68bc8d60ce69 1,734 1.00/1.00 vMB 54
509,285 509,285 00000000000000000058dd7a6fabf10460810cb0c583444a0849715bd538a952 654 1.00/1.00 vMB 16
509,284 509,284 0000000000000000003a4e1529873bacd9f2f441f133181347bf53f085c948ee 1,335 1.00/1.00 vMB 18
509,283 509,283 00000000000000000054e83a43cace9f4200874309a6defa6a9a9a170d015d88 2,130 1.00/1.00 vMB 53
509,282 509,282 0000000000000000000ecce8dcc0b36dde3ed8524fac8d70d571603d22f6c451 2,121 1.00/1.00 vMB 62
509,281 509,281 00000000000000000031343c432939e59d3b4dce54b88bef2f6ea676b0b2a117 2,559 1.00/1.00 vMB 59
509,280 509,280 00000000000000000023e3cbb4535c497b5d16d41b2d87c17cdef31da8c2d1cf 1,096 1.00/1.00 vMB 8
509,279 509,279 000000000000000000350351122acc09e7b08763e292cda28c797a80bc6a6ee1 1,336 1.00/1.00 vMB 44
509,278 509,278 0000000000000000002b2dc93f7fe9e31f6449b489fd84bcc496ea67967b8bbf 1 0.00/1.00 vMB 0
509,277 509,277 00000000000000000028343cadfaa273c9e30a4a2c18fb01b7f375790ac39207 1,136 1.00/1.00 vMB 43
509,276 509,276 0000000000000000001d4f446d9199ba6c97c680d847caa99ef9ab7c12b41b8e 1,640 1.00/1.00 vMB 26
509,275 509,275 0000000000000000003fa9dbe97585b41791978ea6dc64f03402bd3666b04fd9 1,996 1.00/1.00 vMB 72
509,274 509,274 00000000000000000054348853e2689bbbcde839eabeb2ceb44ee38bee1bbf61 2,342 1.00/1.00 vMB 86
509,273 509,273 0000000000000000001e1bf4148de52f85dd6940212f3c50bca98292d68f4dbf 2,103 1.00/1.00 vMB 63
509,272 509,272 0000000000000000003fef8f6cacc06b13a94ade87bf153912c4a47a1b7385c6 2,795 1.00/1.00 vMB 149
509,271 509,271 00000000000000000053dd9d775650e933eeb9d51446efade2cd20a05bcc3e18 224 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.82 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: 636.44 GB
    • Received: 12.37 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.