Loading Tool

Explorer IconExplorer

Memory Pool

79,543 transactions
29.68 vMB
0.06845787 BTC
Random Selection Loading Transactions
Max Size: 178.72/200 MB

Candidate Block

Mining Attempt 59fe434716c8b3b9f444d1f1554672cb9be1300dc6b5f79af6cf6a434c684b79
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 1eb9e97d73ab9391ab16cfaef42e855c416be14467eb22fdc631f47dea2a1a63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,285
Size: 1.00 vMB
Total Fees: 0.00807911 BTC
Feerates: 100.19 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (196,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,285 718,285 000000000000000000050627a93a1d0aced8e5bc0a8c961b8ea189293f095136 407 0.18/1.00 vMB 12
718,284 718,284 0000000000000000000571197e2ab3eaa183cd835bf06b541c4fca1e0dde7657 177 0.07/1.00 vMB 8
718,283 718,283 0000000000000000000021b056dc72ddb681e66e3bfdee2a23c6b173ad4a8612 1,719 0.60/1.00 vMB 11
718,282 718,282 00000000000000000004ac1db1c38c85c6cf7ad9eebbd113ffca9e83096eb90f 64 0.02/1.00 vMB 8
718,281 718,281 000000000000000000097e5ea1982bc85ab3fa4fd049f4a8d3e398ada7a4e466 1,739 0.61/1.00 vMB 9
718,280 718,280 00000000000000000006b3c4654cccfaa4f289d3aa55de78e945445ae79de207 1,605 0.82/1.00 vMB 3
718,279 718,279 0000000000000000000a8742631a9a145aa9af3b7b89c7b65e13d4ac75fd140c 2,972 1.00/1.00 vMB 11
718,278 718,278 00000000000000000001ac41f8fa6256bbfe880af27f000b53a01102f2469f7b 482 1.00/1.00 vMB 2
718,277 718,277 00000000000000000000a68cc75a7728674c02bbf5a14011eff4071fe1886d1f 1,548 1.00/1.00 vMB 5
718,276 718,276 00000000000000000003c736cbaf8bf267817582983bdab74a97a36cbc8665b3 3,159 1.00/1.00 vMB 9
718,275 718,275 00000000000000000008b9e2cfb42c033c467f465b301b3b21b1894b933fe167 1,675 1.00/1.00 vMB 7
718,274 718,274 00000000000000000001e574048157f86f6ba46e60e5df1044b6fc00078dcb62 2,161 1.00/1.00 vMB 10
718,273 718,273 00000000000000000002d08fa60c5f33ba8a2de59a2886446b69db5068ab7d03 1,573 1.00/1.00 vMB 8
718,272 718,272 000000000000000000042d51a70b83eb7d7b8b22146e678ef2dcb8afcceb7b65 414 1.00/1.00 vMB 5
718,271 718,271 0000000000000000000816e11d71e2024d75a1d02476b5a612ce780dde3ad46c 1,603 1.00/1.00 vMB 8
718,270 718,270 0000000000000000000acee67165991ae144873cf0515c18bfeec4c28694c1d5 2,866 1.00/1.00 vMB 13
718,269 718,269 00000000000000000005f44ca41e4a377c6f168ae7c75459cfe8d84209a0327d 2,056 1.00/1.00 vMB 6
718,268 718,268 0000000000000000000a438950aaa61684d64e901bc0300e2877a4a745c668e1 2,046 1.00/1.00 vMB 4
718,267 718,267 00000000000000000000dbf426c175747dde1ba3cf1a7cc8d1b4cf1883327c91 2,293 1.00/1.00 vMB 11
718,266 718,266 00000000000000000008a9ed808c5c616a9e6548420a0b8dab53d3bceb8c9568 2,707 1.00/1.00 vMB 12
718,265 718,265 0000000000000000000aa704c518f019abbd3162752974c77af42578f01a2744 176 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.