Loading Tool

Explorer IconExplorer

Memory Pool

42,651 transactions
26.22 vMB
0.05703442 BTC
Random Selection Loading Transactions
Max Size: 137.66/200 MB

Candidate Block

Mining Attempt f4a68a038e28c26533a5e5d6252d902dd45868f843e2502b4be2bdcae371af9e
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root 31e1d6160ded66c90f7a08381c054e7e95786247a7f585e7aaf45429df0a7ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,596
Size: 1.00 vMB
Total Fees: 0.00921275 BTC
Feerates: 121.00 > 0.92 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (333,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,611 581,611 0000000000000000000852633f719ec4f3ef8ce4733cbeb9fe59a45f380cbc0a 1,346 1.00/1.00 vMB 98
581,610 581,610 0000000000000000001a0237150df03bba6d0d742f666f08a003c4aefc06fd35 1,967 1.00/1.00 vMB 92
581,609 581,609 00000000000000000010d0aa237ab85c1832b8b4ab9061bd4d37539c202d7b23 2,563 1.00/1.00 vMB 96
581,608 581,608 000000000000000000258bae7e83488c2e359239a18324330b844a6ca47e4434 1,654 1.00/1.00 vMB 86
581,607 581,607 00000000000000000011c13ff0d01abb1b20409d3448cf0de95d7fd3866aaf21 2,933 1.00/1.00 vMB 102
581,606 581,606 00000000000000000007be616de24f9869f5d88cc00dab5459cf8924893ef70e 2,424 1.00/1.00 vMB 126
581,605 581,605 0000000000000000001a20d404505662c4679d85ec38fa836852c97bb07bbc1b 2,856 1.00/1.00 vMB 103
581,604 581,604 000000000000000000198bea9af95f4757eb189dfc4785351c683a6c969b9fb7 2,043 1.00/1.00 vMB 102
581,603 581,603 0000000000000000000ee143a977ecb1f56cfeddb84d915a7ab1a9da3e007ed9 2,721 1.00/1.00 vMB 115
581,602 581,602 000000000000000000208d56f237df69589a2de748dda81bf9cca038b048e98b 2,827 1.00/1.00 vMB 95
581,601 581,601 0000000000000000001276a6cacb5f098ce8a8be2baea5374fd65bad0132814a 1,753 1.00/1.00 vMB 93
581,600 581,600 00000000000000000018812b029f1f930dd72fd517572da1b66aff909b80244e 2,604 1.00/1.00 vMB 115
581,599 581,599 00000000000000000001a6a1ebe1c14bb5be0fc3be6467d149e0397adc03f170 2,024 1.00/1.00 vMB 116
581,598 581,598 00000000000000000014a9873240d6857259d40ef15327e8a6c68a40304d7613 1,828 1.00/1.00 vMB 95
581,597 581,597 00000000000000000024afa5bd0cd8d7eb1c06e97b6e7680c618d809af2075ae 2,242 1.00/1.00 vMB 122
581,596 581,596 0000000000000000000e3e88d08593f0cf2a3fda59046c3dc6be6de767874124 2,089 1.00/1.00 vMB 113
581,595 581,595 000000000000000000258759e7002293c556d02df4a68641c97c4eb84268402a 2,507 1.00/1.00 vMB 146
581,594 581,594 000000000000000000112d7f924f5ee68134fe0c289b7b2ba415810659dda9b5 1,124 1.00/1.00 vMB 104
581,593 581,593 0000000000000000000a31351a0ebe4de6303b5cf813b8e2107b52548fe5929f 1,935 1.00/1.00 vMB 62
581,592 581,592 0000000000000000002418d931caa5788e0e85b3759f7ebc2245a4418a01943a 2,096 1.00/1.00 vMB 86
581,591 581,591 00000000000000000016a14a2ca0e8abbf53ff72459469ee44196f95e40cca5b 2,624 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 647.52 GB
    • Received: 12.95 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.