Loading Tool

Explorer IconExplorer

Memory Pool

79,856 transactions
29.58 vMB
0.06454661 BTC
Random Selection Loading Transactions
Max Size: 178.45/200 MB

Candidate Block

Mining Attempt 9b5de7c835b2bfc6312e55ae4121ec382662e2d20d47771e0257beea6fc0e73c
Version 20000000
Previous Block 0000000000000000000082d1a677266372cc73cbea5885db46ee0ef25980e8fe
Merkle Root f0c33fcfad77f054fc0e022bdc21f1394b30e34d69d5042fec5d7649821f1b51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,309
Size: 1.00 vMB
Total Fees: 0.00443681 BTC
Feerates: 10.05 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,982 (110,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,558 804,558 0000000000000000000149a952d0e81ff78a0ff12bd782c74ae510b9a7494f61 1,352 1.00/1.00 vMB 20
804,557 804,557 00000000000000000003fb28f698f494b69fb4e02060e78a6e7524f7e3c52d08 1,950 1.00/1.00 vMB 17
804,556 804,556 00000000000000000002ca5ac3f61e174e90fe70c0fdf1511e1830fb38450c2c 2,466 1.00/1.00 vMB 24
804,555 804,555 00000000000000000002233085bec63784ca81d6a421188d8c2d4a45423d2470 2,573 1.00/1.00 vMB 17
804,554 804,554 000000000000000000047984885d1736e948e791c481b73c8f0548afb0f86408 2,134 1.00/1.00 vMB 20
804,553 804,553 000000000000000000004d0efde1ed9399a4749d2516f158baa9f009470527b9 2,858 1.00/1.00 vMB 22
804,552 804,552 00000000000000000004ca2f760c9dc4575447d428465d3d71dc0245f6bf3dc5 2,427 1.00/1.00 vMB 17
804,551 804,551 00000000000000000004fc8771f858ab2d2a5a7e9ecdf737dbcf68cc340f6f03 2,319 1.00/1.00 vMB 25
804,550 804,550 000000000000000000004ef36cb52fcbc4a20e8c5b9920c3fef1451d1cb1692e 1,784 1.00/1.00 vMB 15
804,549 804,549 0000000000000000000097c62356277fe2851411772fd28a7234a45fcc6cb392 2,720 1.00/1.00 vMB 27
804,548 804,548 00000000000000000003fdb7fad7625aa6d6b7ce52263a9f27c33b991b692fd8 3,605 1.00/1.00 vMB 13
804,547 804,547 000000000000000000009d7c6fb0d2f1a4b528fba4e37c6a47e9269aef67d5ec 1,985 1.00/1.00 vMB 24
804,546 804,546 00000000000000000002ba27d055767519ba03267c27efeec3e413d3661d63db 2,195 1.00/1.00 vMB 27
804,545 804,545 00000000000000000004fd3c6bbb6a669ce74ed8f1f99741a429972aee1559cc 2,337 1.00/1.00 vMB 25
804,544 804,544 00000000000000000004e32414756dd7ac589e5dc05c4259b6084f8a64e11877 1,558 1.00/1.00 vMB 11
804,543 804,543 0000000000000000000010a4f901837704138ba67bb42d01edf0225fb226da8f 2,908 1.00/1.00 vMB 21
804,542 804,542 000000000000000000018bb9a25d62b601758169a653b369d7cea39c031216c8 3,651 1.00/1.00 vMB 22
804,541 804,541 00000000000000000000b42a88155f56eca6c52144c2200d1865ffe577eb810f 3,094 1.00/1.00 vMB 20
804,540 804,540 000000000000000000014f8e8516ea6f6e9c3a56a0db815fa4199bc2d3131feb 1,325 1.00/1.00 vMB 10
804,539 804,539 0000000000000000000384271595f3fabab1a59be99d0d1c42dd0875487cc8ca 2,975 1.00/1.00 vMB 16
804,538 804,538 00000000000000000000b99d82a5ac9e2f8b97f3634090af3595d0ffa265627a 1,624 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.36 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: 662.74 GB
    • Received: 14.87 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.