Loading Tool

Explorer IconExplorer

Memory Pool

80,772 transactions
30.69 vMB
0.08875247 BTC
Random Selection Loading Transactions
Max Size: 186.67/200 MB

Candidate Block

Mining Attempt 45dc70752a50ee5234397a9d0870bd2bce008e9feb67d781298b0dc3e72f6bf8
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 3129c6f41cd0891cfd7eed2acf38ce4188518b5d2f33b3c8022209f7c4de7fce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,479
Size: 1.00 vMB
Total Fees: 0.01877697 BTC
Feerates: 150.77 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (469,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,019 446,019 00000000000000000325cc0064c4b7809f2458ab1bddcf7c4208fd80c264aab4 311 0.16/1.00 vMB 73
446,018 446,018 000000000000000001b358dbc52659ea5199d2a215885d961f295bfc89d7d5e1 1,738 0.85/1.00 vMB 66
446,017 446,017 000000000000000000d7539c1e0cee4d5ae10adaf3670d690655dd405d34134d 1,381 1.00/1.00 vMB 34
446,016 446,016 0000000000000000036484c546b5d5973d19a54305b80ca5cafd5602ea458b9d 2,380 1.00/1.00 vMB 72
446,015 446,015 00000000000000000173fba571dedcd433798913cc39c275a00907f986e68137 2,102 1.00/1.00 vMB 107
446,014 446,014 000000000000000002f89b5e618769701b42d79e5c1b17fd51063761c5085669 885 0.50/1.00 vMB 45
446,013 446,013 0000000000000000011cd835b7fefcfb78aba298136029add0ae198da7e5835f 2,393 1.00/1.00 vMB 71
446,012 446,012 000000000000000001d0bbbae43b5e7502082fcf3b860c1c7ef035ee39c0f109 2,800 1.00/1.00 vMB 86
446,011 446,011 0000000000000000019ed3cf74cc59e04ec3c5000d00a4825145d199533a2bfe 726 1.00/1.00 vMB 24
446,010 446,010 000000000000000001ee9dfee75bf49bc095eca06cefd02095464529646bcb92 1,246 1.00/1.00 vMB 35
446,009 446,009 00000000000000000100b44257a225f0beae60ce6e19b6570c6c4dea9bb5d587 1,497 1.00/1.00 vMB 44
446,008 446,008 00000000000000000043eea0c6756b6bb1821d7f8436be33ff6c0cf17d225ebb 1,988 1.00/1.00 vMB 54
446,007 446,007 0000000000000000020a42fef99f708a121b911577b2e67134dcd2ff55992643 2,383 1.00/1.00 vMB 79
446,006 446,006 00000000000000000017fb293db9027536d789cb3c1c979b2403cc1c9571c881 793 0.41/1.00 vMB 51
446,005 446,005 000000000000000002842a5d81682fea24c4802e5e76b34e940913714697ee40 2,237 1.00/1.00 vMB 69
446,004 446,004 00000000000000000331aeec417b1b6e9e1a370263ac4af375801d00d2af99fa 1,873 1.00/1.00 vMB 65
446,003 446,003 000000000000000001b757f8e9f1d900c47bedb1175ffe8ff6ea5669cb6305b9 2,334 1.00/1.00 vMB 84
446,002 446,002 0000000000000000006153d38463d25709440c3e96563113fbdecdcdf3ae8d50 2,771 1.00/1.00 vMB 85
446,001 446,001 000000000000000000cc4dcf5a988834f35eae21a395285fc3f0992cae7b65cb 1,286 1.00/1.00 vMB 62
446,000 446,000 00000000000000000269904bb4a22d6a04a83e8d93d9ef7fab0125bfdb691e58 1,699 1.00/1.00 vMB 59
445,999 445,999 0000000000000000001a047179b9a8459a3c4b498a5d2bc0103c6be8dfbf167d 2,736 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 783.04 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: 720.04 GB
    • Received: 18.14 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.