Loading Tool

Explorer IconExplorer

Memory Pool

82,191 transactions
30.94 vMB
0.07962491 BTC
Random Selection Loading Transactions
Max Size: 189.89/200 MB

Candidate Block

Mining Attempt ca185c8274fe09762a5ca83089e2f4875f3216813010954ab87d920ba97d7d24
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 0c3da07edb38ebb178ecf780cd21cd4903ff48027180fa0ad4bc50dcd575825e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.01008999 BTC
Feerates: 301.05 > 1.01 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (115,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
799,326 799,326 0000000000000000000290bb7da85d3988493329404395218c54881bf5bae014 2,284 1.00/1.00 vMB 20
799,325 799,325 00000000000000000000062c2981569582632569310c3c085f7a1881e8b5aad9 5,145 1.00/1.00 vMB 7
799,324 799,324 00000000000000000000eccd158e54e766a8b769808583aa02e9092515a0d98e 5,263 1.00/1.00 vMB 7
799,323 799,323 000000000000000000031696718c60b015e1e4f9b73ce906b2f4c980add972f7 5,380 1.00/1.00 vMB 6
799,322 799,322 00000000000000000001110eb23c0839499332ab6a9485aa2f2d7de9b5b3dfbe 4,791 1.00/1.00 vMB 6
799,321 799,321 00000000000000000001346206062f296f206b9799588ea29e4f83ab2f12d7df 2,916 1.00/1.00 vMB 12
799,320 799,320 000000000000000000037f70db71989e1496c052cd6ef19fff9249a234cf68cb 3,002 1.00/1.00 vMB 6
799,319 799,319 00000000000000000002ae7783bfe6d3609e41024a2f2d83eed3463f0918782a 5,861 1.00/1.00 vMB 5
799,318 799,318 00000000000000000004fb4d6c28f46713624e0e2834ccef34ca75ffadaf9a04 4,946 1.00/1.00 vMB 9
799,317 799,317 0000000000000000000025295cc90cbe72381af8596c9245cfb95828abc0b1b6 3,759 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.77 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: 709.18 GB
    • Received: 16.86 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.