Loading Tool

Explorer IconExplorer

Memory Pool

35,284 transactions
27.49 vMB
0.05907451 BTC
Random Selection Loading Transactions
Max Size: 138.04/200 MB

Candidate Block

Mining Attempt c5fdec1bae602e58f4a9eadad2ea8cc797122e254151b1d7e246de14db6274e7
Version 20000000
Previous Block 000000000000000000006d49673a863294886cf674a899736033f24b7f746e94
Merkle Root 80a9c29fdbbf038a47961079f1b6e10f8122f10783b425e294cf7d19c7ab7922
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.00706626 BTC
Feerates: 203.60 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,599 (332,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,709 581,709 0000000000000000001f9119460145ce137faca9a3dc3d0c423fb4ba22cef331 2,251 1.00/1.00 vMB 111
581,708 581,708 0000000000000000000cc57997144133d32c1187a7a5b31a7c082b9fe6421974 1,851 1.00/1.00 vMB 104
581,707 581,707 0000000000000000000f32ba472c2b8ed40a6ed7848355f748a5a5110ad82dd5 2,234 1.00/1.00 vMB 115
581,706 581,706 0000000000000000001838323b364f916e2d2d029799dd504df1b074b58e93b0 1,646 1.00/1.00 vMB 112
581,705 581,705 0000000000000000002345794f3b2b80a90350064f24f0b4cff117befd2a32fd 1,542 1.00/1.00 vMB 87
581,704 581,704 000000000000000000008ad69e94d7c4721594a3f7c8984f1c5381187c942cc7 3,105 1.00/1.00 vMB 121
581,703 581,703 0000000000000000001f2fb3e8b57ea6b09c7e7bc437591f4e48c077335679b0 2,650 1.00/1.00 vMB 131
581,702 581,702 00000000000000000009c48fa16629274092429489eef84953d2c18d144b239d 2,790 1.00/1.00 vMB 125
581,701 581,701 0000000000000000001a755cbadd8656992d2161b9e90f9d63472cbcd7c464c0 2,119 1.00/1.00 vMB 83
581,700 581,700 00000000000000000023896308165e5118fff660a3ff42bfacb954dd771562d4 2,530 1.00/1.00 vMB 108
581,699 581,699 0000000000000000000aa35b3bac700706d39fa0271e953538aa8cb828f18417 2,779 1.00/1.00 vMB 99
581,698 581,698 0000000000000000000928a1afa05c13217969eab5c3343c8b8781c790bdf778 2,336 1.00/1.00 vMB 59
581,697 581,697 00000000000000000016a14a0d960a0d3bc8574b8473e7e813412f6ffd76d0b6 2,316 1.00/1.00 vMB 82
581,696 581,696 00000000000000000019398ccd36e0e8b43700fc65dee13ff11363660cef001f 2,813 1.00/1.00 vMB 123
581,695 581,695 0000000000000000001338414717e66d67b38ca6362b83d8f97100ff8c5d4a91 1,777 1.00/1.00 vMB 109
581,694 581,694 000000000000000000076b6fa088618c080d0c777f37c8af4ef81e6ed9298c39 2,359 1.00/1.00 vMB 44
581,693 581,693 0000000000000000000e9be7946cc6a34abb5eaa5156d5cba6544ad32dc17058 2,983 1.00/1.00 vMB 66
581,692 581,692 0000000000000000001f7183ecad58dd6aace17e6f85a2542b3c09f982a67e4c 2,169 1.00/1.00 vMB 85
581,691 581,691 000000000000000000087a98016608b3005e4623345a946609b479f00430916b 2,993 1.00/1.00 vMB 119
581,690 581,690 0000000000000000000b62aad464ebdd74daf7b08ebc4c6fbd2ac714ffdb7aee 2,917 1.00/1.00 vMB 87
581,689 581,689 0000000000000000001c4795ea6368d38527a8f7ed193445a05d906de5cf956f 2,920 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 781.69 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: 628.49 GB
    • Received: 11.80 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.