Loading Tool

Explorer IconExplorer

Memory Pool

50,255 transactions
21.60 vMB
0.08648564 BTC
Random Selection Loading Transactions
Max Size: 123.48/200 MB

Candidate Block

Mining Attempt 3fe12ee1209001314daaf8420ff0cc6267c5dc0e9164d2aca0402d48cc02db69
Version 20000000
Previous Block 000000000000000000006ea3e72bd5e696ffc57bed7c8271f2ae54a7ad737158
Merkle Root ddde0729461acdb5230d2e0daccaea6410cbc161c89e00e700f4d550e110d2a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.03903141 BTC
Feerates: 501.52 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,967 (753,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,080 160,080 000000000000036cfe2a008cd35353b9c61b17e7a7b83997b4f52c2de2f2ff2d 71 0.03/1.00 vMB 142
160,079 160,079 0000000000000491283504197522b9fb402cf193dfb25c14ac274f4db4ee5444 8 0.00/1.00 vMB 146
160,078 160,078 0000000000000016d9806b3c3441e25a474e25d8421bef35b4dcc9849e20c44c 15 0.01/1.00 vMB 179
160,077 160,077 0000000000000e1d35fc0bfc7ec4ca6cc032ee846255b8412a7d646e697efa04 3 0.00/1.00 vMB 0
160,076 160,076 0000000000000cf18ad4e1f1625c1cc5425afcd51f3b54a4947fe1d9063bd0b6 24 0.02/1.00 vMB 520
160,075 160,075 00000000000009687c50075a151c5fb28b2fe15d3466fa458cefef6004b91d77 23 0.01/1.00 vMB 86
160,074 160,074 0000000000000a0517a9aa5a152fb7c599b02642bc3677d7c1eac3aaf5b6fcc3 9 0.00/1.00 vMB 402
160,073 160,073 000000000000002ce3e5f3d92b59fcf1e1537d3baa0e4c6b5804bcb0a7b8c219 125 0.03/1.00 vMB 10
160,072 160,072 0000000000000a8282e4de1ba04d4b372bce4ac533396658eb2feda5254dcf17 58 0.02/1.00 vMB 54
160,071 160,071 00000000000009994c471a4d73796f2e855042233f7032351386d9aaab45fa6e 1 0.00/1.00 vMB 0
160,070 160,070 00000000000007b018a89d6a73ad1cb863603c2202e95bb275d0494dc7fb4b9b 24 0.01/1.00 vMB 291
160,069 160,069 00000000000006d6e3808e9f5fd4f67b05f61f516b903e7443516abbbacd8125 11 0.00/1.00 vMB 67
160,068 160,068 0000000000000d78500c61c753d34ab7e75b11d67d64e3addbc470afadd0308d 4 0.00/1.00 vMB 0
160,067 160,067 00000000000002d5eb45a45014ad550ae837efb348049edd6769e7e11873c769 12 0.01/1.00 vMB 69
160,066 160,066 00000000000002bde1525ce9f31d796156c41ad8b15faade4005318a2563d119 11 0.00/1.00 vMB 52
160,065 160,065 000000000000094b4aa2a715c638a23673cf3bed8c0238c9cf0755d4f7c2eb47 9 0.00/1.00 vMB 33
160,064 160,064 0000000000000e2c9e8dbc3326888f59fe48470564d30043bd0e4b661aa8ce05 17 0.01/1.00 vMB 76
160,063 160,063 0000000000000c73b94822e129d41be0b876b90af6b58bb069cb44da06b3683c 13 0.00/1.00 vMB 50
160,062 160,062 0000000000000cdafbf270d593ebeda618e43ac9cfd1b9c752a1716d2568477a 82 0.03/1.00 vMB 117
160,061 160,061 00000000000006aa7150ae3442170f842ab21d7e2fc898e93a36f628ff139dc2 1 0.00/1.00 vMB 0
160,060 160,060 0000000000000c69803825fdee29d1850c0846b8c70091312325754260b619c7 24 0.01/1.00 vMB 208
Previous 10 blocks ↓
Total Size: 780.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 536.56 GB
    • Received: 6.01 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.