Loading Tool

Explorer IconExplorer

Memory Pool

37,997 transactions
26.08 vMB
0.06097832 BTC
Random Selection Loading Transactions
Max Size: 134.66/200 MB

Candidate Block

Mining Attempt 8e6cf4002688a65170c4de5b7143d4b70eed4ac5bcfabcb718b986017b8a2f1b
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 2b4a1f5befa88fce3dbdda8d8b4e11afcaa99505b8801e921de4bcf07a7722dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,433
Size: 1.00 vMB
Total Fees: 0.01329598 BTC
Feerates: 265.25 > 1.33 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (275,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,587 639,587 0000000000000000000427963dab9f02c312bcd3efcc5b01d41886988364980f 2,176 1.00/1.00 vMB 67
639,586 639,586 0000000000000000000025d2a5ef0864df18f8021c518ea53f80c9fc7d9da259 2,412 1.00/1.00 vMB 22
639,585 639,585 000000000000000000011e57839b2fa3f37fca4eddf8a72105ad1a6a2c5abbac 1,529 1.00/1.00 vMB 29
639,584 639,584 000000000000000000012078d8c956e9a658030abdb921a455fb444d080e1c7a 2,110 1.00/1.00 vMB 41
639,583 639,583 0000000000000000000cf13458466180e4a08b64fa5429c35185d349c2dec426 1,725 1.00/1.00 vMB 30
639,582 639,582 00000000000000000008cf1ee110f7cf1138af40e2eef32aae30769a494d0c8c 1,961 1.00/1.00 vMB 44
639,581 639,581 00000000000000000005eb215e0fffc61075c013d6a34ba41b413804eabfb9ae 1,832 1.00/1.00 vMB 54
639,580 639,580 00000000000000000003707511ff8d6faaa9deb70d9f0ff2abc49b9d82582528 1,696 1.00/1.00 vMB 22
639,579 639,579 0000000000000000000787ee043dff33b29793344ce90a4241aaee1747fdd5bc 2,298 1.00/1.00 vMB 38
639,578 639,578 00000000000000000004d44e925c36d1ee70f3fcbf4587ba4954d4dde592c4ae 2,284 1.00/1.00 vMB 39
639,577 639,577 00000000000000000008bb516fcbac4d96087cd07ba573de80bba313a2f940ef 2,198 1.00/1.00 vMB 42
639,576 639,576 000000000000000000069ef5aa009d9292c30b8cbf71b074440adcebc4550296 1,850 1.00/1.00 vMB 48
639,575 639,575 0000000000000000000aa08f1b01468ddfc1f9555f004d586a08231a86acf872 3,050 1.00/1.00 vMB 74
639,574 639,574 00000000000000000009a2990d391a369de3bb79ac8709f1e9f26be9277f472a 2,764 1.00/1.00 vMB 35
639,573 639,573 0000000000000000000855f196447c8e398bc85e7ee4bec0ab80e85d5407845d 2,806 1.00/1.00 vMB 49
639,572 639,572 00000000000000000008e36b1dbaed862887ab802d7964c6223f1f3dff7eca62 2,889 1.00/1.00 vMB 51
639,571 639,571 00000000000000000002b2a77f0d7b7645d5d6771e5f56cc83daaf06ed02be39 2,408 1.00/1.00 vMB 53
639,570 639,570 00000000000000000008222d9aa5addceb7aae44c292eb30bbcff47f45d12302 2,921 1.00/1.00 vMB 49
639,569 639,569 0000000000000000000c0c9180213b7be838e6c457bc5f993e0ddc33f6420394 2,705 1.00/1.00 vMB 50
639,568 639,568 0000000000000000000ba886db1338f1747ec5b042e589bbaf4d538132ce6dba 2,857 1.00/1.00 vMB 58
639,567 639,567 00000000000000000007bd32e933c05bbfe7b5a6f6c2e765625a0a6797453ec0 2,749 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.