Loading Tool

Explorer IconExplorer

Memory Pool

78,040 transactions
29.67 vMB
0.07356496 BTC
Random Selection Loading Transactions
Max Size: 181.07/200 MB

Candidate Block

Mining Attempt 5df8aa5ab8b892ddaed5f329271176b9fdb2b5ac4f1ace9bfcfb286fc742dc25
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 2e241c01fc19c58a62fd5428b1f6bcf267b47d8af485d97f04cadbe261f710f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.00792781 BTC
Feerates: 100.36 > 0.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (486,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,982 428,982 000000000000000000e68aef2494517aae085eb083417eedcd34814fb3b588d3 1,868 1.00/1.00 vMB 58
428,981 428,981 0000000000000000022134aceb96eda78b3cd50de17ecd037c980d058c667123 571 1.00/1.00 vMB 25
428,980 428,980 00000000000000000153912e9fb8c56946741fef383c935b697e097c6e56e12c 2,095 1.00/1.00 vMB 55
428,979 428,979 0000000000000000030a36a70cba85f67599c2077227504e30565ca5cb2e0ba0 1,723 0.75/1.00 vMB 72
428,978 428,978 0000000000000000000db2e1344c5ae2ab8b65bc49c96254f232dcd5d7c8f326 2,137 1.00/1.00 vMB 66
428,977 428,977 00000000000000000133f1556443f8962c6b0bfd35d9326d767a63120b7e42e1 1,681 1.00/1.00 vMB 63
428,976 428,976 000000000000000000793cb2750b1f9d1a44c24b5fae29db9d5e41a4813a8ebb 1,621 1.00/1.00 vMB 51
428,975 428,975 0000000000000000008e7b7ff19e56c8468b782cbaf14ed132b21a240b6d0957 2,597 1.00/1.00 vMB 54
428,974 428,974 000000000000000002e4367820e3e18bdefafed140c383c08d618ef40dcfc740 2,716 1.00/1.00 vMB 69
428,973 428,973 0000000000000000041bc977c08bbb75761b2cc9ed08bbdca2696a8fa1790d3b 2,825 1.00/1.00 vMB 90
428,972 428,972 00000000000000000097d87e74b9b993a379eb9601d8bd17144fbd6dd62091d5 2,195 1.00/1.00 vMB 64
428,971 428,971 00000000000000000027d32b3a7b54c3b0cf1445118d2843145c4646fc48df69 2,441 1.00/1.00 vMB 90
428,970 428,970 000000000000000002082eb0087d060cc4f00ab88f39efbcff94e3cacbfd7735 685 0.66/1.00 vMB 25
428,969 428,969 0000000000000000019d2db2786eca84d18ae23c9471a96add774cfabe073e02 2,055 1.00/1.00 vMB 57
428,968 428,968 0000000000000000010dd3d396095ae7938a6a207d1c1543ad7b5c740e996544 1,271 0.75/1.00 vMB 52
428,967 428,967 000000000000000004dab570422ad7c1f2258fcaab01ef04044768704a9c52d3 729 0.35/1.00 vMB 65
428,966 428,966 000000000000000004a1f14926a3b94551edfc4ea13294e2b88eb011fb1246c6 788 1.00/1.00 vMB 18
428,965 428,965 0000000000000000041a478c7c3a93fdff0d41aeaad2bd5c7d7bf4684043b17c 323 0.13/1.00 vMB 72
428,964 428,964 000000000000000002f765d7e0dc311df04c3453645c5f1cb55f3874828fc021 1,085 0.49/1.00 vMB 60
428,963 428,963 0000000000000000013086ca2cd52ebdb000a12608658f83876f8cd6b7e2c491 391 0.17/1.00 vMB 60
428,962 428,962 000000000000000001dbf0eedfb9d202d9238b746b4cd3094a879462b6b0b573 1,531 0.96/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.07 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.92 GB
    • Received: 18.31 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.