Loading Tool

Explorer IconExplorer

Memory Pool

64,723 transactions
19.16 vMB
0.05748594 BTC
Random Selection Loading Transactions
Max Size: 124.41/200 MB

Candidate Block

Mining Attempt 2051e94af8ffb6e567f025c668dd4946435dd5a6b427ae4d724d3eacb7e0e498
Version 20000000
Previous Block 00000000000000000000599244c598d8e7814467d2c1c0d218a09e760d5f41c7
Merkle Root 87f606e4473e3f7da014c8db796b8d2020b1240e6b18317ca20fc494bb63215e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,338
Size: 1.00 vMB
Total Fees: 0.01416815 BTC
Feerates: 151.16 > 1.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,781 (854,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
61,710 61,710 0000000005c76ae07a03edfe9c7454d1a67c616b30b10b600a94a3da81cf0c3b 1 0.00/1.00 vMB 0
61,709 61,709 000000000a40e3c781bbd6e7303def595d37022f1e7eb484657ab152532c02d4 1 0.00/1.00 vMB 0
61,708 61,708 0000000009d7daa0448e5d0c2edbeb2af5b567781e3365e8286765b3c92a529c 1 0.00/1.00 vMB 0
61,707 61,707 0000000005ce927aa40033c988d6e55479359ef1054d3d1920f3d062c9109167 1 0.00/1.00 vMB 0
61,706 61,706 0000000003589b5578ae4497182f8e2690b11b5db670680877f00689cdb2842f 1 0.00/1.00 vMB 0
61,705 61,705 000000000e6b19bfa3e9af10d7a6b84a0415edb360688946d3606e6862681085 2 0.00/1.00 vMB 0
61,704 61,704 000000000a9a3672f39a64205bd9ccccfa857f2e860d28f53097256c04e4a89a 5 0.00/1.00 vMB 0
61,703 61,703 0000000003a0c2eb6cebe131907f49e2f9e305ebcbb99cb3ad2907d0bc94319a 3 0.00/1.00 vMB 0
61,702 61,702 0000000000c3b75f8b3f20b6736114d16b218ed8db0b4c2a26215313c784f477 1 0.00/1.00 vMB 0
61,701 61,701 0000000008653f6d079dabba4d4f0231e9db1847f7fcdff9d1a3ab3ef13874e1 1 0.00/1.00 vMB 0
61,700 61,700 0000000002b013fceef07c2be004406f28cba9b5d29ddc8179574cd284f516b7 2 0.00/1.00 vMB 0
61,699 61,699 0000000009c73cd58254eab81ed60614495093e431ffb262012a27c86415925f 1 0.00/1.00 vMB 0
61,698 61,698 0000000009e3a94fa81efa413eeab907252691f6bfa9fe1708c528efc0b4e9e6 5 0.00/1.00 vMB 0
61,697 61,697 000000000c6db07fbb2d644ca80cd85580c2abce4bae53b07dbb1dc131fea4a2 1 0.00/1.00 vMB 0
61,696 61,696 0000000004df2e5ac6656aff269c8fa5413bdb3251997b7140f5649e203310bb 1 0.00/1.00 vMB 0
61,695 61,695 000000000b5ed9d7ef22dd4e19712e0075dbc0f74db2dd0e4aae34e81c4c5254 1 0.00/1.00 vMB 0
61,694 61,694 00000000097347e5a6368c917505218daa5bb25b2d47824b912ab064dff07d1e 1 0.00/1.00 vMB 0
61,693 61,693 000000000d4075bb9d127bc4034822c53b731242ef5b5b356141fc9177157201 1 0.00/1.00 vMB 0
61,692 61,692 000000000022fdabd9354ac506a7487113c325ad50b9310100fa11afb188fcc3 3 0.00/1.00 vMB 0
61,691 61,691 00000000030eeb8b2f5b35721828c22d5fc6023b226ac6958042065a38f5cc2d 2 0.00/1.00 vMB 0
61,690 61,690 0000000004db207b6ab292b9c4b2319b7b87936306989e53e2d490e5f45dd13d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.73 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: 783.42 GB
    • Received: 21.42 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.