Loading Tool

Explorer IconExplorer

Memory Pool

78,433 transactions
29.64 vMB
0.11375193 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt 5d8dce4285461f761cde1f969f1024d2c877f94d6497c68e9ef114a1870e924f
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root c7a6d7403fbd6250ecd695f39edec51767710356505d328f97fb2590269e53a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,763
Size: 1.00 vMB
Total Fees: 0.03395817 BTC
Feerates: 526.32 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (449,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,791 465,791 0000000000000000018fbf469fe5d79601531ff16e0d77169c2492b3c399d3da 2,605 1.00/1.00 vMB 261
465,790 465,790 0000000000000000010022a8e2de70fa6155c1e0c4f2bbecc79c490999d9c96b 2,466 1.00/1.00 vMB 270
465,789 465,789 000000000000000000be620155cb3c2dd1b5e3cba199ac58115b2f6124e7af6b 2,076 1.00/1.00 vMB 215
465,788 465,788 00000000000000000038a78087bf898587e5312d5320032dedc8931c57456f29 1,695 1.00/1.00 vMB 181
465,787 465,787 0000000000000000001ef2db0e435cc54114bf758e5b347a7174e0fde31ccc75 3,294 0.99/1.00 vMB 166
465,786 465,786 0000000000000000005ad789a702b836a0f331ab0202779ab8870dd6cb17b6e5 2,718 1.00/1.00 vMB 176
465,785 465,785 000000000000000001cd86235c7934c8d0dfae093ae0a2736c5e69718c261a23 2,016 1.00/1.00 vMB 179
465,784 465,784 000000000000000000f6a52475fe3199d0e3124763e202ffa6aaef6c06511916 2,231 1.00/1.00 vMB 193
465,783 465,783 000000000000000001254a67305d0e08ac070158373f461e36b72a7a1e0e1a6a 2,465 1.00/1.00 vMB 256
465,782 465,782 000000000000000000f41fb362e34cd48f09075826f6abca27d6657fc8c19947 2,000 1.00/1.00 vMB 277
465,781 465,781 0000000000000000006c89301940454c8ccb8f9299112a4e83d40004d3db2d78 2,391 1.00/1.00 vMB 241
465,780 465,780 0000000000000000007e0f2a8c42a8ab7229c9a0f42bb165a8a780ca1b45cec1 2,412 1.00/1.00 vMB 227
465,779 465,779 000000000000000000671568eae998df11c2ab31388633e354aa834ee0f687e1 2,781 1.00/1.00 vMB 240
465,778 465,778 00000000000000000022e71f925c49214f8eff02a43da978221dff5bb85faddd 2,362 1.00/1.00 vMB 362
465,777 465,777 0000000000000000003c9e8702bbb5da35bf38c7a7a78c6342101b3f84fcf1dd 2,362 1.00/1.00 vMB 254
465,776 465,776 000000000000000001715fa645bb37751e2d822a7b80bc48719609bfe30fd6da 2,462 1.00/1.00 vMB 227
465,775 465,775 00000000000000000034a19251d851057d1d0b3e33e622eaf807088b8be73bee 2,918 1.00/1.00 vMB 297
465,774 465,774 00000000000000000132cbd61779221182c99711ef29f75b5060f4dfe2ac8167 2,108 1.00/1.00 vMB 206
465,773 465,773 00000000000000000167da6b6c08c03c378dc6797431602a6b78a0dc6196c7a8 2,338 1.00/1.00 vMB 203
465,772 465,772 000000000000000001d42e123324718af6267a04289225d0c8b1723ce2db5568 2,555 1.00/1.00 vMB 206
465,771 465,771 000000000000000000773b25f0fd9904ec326c45efbb872af74874bac0b9ff92 2,279 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.