Loading Tool

Explorer IconExplorer

Memory Pool

42,759 transactions
26.71 vMB
0.05325045 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt 8ece559c6adbf88a9845962e9ce96889682dad9903a85b05ee2386ae3c0b6d24
Version 20000000
Previous Block 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70
Merkle Root 5edbda60d41685e8c94eafd47ef11e9eb959a02b1e7ca913b1e1eabc3d024d9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,258
Size: 1.00 vMB
Total Fees: 0.00389755 BTC
Feerates: 14.54 > 0.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,896 (253,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,104 661,104 000000000000000000069965875ab3191875da411b1c1e9d00341454d5c5699c 736 1.00/1.00 vMB 2
661,103 661,103 000000000000000000062be91eeb41ad0b32d3549a3e9f5a4958fad02f75a7c8 944 1.00/1.00 vMB 5
661,102 661,102 0000000000000000000d2db74dedf730bd95ab0a1a1dd194ee6127f56df69ff3 2,604 1.00/1.00 vMB 38
661,101 661,101 0000000000000000000d0dde2bf69f0d06b5c54f20d5d40986ea07edec0e9e20 796 1.00/1.00 vMB 5
661,100 661,100 00000000000000000008d47b96dcde1293bde229857a437bb9427408a339b812 1,400 1.00/1.00 vMB 22
661,099 661,099 00000000000000000005f30b52437943d64e02d2dc427304caffe78464d642bb 2,729 1.00/1.00 vMB 5
661,098 661,098 000000000000000000032caa7717c5185bf7088fcf53f887b10b2476852d6c3a 2,880 1.00/1.00 vMB 54
661,097 661,097 00000000000000000005019177beea0395175760e70d5359e579db544f7664a0 2,301 1.00/1.00 vMB 40
661,096 661,096 00000000000000000002dacebe5d8c120d59f9091e3df723d86889a0fe02f8a3 2,795 1.00/1.00 vMB 75
661,095 661,095 0000000000000000000042615ec4af21504289f75e955ddcbe383ba5dca64117 1,184 1.00/1.00 vMB 15
661,094 661,094 00000000000000000000170c87555150e88b02319792b00a15e06d7691aa3c3b 2,150 1.00/1.00 vMB 32
661,093 661,093 0000000000000000000539ef69e1b768cf14bc9809a8d93cc13ce25e4d655dd9 1,611 1.00/1.00 vMB 15
661,092 661,092 0000000000000000000e2ef1405f549a5c5270fa17d6331cf1f7522d6353f42a 2,115 1.00/1.00 vMB 8
661,091 661,091 000000000000000000065cc6ccc6dd09686136845e7e4fb3286a52888dd77b1d 2,702 1.00/1.00 vMB 34
661,090 661,090 0000000000000000000187692b5e0f46dc8749dde719a18b93f6db6acae55306 2,391 1.00/1.00 vMB 26
661,089 661,089 0000000000000000000714a7522482691051887f964eecb0950cc3144e6a2d3b 2,627 1.00/1.00 vMB 38
661,088 661,088 0000000000000000000e76cf4a68c8897f8c9c57a93b3a5dafbea594b3db4a9c 1,824 1.00/1.00 vMB 64
661,087 661,087 0000000000000000000c8d49fb93fbd849b31c29006b55d5ad85be2d01261175 3,274 1.00/1.00 vMB 77
661,086 661,086 0000000000000000000a3d68bdbf6454b177db9803d067ba0fd33a81d3243f59 2,092 1.00/1.00 vMB 4
661,085 661,085 000000000000000000074dc4e1e2dd7ae57a84e13cae42cfa4fafb1f4f939b25 2,573 1.00/1.00 vMB 18
661,084 661,084 00000000000000000001b78cf83e790b5fa6467a9c30c9664b3ae1021f6b8b35 2,825 1.00/1.00 vMB 64
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: 11
  • 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.