Loading Tool

Explorer IconExplorer

Memory Pool

82,984 transactions
31.81 vMB
0.11165667 BTC
Random Selection Loading Transactions
Max Size: 190.90/200 MB

Candidate Block

Mining Attempt 657a6e5fb0491d162417d3b66e139c4f4b4dc23bfd1998b9255f8fbdd91393c0
Version 20000000
Previous Block 000000000000000000012e88459ade7b41276fe5cb0870cdd0274669d679f5b9
Merkle Root 80a95e17b27d75e99d98929d58e1b305a01e2a83a9840da4c875a86d5b78ccc2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,054
Size: 1.00 vMB
Total Fees: 0.02784113 BTC
Feerates: 344.14 > 2.79 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,378 (479,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,339 436,339 00000000000000000021e043743ac2bc0260af53590bf99f11d152276a5da835 777 1.00/1.00 vMB 16
436,338 436,338 000000000000000004336ffec168897b4b01ff6012d0e06d7f6be26d075aa4bb 2,145 1.00/1.00 vMB 66
436,337 436,337 000000000000000002f55840c2cadc46dc6d40a78c3e00bcb0fdbc5ed4bd952d 2,742 1.00/1.00 vMB 71
436,336 436,336 0000000000000000034a15ed81b318c536e4157d70d630440465b71e5578bc96 2,634 1.00/1.00 vMB 92
436,335 436,335 000000000000000002401ef2cd00dc368b3e1f3608dbd944c6f170aa6a940fea 526 0.31/1.00 vMB 60
436,334 436,334 000000000000000000097ca97e38d10d9c9ee9dcf5134ea5680ee80d1b8c41ab 2,113 0.93/1.00 vMB 45
436,333 436,333 0000000000000000034ac644569de8b0d0bb99f2cff82a92ae9792d3efb4f9d9 2,722 1.00/1.00 vMB 102
436,332 436,332 00000000000000000275fd4f68560ef1354ae9f0de453b59b1d22dcba723350e 358 1.00/1.00 vMB 8
436,331 436,331 000000000000000001d18f1a10d40a6bcecc6dd14b43c803dcbc6ee79faf2bdb 527 0.19/1.00 vMB 75
436,330 436,330 00000000000000000106fc5b594586af96ab758b82cff4e55562f30a5efcfbe6 1,033 0.46/1.00 vMB 58
436,329 436,329 00000000000000000419aa473346760a933105d3051b6808176aadc0f480b996 2,708 1.00/1.00 vMB 86
436,328 436,328 0000000000000000043bec0a3b1750b0c63c5d0bb2cce91831c0162ca9f179c7 1,979 0.91/1.00 vMB 67
436,327 436,327 000000000000000002ac28df827569d94ce3b0b70177e97f34dce0c0d2a94dd3 2,348 1.00/1.00 vMB 85
436,326 436,326 000000000000000001053eed73d10cd83859668dbcd0013e625c56e020fab7cd 1,509 1.00/1.00 vMB 39
436,325 436,325 00000000000000000443b4f4a2e1d1d9ddfef1d6d77cc91bb98523c19c24e579 2,719 1.00/1.00 vMB 82
436,324 436,324 000000000000000001fe72285e5567b8211f0f3e302c1d1070f086c595a6ed41 1,852 0.99/1.00 vMB 38
436,323 436,323 000000000000000000730faf4777076d2e7984a68bcedc2a55c40ca50e99bec4 2,379 1.00/1.00 vMB 87
436,322 436,322 0000000000000000027ce7a33bd6b16dfa25fbcb345d3d9835a5d21477b5da22 2,489 1.00/1.00 vMB 78
436,321 436,321 00000000000000000144b646bf12aacad6b5513da7975bd607eb47334a9e0ab9 650 0.80/1.00 vMB 23
436,320 436,320 00000000000000000384d5ad1a59024e7426dbf1e15160351277913e3ba77814 1,323 1.00/1.00 vMB 37
436,319 436,319 000000000000000003841fdb34727a711a39c589126cc3bac9d30179a0bb2b86 1,405 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.05 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.53 GB
    • Received: 18.18 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.