Loading Tool

Explorer IconExplorer

Memory Pool

46,069 transactions
28.78 vMB
0.14054114 BTC
Random Selection Loading Transactions
Max Size: 152.36/200 MB

Candidate Block

Mining Attempt cc45f22dff12815cfc1c855b823ecff18c0fbf93de6511e9ccf8cd060232abdc
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root eac7aef652e1c21fbb013197d06bc6fa2c3ad97a90c4c373a89de3eaa14665d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,497
Size: 1.00 vMB
Total Fees: 0.07949404 BTC
Feerates: 15,654.48 > 7.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (518,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,176 396,176 0000000000000000076963cc52553bda9b0a11567500ad48732a116ae2f8cbf3 1,623 1.00/1.00 vMB 43
396,175 396,175 000000000000000006a409527c6a4b3c2a8a25dcbef07740f02ebb1511545972 1,641 0.95/1.00 vMB 34
396,174 396,174 000000000000000000e1eb5a30a23ea2faf062461638ef74b3fbd6d7e70c9389 2,992 0.95/1.00 vMB 44
396,173 396,173 0000000000000000081d185bdcdaadee7a79757c321ff99cd88c368788a76cd7 2,510 0.95/1.00 vMB 60
396,172 396,172 00000000000000000925c05a8c0ab384fd53940659603df77f0a8a1438083673 1 0.00/1.00 vMB 0
396,171 396,171 000000000000000001ec16b4578e2ca84b431e62f8ef4d3eba5cc7ebc086f168 983 0.99/1.00 vMB 93
396,170 396,170 000000000000000004f59c27738930118aaae6f2282dbdb3d70c07941e6f721b 754 0.90/1.00 vMB 65
396,169 396,169 000000000000000005675350e9f5aa92ba337344b1cdfd9d5b1679ebab4c85a1 461 0.99/1.00 vMB 55
396,168 396,168 000000000000000005397c219d770aab699f137efc5f473b4c6616840ae03c29 1,802 0.93/1.00 vMB 26
396,167 396,167 0000000000000000008d107d97c696fe1fd4b35b7d23d2fc963918b226315502 3,120 1.00/1.00 vMB 62
396,166 396,166 00000000000000000362c570d1a519bbe1f23c904b7d1d47295f8728962cec5c 562 0.45/1.00 vMB 25
396,165 396,165 000000000000000000a7f1e87b9588f0ab5d7de3cd00973792673e8ab19ba007 1,426 0.70/1.00 vMB 38
396,164 396,164 000000000000000000fd9aeee63a08f3c8e530efee573f0be8f84f46daf22482 2,228 0.99/1.00 vMB 44
396,163 396,163 000000000000000006e6605acda8c48113d9f89717f7358570b055dda70a6cb0 1 0.00/1.00 vMB 0
396,162 396,162 000000000000000006ba62f0de3353490eb65f2d088b90f24e850411410b8d83 1,147 0.82/1.00 vMB 28
396,161 396,161 000000000000000008553501572bc5572a9389c5a8abe73b4a78391fa43ce0b5 1,477 0.95/1.00 vMB 41
396,160 396,160 0000000000000000011099f75115c6e639a047e1fece5df0e6f14c46bd50597c 1,806 0.92/1.00 vMB 29
396,159 396,159 0000000000000000009b6f0ee1e7a44ed4c6d4b874a50ab7d90a6bc584923d7d 1 0.00/1.00 vMB 0
396,158 396,158 000000000000000002d57e1d7877a061f429488e40fffbb5ce158381063cc0c3 1,441 1.00/1.00 vMB 20
396,157 396,157 000000000000000006fc088808bbcf464612442a7cdff6ba12677d4748c54699 1,876 0.93/1.00 vMB 31
396,156 396,156 0000000000000000006e2b678db707b991e927758c5a1f2a461c6191d54f5f91 2,290 0.93/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.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.