Loading Tool

Explorer IconExplorer

Memory Pool

23,329 transactions
11.31 vMB
0.02341961 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.35/200 MB

Candidate Block

Mining Attempt 51f2aa7fc1c20f7b81e7a5c1f966e9b6d52b8e995c198fb77a8f8e37fa58b17a
Version 20000000
Previous Block 00000000000000000000a2ad29696951d8f91f2c4b29651d93bd38a219bb788a
Merkle Root a7f220a7baffb517741005bd4f8e315e38e816b709acdb28f47784ebb1e805a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,082
Size: 0.99799075 1.00 vMB
Total Fees: 0.00490627 BTC
Feerates: 52.28 > 0.49 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,645 (777,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,033 136,033 00000000000005577a5aef9aa34d1c5ecac686f1c2e9d278ed94ec0770c0726b 4 0.00/1.00 vMB 17
136,032 136,032 000000000000078d440886d1761bfd0889f4ff0235b8208b9417a886617c169e 82 0.02/1.00 vMB 234
136,031 136,031 00000000000000dc84ffd79d0306edcd45d442b0c69dceb2dc9d7d7aa5cf08c3 12 0.00/1.00 vMB 347
136,030 136,030 00000000000003a2271b7622c042cc6ec6c0a06525e387994d0619744a892fe5 14 0.00/1.00 vMB 264
136,029 136,029 0000000000000686c39eed9bbe4cde3ad06656a2c50c49682173ccfa6bc4aee0 1 0.00/1.00 vMB 0
136,028 136,028 0000000000000215d9cee82397d049402752daa56456dd3a4be6eec6e382ce42 35 0.02/1.00 vMB 394
136,027 136,027 000000000000043146da52369be9d11e6656ba61ecf94b0d177f9b6ea8313d4e 146 0.05/1.00 vMB 246
136,026 136,026 0000000000000025f1412903d6e44c41cacffc564d70a4826933c145d2e28101 15 0.01/1.00 vMB 643
136,025 136,025 00000000000008d213f9b8779932682c60780181776ec0184b30d98dd435bfdf 14 0.00/1.00 vMB 250
136,024 136,024 0000000000000a0e9c456ac1aae34c0909741a585ad16908c8777f852a8d78d4 29 0.01/1.00 vMB 767
136,023 136,023 000000000000062eedb932fad70f4324427ac443964b8bdd522dd1856daf83bb 38 0.01/1.00 vMB 844
136,022 136,022 00000000000006dbdb1523fc56c58239b891c3350080e296d6d40a90f02b4455 10 0.00/1.00 vMB 734
136,021 136,021 00000000000008507ca6db7473d499d8872a4309111c9eba15ab845edee7be7e 51 0.01/1.00 vMB 631
136,020 136,020 0000000000000435f122d6f24142bfe6765457b64fe8e52951ae22489561c25d 10 0.00/1.00 vMB 810
136,019 136,019 000000000000046050d35c566b676d47fc0429e711140533b0201427fc1b627e 5 0.00/1.00 vMB 1,941
136,018 136,018 000000000000079a06b3a87a62247869ea698a87a6e8920fd5334ef804a66cc5 113 0.03/1.00 vMB 176
136,017 136,017 00000000000008b74553b863847643e93461ed383ee3bf52b3575b6b5e2ce207 53 0.02/1.00 vMB 638
136,016 136,016 00000000000006b925259d7439ae6cb6ac70d3ece64a52e785071942815c9f77 27 0.02/1.00 vMB 168
136,015 136,015 00000000000001d9f791901a489fdf71d39cdcd0533d04ca3d5372e94861295b 4 0.00/1.00 vMB 64
136,014 136,014 000000000000032b10979f9eceddcf1f93fa193dc7194a6eaf337b6c8a039719 133 0.04/1.00 vMB 154
136,013 136,013 000000000000089615ce492e8881c514b7f0ef769323ae1bfa2d3709a7c20cff 106 0.05/1.00 vMB 444
Previous 10 blocks ↓
Total Size: 779.99 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: 471.90 GB
    • Received: 3.02 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.