Loading Tool

Explorer IconExplorer

Memory Pool

35,989 transactions
25.70 vMB
0.05828052 BTC
Random Selection Loading Transactions
Max Size: 131.45/200 MB

Candidate Block

Mining Attempt f1434c7f3ce3609486f916e0e29af99f05e883aa3998573b6c2880d4d4d3a2e3
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 55ecd31c90c7f9c751292837150933ceb8b56ea29f0427aea402e9fe9b0aeb38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,264
Size: 1.00 vMB
Total Fees: 0.01130059 BTC
Feerates: 151.11 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (243,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,829 670,829 00000000000000000008201f6194e421c5cb9a0641a2fc13a49883a0119da8af 2,642 1.00/1.00 vMB 120
670,828 670,828 00000000000000000001163d27796327ef142b8aca6c6731e44a9f7a8055c319 1,947 1.00/1.00 vMB 105
670,827 670,827 0000000000000000000b39b89260ed84e6f6e15293a883cbf2bd1609cc9907ab 2,724 1.00/1.00 vMB 110
670,826 670,826 0000000000000000000811b759b56e2851c0d17223c0fbb428d34329b11f6eb1 2,592 1.00/1.00 vMB 114
670,825 670,825 00000000000000000000bf907566b2dda811b5fadf946dc1d6d002faf3141d54 2,074 1.00/1.00 vMB 118
670,824 670,824 0000000000000000000cc93653983cc7f410befca0f474ca44dc390998b35bcf 3,403 1.00/1.00 vMB 151
670,823 670,823 00000000000000000008418d2db421e37227a5a43f45bf99c3f84fc8796e7f55 2,656 1.00/1.00 vMB 100
670,822 670,822 000000000000000000092745daa0b308288d01523f1f803cc78386d7b6a70f04 2,151 1.00/1.00 vMB 28
670,821 670,821 000000000000000000093bb63236413b6df09ef9c895cf7f39278cbdf24dd25b 2,249 1.00/1.00 vMB 61
670,820 670,820 0000000000000000000a05da5176f80cef93f0f82ee1487f5e7bd6b3e836da70 2,112 1.00/1.00 vMB 54
670,819 670,819 00000000000000000003f23dddd7d893cab669f567b36d9c9a87f6da0a139296 1,979 1.00/1.00 vMB 119
670,818 670,818 00000000000000000003df696036f32c0cb916882df5f52193018f2235b5b636 2,185 1.00/1.00 vMB 40
670,817 670,817 0000000000000000000af28695e1409b547a86a78ecfaef50768aed5e79094dc 2,648 1.00/1.00 vMB 93
670,816 670,816 0000000000000000000506f6fe5614fa865bdcaa0822b5de8fe113574591cbba 1,791 1.00/1.00 vMB 118
670,815 670,815 000000000000000000068c022eea7ffddaa1ddd6f573e1fefcc0d468847ed62e 2,025 1.00/1.00 vMB 120
670,814 670,814 00000000000000000007a374de5aacc9c895a9737ec6478914d0ddfd048c102d 1,839 1.00/1.00 vMB 120
670,813 670,813 0000000000000000000567d8c744820ec8864a4441f667bf2cfe2ce488f5d87b 1,869 1.00/1.00 vMB 51
670,812 670,812 00000000000000000002dd1b0b45742e910a97d7d158c03062da5000f08aadfd 2,473 1.00/1.00 vMB 72
670,811 670,811 0000000000000000000b407d83bed870b8e8758b53f016ebff459fad5d1b5e8a 2,425 1.00/1.00 vMB 116
670,810 670,810 00000000000000000000a2382ddc87294098877c04d68d6cb83d98612bf21f2f 2,073 1.00/1.00 vMB 116
670,809 670,809 0000000000000000000031c14a940ac59d35ff2ff8901bed8e3dfece4d57cf1d 2,110 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.81 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: 635.02 GB
    • Received: 12.28 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.