Loading Tool

Explorer IconExplorer

Memory Pool

79,437 transactions
29.39 vMB
0.10069169 BTC
Random Selection Loading Transactions
Max Size: 177.63/200 MB

Candidate Block

Mining Attempt cb422179b37b7fb6737287cd5b6c5466d3d5eb2d2c13e6628a180afbfc3d59dc
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 9eacff08795fcca5f818fc8fc90fb96321c1411f3de85d1d81d7f4623761abae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,433
Size: 1.00 vMB
Total Fees: 0.03763541 BTC
Feerates: 150.62 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (323,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,015 592,015 00000000000000000018057b21666779c99ea785112b4113d980b7452fac4cf6 1,494 1.00/1.00 vMB 8
592,014 592,014 0000000000000000001a09e0404a20850f978fb9bd2175a6f1017c39556093ef 2,393 1.00/1.00 vMB 13
592,013 592,013 00000000000000000015cac4f68381124f46a3995f4bb8e5898b3c54ebf0fe05 2,211 1.00/1.00 vMB 10
592,012 592,012 00000000000000000013bd726bbf7660a6111d8a8c406474f6437aaf289f4882 2,195 1.00/1.00 vMB 23
592,011 592,011 0000000000000000000f54c1378a33c553b22eb7bd04a06595cf1f289c784811 2,377 1.00/1.00 vMB 19
592,010 592,010 0000000000000000000a906ddb13d0863d96bb9b186bf6cfd7bb6d273567dc34 2,885 1.00/1.00 vMB 31
592,009 592,009 0000000000000000000ab159242d376d27dcad71d08805d8605582d8ea4e064b 1,902 1.00/1.00 vMB 14
592,008 592,008 0000000000000000000e72af4ee4b0a33142d289f587e86ec183174f36ba51d5 2,865 1.00/1.00 vMB 23
592,007 592,007 0000000000000000000c4629166f2eae861a349ec93e7d21969444b153f118c3 2,777 1.00/1.00 vMB 25
592,006 592,006 000000000000000000179e55e449f0f35111104cff92bfefc063e883654f3d10 2,964 1.00/1.00 vMB 14
592,005 592,005 00000000000000000000c31f8f2f4d9dbb7f60b3539ef19981b8e1fc09393ef9 2,950 1.00/1.00 vMB 15
592,004 592,004 00000000000000000003fba507143103c3621555a681f8a487066c732f9dc273 2,669 1.00/1.00 vMB 34
592,003 592,003 0000000000000000000919cc22af382ead360cd7a27572e19a2b6ac42baa6745 2,779 1.00/1.00 vMB 30
592,002 592,002 00000000000000000014a9d8c9c34164bb588d92fecf3cbb2c0e38460f8cf0e1 2,926 1.00/1.00 vMB 31
592,001 592,001 0000000000000000001ae4b639ec8636a2cb765ba198a1a7f8b9d22195df43bc 3,000 1.00/1.00 vMB 44
592,000 592,000 000000000000000000156a2df5ee2b65f7d1684d74ee750219d2e0a83d095da2 2,739 1.00/1.00 vMB 34
591,999 591,999 0000000000000000001414164d4fe3a5fcd25644c91588ab803500095ceabb10 2,882 0.99/1.00 vMB 21
591,998 591,998 0000000000000000000147dec108d52704a64b6e389459753c0e2440689d9471 3,106 1.00/1.00 vMB 34
591,997 591,997 00000000000000000007fd981e64ff6ed5744859fa951ab9ba515c0dc2a97ca2 2,442 1.00/1.00 vMB 20
591,996 591,996 00000000000000000007b7fea0489fc81abaf802b3c16f21966e84c58024a690 1,749 1.00/1.00 vMB 24
591,995 591,995 00000000000000000010d8ee7e8e177fe41df0e68b8574d46450d8bb1179a0bf 2,707 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.