Loading Tool

Explorer IconExplorer

Memory Pool

77,677 transactions
29.09 vMB
0.07278619 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt b62247363ffcb59ea9be853ebcd8e19731733216135a686449456d99ca41cd1b
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 945eb07b77e7378c4caafa7f5cb0840da0f7d21432c8a99382b9debe23bd1d59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.00922974 BTC
Feerates: 301.25 > 0.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (115,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,347 799,347 00000000000000000002d444bd418c63374c3da564d368aee34d3cdf3b5d5fe9 3,217 1.00/1.00 vMB 8
799,346 799,346 000000000000000000025bdccc77adb23b6126a41a0044684db2b88739ea9670 3,696 1.00/1.00 vMB 7
799,345 799,345 00000000000000000000e9389b9d850077baad4864e717610895b81b2c40e24a 5,920 1.00/1.00 vMB 5
799,344 799,344 00000000000000000001579c0518ae449ed1a0dad52ef609a5da4eb69b568110 5,789 1.00/1.00 vMB 5
799,343 799,343 000000000000000000030b6e4ff7f4ece9781c6df54b13e1b08e353eff3859a1 1,962 1.00/1.00 vMB 7
799,342 799,342 000000000000000000036d4cb7e38c85d97fdcfe2e9b768585e8504c49a363d5 2,657 1.00/1.00 vMB 16
799,341 799,341 000000000000000000045943bb90ebf09665d8e89f097082c7a3695658685868 6,001 1.00/1.00 vMB 5
799,340 799,340 00000000000000000001e7aa6b7eb1857b36288417bdca9849c72b2d163e2c93 3,721 1.00/1.00 vMB 11
799,339 799,339 00000000000000000004580b657b04a5c040b8403edc01586df1a8edd7fa9d97 4,892 1.00/1.00 vMB 7
799,338 799,338 000000000000000000005ec1d30abf3625efb7237f0826d8ae492ea0ff1ce36a 4,421 1.00/1.00 vMB 7
799,337 799,337 0000000000000000000415c71d1fea5c4586bfb1eff5552b514a1a5532c9ac37 5,508 1.00/1.00 vMB 5
799,336 799,336 00000000000000000002c8aabc81614b1fbed7b83f090332f80d8b75b0c0334d 4,427 1.00/1.00 vMB 5
799,335 799,335 000000000000000000051d8fe3f0f21e32ce4f7e5cd42a80b7b5bdc7b165f048 2,454 1.00/1.00 vMB 11
799,334 799,334 00000000000000000005170e2faac2f879366bab1394c3d1e800c021150d4e31 3,205 1.00/1.00 vMB 10
799,333 799,333 00000000000000000001683c740457fa5b60dc8b73c5b7e54699146c23c149a9 2,567 1.00/1.00 vMB 12
799,332 799,332 000000000000000000043ea71faabf77ea11cf6dd8c454c0423ce8f10aee8a8e 5,615 1.00/1.00 vMB 6
799,331 799,331 00000000000000000002b56f60a685f08f4e9c32de90496ec6c9f11d36de0048 3,256 1.00/1.00 vMB 11
799,330 799,330 000000000000000000024bf02a55d065845601535eb828fe7cee0ed8a8aaa551 2,889 1.00/1.00 vMB 12
799,329 799,329 00000000000000000002670bd4b7cdd27cdd85bbe4e1c162e651f712542dc639 1,946 1.00/1.00 vMB 10
799,328 799,328 000000000000000000045365d3d3c4eafa7323c1d3af24faec460fadb4289e4b 2,196 1.00/1.00 vMB 14
799,327 799,327 00000000000000000001a2f79fdde8d1c87a01ab9c543124d2c420ba0e80bcd9 3,073 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.80 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: 710.01 GB
    • Received: 17.01 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.