Loading Tool

Explorer IconExplorer

Memory Pool

43,556 transactions
26.95 vMB
0.05662135 BTC
Random Selection Loading Transactions
Max Size: 142.12/200 MB

Candidate Block

Mining Attempt 36d6f72332980eff588ab9e18be1f61d268996f80a08ef0da139a10413e2312e
Version 20000000
Previous Block 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70
Merkle Root f067c2e9f938cb5bbb02a27099606f3b621ee169cd3639ade21d03e5fcc2c797
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,292
Size: 1.00 vMB
Total Fees: 0.00659613 BTC
Feerates: 101.58 > 0.66 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,896 (137,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,775 777,775 000000000000000000016341ffdff3b5539bd460c2aa4d6366df02197e486071 3,544 1.00/1.00 vMB 15
777,774 777,774 00000000000000000005c6cdb84dcc4159743dc0097216252359d257d123ad6f 3,192 1.00/1.00 vMB 15
777,773 777,773 00000000000000000005e964e9d7abf6305bd9143fd9a0b9d893b2d4c53ce3cb 2,573 1.00/1.00 vMB 16
777,772 777,772 00000000000000000005c3b14566ec88e7c8cac0a763d57f82497e74aa9f0f6c 3,882 1.00/1.00 vMB 20
777,771 777,771 000000000000000000046fd5890dd799d4f792fb9b9db0a74dd0e0cc98d5b6a6 2,752 1.00/1.00 vMB 23
777,770 777,770 00000000000000000005f09cc3bb85f09371edb8230a255293d7782154eec4b6 3,157 1.00/1.00 vMB 26
777,769 777,769 000000000000000000015edd7c969d58c8fa4c4bcfb425c214105fa30c9fddea 2,110 1.00/1.00 vMB 29
777,768 777,768 00000000000000000006fccede04e9dcd6e7e11c27e8b36a56993ee394e94543 528 1.00/1.00 vMB 21
777,767 777,767 00000000000000000003f061ca952df51b43c617f6d03ffcb4c7435e961534d8 754 1.00/1.00 vMB 23
777,766 777,766 000000000000000000002a17ac5f1cf570107996af2b6f536bbaa403c8db0c81 1,529 1.00/1.00 vMB 8
777,765 777,765 000000000000000000020e2fd4707616fa2793704eae20d59a1e573fd6aa89e7 2,139 1.00/1.00 vMB 11
777,764 777,764 0000000000000000000153a174f0638539928f61ebad7c056a5e61505d7f29e6 2,021 1.00/1.00 vMB 8
777,763 777,763 000000000000000000072266ee093771d806cc9cb384461841f9edd40b52b67f 1,298 1.00/1.00 vMB 7
777,762 777,762 00000000000000000005192369d4453e5fc77543a906510c148b74230146e1b6 1,801 1.00/1.00 vMB 12
777,761 777,761 00000000000000000005c111100fdadb03418367f1f3130823cd993c5ca6c177 2,788 1.00/1.00 vMB 16
777,760 777,760 000000000000000000032f2483588c1399ca1c57d1b6f8e6cca78cb4e8e925de 2,456 1.00/1.00 vMB 27
777,759 777,759 00000000000000000005f3c038172f07b6f18f73ae4cbe2d53ff92683baf4e2c 852 1.00/1.00 vMB 6
777,758 777,758 00000000000000000003f396a8fb2f49248b9cb026b9b831ea2a968d918bfd08 1,545 1.00/1.00 vMB 10
777,757 777,757 00000000000000000004b315c6f2f7d81769d387cc74e0cf84c620207be0f4cf 1,760 1.00/1.00 vMB 10
777,756 777,756 000000000000000000001b72fd803e0c9f82c04246c01052969b8a1695152cfc 405 1.00/1.00 vMB 4
777,755 777,755 000000000000000000003eb5071d369e21021f9f66ca4d76e3086d98808fa4ec 2,378 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.20 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: 654.09 GB
    • Received: 14.10 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.