Loading Tool

Explorer IconExplorer

Memory Pool

79,505 transactions
30.18 vMB
0.08230617 BTC
Random Selection Loading Transactions
Max Size: 183.74/200 MB

Candidate Block

Mining Attempt 193c5d1b3eeaf9d6edcec542d5299afd9b3a63345346ffdccc11262e1a736e5e
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 08a43dc7ecc244dbb1fd4411989573510f613a1eed5eb7b80758bc94a9575d94
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,742
Size: 1.00 vMB
Total Fees: 0.01508921 BTC
Feerates: 203.60 > 1.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (373,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,156 542,156 000000000000000000236fe4e9260411615d3c2136ba6592f21cb06239c1367a 1,070 0.56/1.00 vMB 4
542,155 542,155 00000000000000000002c934dbde89f2d9be21c974b0029ae678c2e24958b25d 1,061 1.00/1.00 vMB 6
542,154 542,154 0000000000000000000b47121cd82e45b01e5200f1a25070352a951037a07c92 2,291 1.00/1.00 vMB 12
542,153 542,153 0000000000000000000a91a55d3a74a18a1b46baa58e10c21cd5f7d8d750311f 1 0.00/1.00 vMB 0
542,152 542,152 00000000000000000006d599f0de93380c334bd45adba35b23a13b48e563fec9 2,862 1.00/1.00 vMB 6
542,151 542,151 00000000000000000023820a7e6f7b26ed7ec7ef1107ed3b0d7e42cfadde85d5 3,154 1.00/1.00 vMB 14
542,150 542,150 0000000000000000001265093c63f206c5958397941f37949dfdc9418295732c 2,595 1.00/1.00 vMB 25
542,149 542,149 0000000000000000000b54c67f1b59cdab4dc3df4be133b8cb8414f75487a0ae 2,683 1.00/1.00 vMB 3
542,148 542,148 000000000000000000223f31fa6520d6ab9944e7f45201f42a5b9aee575e5b8c 3,056 1.00/1.00 vMB 17
542,147 542,147 000000000000000000179d17a2c840bb31df73a59199c7e396a574fc6bc771a3 3,208 1.00/1.00 vMB 20
542,146 542,146 0000000000000000001525bcf8383d0a60043710309fc58c6ad2d109bdef8b1b 3,041 1.00/1.00 vMB 4
542,145 542,145 00000000000000000009b523c4b71287e34fb30a79a389a562d1ca6ad859f8bb 2,768 1.00/1.00 vMB 11
542,144 542,144 00000000000000000000ce2e2d95398543c98d65ef7ff07affbeb05fa1b30ae4 2,524 1.00/1.00 vMB 12
542,143 542,143 00000000000000000020979c669124d42ea25b821a874e74ad47bf7578ea88e2 2,823 1.00/1.00 vMB 14
542,142 542,142 0000000000000000001ed7d8091bac0a66a7770a73f9fed5fa8a7377b4ed944a 3,253 1.00/1.00 vMB 13
542,141 542,141 000000000000000000244223a3cc825dbaa0ce8809632435ba754f35c6e78652 2,632 1.00/1.00 vMB 18
542,140 542,140 0000000000000000000a5678a7d36d82115fb02f6cd8fe8ed419be01cda1437c 2,924 1.00/1.00 vMB 25
542,139 542,139 00000000000000000015161acbb0c3b952b5baa3048e8303c300e0567d054e52 2,472 1.00/1.00 vMB 5
542,138 542,138 00000000000000000015b5dbb6438004b997ceb872708765d4ca713b91b03c5f 3,046 1.00/1.00 vMB 17
542,137 542,137 00000000000000000020aaf1f04a1ae2025408d044d936100a65c4b6e22a0853 2,694 1.00/1.00 vMB 26
542,136 542,136 000000000000000000218194905cc1b8bd8ecd44566b6aa1a63244e14d4fcb22 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.