Loading Tool

Explorer IconExplorer

Memory Pool

42,683 transactions
26.30 vMB
0.05737324 BTC
Random Selection Loading Transactions
Max Size: 138.15/200 MB

Candidate Block

Mining Attempt 1de6eb2363cf813bc73d8f4f66b4f58dd0dc796474070eb57fde5acf3436e3b4
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 8a0f60d4f98d9518e5611fcfd8171ea7076db4783c01d2937d800e465102cd4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,988
Size: 1.00 vMB
Total Fees: 0.00937837 BTC
Feerates: 150.92 > 0.94 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (68,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,707 846,707 0000000000000000000092cdf0b4970fe18bedb5818ca335e52c1141bfd54ba0 5,758 1.00/1.00 vMB 37
846,706 846,706 00000000000000000002b261a8b453f946c3ffd5657ea83f2e22b200a26f9d23 5,203 1.00/1.00 vMB 41
846,705 846,705 0000000000000000000118613120bdd8bf3bb80760f07aaef9bf67921440dcac 4,539 1.00/1.00 vMB 48
846,704 846,704 00000000000000000001aee30e7ac9c31bd62d3e47f52e01b0e123c3644c6790 5,523 1.00/1.00 vMB 51
846,703 846,703 00000000000000000001583b296fda5e18321d31935ac44dc7c65c083d59a5b6 4,056 1.00/1.00 vMB 62
846,702 846,702 000000000000000000016ecc02f3efbae207340909a20c144c7d1ffbf6c00cce 4,882 1.00/1.00 vMB 43
846,701 846,701 00000000000000000000a08674d2433a1d39ae82babec3718fc556fdb3230987 6,112 1.00/1.00 vMB 57
846,700 846,700 0000000000000000000235f0cbe09681ae32be6ca2697d16c2ab6baa3ea8bccd 5,632 1.00/1.00 vMB 66
846,699 846,699 0000000000000000000079c52ed7cde7edc08a47f2afb6ae1ad3533a5544b1a0 5,955 1.00/1.00 vMB 42
846,698 846,698 00000000000000000002301247d1ac08ee47321a603644196bdd2ce8b67c148a 6,507 1.00/1.00 vMB 44
846,697 846,697 00000000000000000001583daaee89d395e5cce9961a231ca01356905bb9d292 6,588 1.00/1.00 vMB 45
846,696 846,696 000000000000000000014c4960b82c7096cefc93ba71d5bb9d6fd4fe0f0b79e8 6,515 1.00/1.00 vMB 37
846,695 846,695 000000000000000000024b134002a7a1f94a1c6081bb93d71b5fff88beff01ea 5,800 1.00/1.00 vMB 41
846,694 846,694 00000000000000000001ed84fac8cb8f4f34ab4d199f8f533f6dbf16416f9876 4,729 1.00/1.00 vMB 48
846,693 846,693 000000000000000000027f637b7d7bdc3bf94d6a1eee77c0fbf4507815717c2c 5,280 1.00/1.00 vMB 42
846,692 846,692 00000000000000000000450998da875552e6126c8ddbe2f6cfb8067b07ea4d7e 6,236 1.00/1.00 vMB 57
846,691 846,691 000000000000000000032f101bc7778f7113b4da20343ddc74dec381da6e02e0 4,852 1.00/1.00 vMB 56
846,690 846,690 0000000000000000000321660279887bf0fd9a3cebf22dfde129ef01d6577f83 6,311 1.00/1.00 vMB 63
846,689 846,689 00000000000000000002722c62208d6060b814bc30c9458272f899153d792ffc 5,663 1.00/1.00 vMB 74
846,688 846,688 00000000000000000002d29a828257907c79e992f0916f9e144d05ffceaa4adb 5,992 1.00/1.00 vMB 60
846,687 846,687 0000000000000000000177ddc602fe37a145471da603e22e5e4271f5a6fbaea4 6,149 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.