Loading Tool

Explorer IconExplorer

Memory Pool

40,836 transactions
28.62 vMB
0.06645727 BTC
Random Selection Loading Transactions
Max Size: 146.44/200 MB

Candidate Block

Mining Attempt 7ea84ff39ca162dfa1263bda3f828d3a5720f85f48cbc99b281db6ec4375a071
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 3ca84038c4246939fa971e79e13c0714725995d2af5126a672967ee4cde7f6e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,868
Size: 1.00 vMB
Total Fees: 0.01112950 BTC
Feerates: 100.19 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (272,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,623 641,623 0000000000000000000e07ed2f91d5f49f2284c4696078abde8cc31336a52af8 2,605 1.00/1.00 vMB 80
641,622 641,622 000000000000000000012ef682ef525c7695f30ff26127dedada4f4bd76fec9d 2,720 1.00/1.00 vMB 156
641,621 641,621 0000000000000000000c5b924867f9866555e630d83bbd076b58c7b6d9893947 2,539 1.00/1.00 vMB 92
641,620 641,620 00000000000000000002a6ea4d379de9db05abcd60db758e8c8a396a7495d806 2,643 1.00/1.00 vMB 101
641,619 641,619 0000000000000000000febd26e9836b1d101a0c91f966b4be6aef637dac2527c 2,526 1.00/1.00 vMB 97
641,618 641,618 0000000000000000000ee592b85499be5dd2bc1abacf360d874c516a9b9be731 2,772 1.00/1.00 vMB 139
641,617 641,617 0000000000000000000ba48a7728abdb95dfdafc4d3d9b05ee730a7aa21f60c7 2,948 1.00/1.00 vMB 161
641,616 641,616 0000000000000000000c5e494f1d0d55be978f63e0b5b19c81e9769c14d4d26e 2,432 1.00/1.00 vMB 161
641,615 641,615 00000000000000000005f9d8c6bc78153b9da343e68d57c88fbbc712e62947a9 2,368 1.00/1.00 vMB 67
641,614 641,614 00000000000000000008b5c62a0f814e81b9af77c802bfd45455c905f334197d 3,165 1.00/1.00 vMB 96
641,613 641,613 00000000000000000002b4d0dc5cf0dcdb340545469c62c22935c6ca3ab50165 2,947 1.00/1.00 vMB 127
641,612 641,612 0000000000000000000596ba4d4994bff4215598d83b0610062e9b7113629602 2,375 1.00/1.00 vMB 136
641,611 641,611 0000000000000000000c6aa7de3f0c967e3335ef5528ed0972b14d2bf07d241c 2,022 1.00/1.00 vMB 172
641,610 641,610 0000000000000000000b489e983a2189c553dc3e52e07cea7defe494bca40d0e 2,761 1.00/1.00 vMB 143
641,609 641,609 0000000000000000000e06e4a1d1871dfe0ce544a605874d8fffb99690d38e57 2,294 1.00/1.00 vMB 190
641,608 641,608 000000000000000000029dc8278726d1b62b40e6e7bd53a61e8bebee7097d513 1,645 1.00/1.00 vMB 161
641,607 641,607 0000000000000000000e31d99ebad5062907cee071dbccec954760adfbaac27f 2,219 1.00/1.00 vMB 177
641,606 641,606 0000000000000000000e9bb6708ee672372097c951043b8b5b1dc8af459f9a19 2,104 1.00/1.00 vMB 189
641,605 641,605 000000000000000000098b0a545dd8636a13f918c1d27c325ecf5f86cf5bc56f 2,654 1.00/1.00 vMB 156
641,604 641,604 0000000000000000000c8dca945ff507c521318f3836137f817d6e0ecc0a8f67 2,726 1.00/1.00 vMB 200
641,603 641,603 00000000000000000000e3584a90c69e44745a0d338c6ece38b8f5c6419effd6 2,674 1.00/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 629.17 GB
    • Received: 11.88 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.