Loading Tool

Explorer IconExplorer

Memory Pool

35,376 transactions
25.85 vMB
0.06832572 BTC
Random Selection Loading Transactions
Max Size: 131.55/200 MB

Candidate Block

Mining Attempt fe8f249ce410274efb850730bec1342e77a47690faefe3ace5762f4b4d89f961
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root a7b9ba035fb3b285a00f464b612023bf7f136a63fec72096c44428b9777ebe33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,317
Size: 1.00 vMB
Total Fees: 0.02087093 BTC
Feerates: 150.77 > 2.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (311,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,770 602,770 000000000000000000070e717ad4b45ea2f762259befbb81f4274b730de9084d 2,884 1.00/1.00 vMB 24
602,769 602,769 0000000000000000000a59e3a04d50f86835a8f60004c541500cd876498b0730 3,168 1.00/1.00 vMB 38
602,768 602,768 0000000000000000000bc5a43901be10e8624bc155736eff8b951504af747630 3,221 1.00/1.00 vMB 25
602,767 602,767 000000000000000000079e8874e21764b208533b10e73e3c7cb17bb939e681f2 2,478 1.00/1.00 vMB 29
602,766 602,766 0000000000000000000d0a670f43c2da8f825351119e71688cd3c9820b2e1b19 3,141 1.00/1.00 vMB 42
602,765 602,765 0000000000000000000b8a4f56b6ed9a9f2c28b2f4c0d42b75c6f88a0b30d624 2,786 1.00/1.00 vMB 33
602,764 602,764 0000000000000000000509c4448ccbe2e24964e48779462c1ce5dee119f1a932 3,170 1.00/1.00 vMB 35
602,763 602,763 00000000000000000006898695b44cb04716f069136c1397968d7d25e61bc123 3,220 1.00/1.00 vMB 39
602,762 602,762 000000000000000000057e1cb781ea1ad2d7bb6705a6d0da44ae0dfb74967be7 2,464 1.00/1.00 vMB 32
602,761 602,761 00000000000000000000f7f1157ef6f321d10e2c25389719bfa3fe78d5e1280f 3,140 1.00/1.00 vMB 38
602,760 602,760 000000000000000000047ce1aedf013cdf0ff8733ff3b3a31d9f4a3b77b41e3c 1,902 1.00/1.00 vMB 33
602,759 602,759 0000000000000000000921bde006855ce7b317a20b4085646504c3f7dd0b31c8 2,927 1.00/1.00 vMB 38
602,758 602,758 0000000000000000000edb16ab64c00ee628a59270c3a2a1b9b8c4b55baddac5 3,334 1.00/1.00 vMB 41
602,757 602,757 000000000000000000023e71443f1977a5ed40db30e35ee7c50830f00b571137 3,313 1.00/1.00 vMB 40
602,756 602,756 0000000000000000000adb04694d94d397620bac6603d08656382d84da24537c 2,956 1.00/1.00 vMB 46
602,755 602,755 000000000000000000009d21769feb6748b68f94e0e5ee542f9d5044fba490d7 2,011 1.00/1.00 vMB 70
602,754 602,754 0000000000000000000888533d1fe030fd1068dd5df6af51b40be90a68965125 2,961 1.00/1.00 vMB 43
602,753 602,753 000000000000000000004bd296c2007f9c3ccb41923b71b0ab7202ebed8e398f 2,529 1.00/1.00 vMB 60
602,752 602,752 000000000000000000087d7834e2941b74a59b489b094872bfb1248e08871e63 2,321 1.00/1.00 vMB 34
602,751 602,751 00000000000000000011e00a7276517a2a39835ece455861908b62cb15b617ca 2,455 1.00/1.00 vMB 54
602,750 602,750 0000000000000000000f4a4b54e9b9c605dc2a11ad51bad60d423b11bf6b9fdb 2,163 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.