Loading Tool

Explorer IconExplorer

Memory Pool

73,929 transactions
27.45 vMB
0.06870852 BTC
Random Selection Loading Transactions
Max Size: 167.26/200 MB

Candidate Block

Mining Attempt 65c966830f7967131a1cea364e8368a662d39bda41a742e388f19146b78e5028
Version 20000000
Previous Block 0000000000000000000192874583294799069cd41a502da4205abee519612895
Merkle Root a43abe60d382c754cb2cb028e1f95897283463ea026d384713a18118d02fe857
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,595
Size: 1.00 vMB
Total Fees: 0.01007783 BTC
Feerates: 100.35 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,293 (634,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
281,073 281,073 0000000000000000efa4e25d1a447d435b4cbe7e673d94e350422649152f2240 692 0.25/1.00 vMB 47
281,072 281,072 0000000000000001a40aa8a5d83b884a0dffeb71c8b5da2b1c8761b1b91b4e54 100 0.05/1.00 vMB 142
281,071 281,071 000000000000000033a48d4b346de31224533e363d597eac9191fadf3581f3fa 299 0.32/1.00 vMB 27
281,070 281,070 000000000000000079c739f184968f83080ab4a5b868c61c18bf460c60f43885 157 0.07/1.00 vMB 68
281,069 281,069 00000000000000008d6ebce85fb4360453155e1af1ef5c31ba8a51f077f72879 169 0.10/1.00 vMB 56
281,068 281,068 00000000000000020f9c1be51e346bd4845c9635d06bd5d6ca1341583f899acb 142 0.07/1.00 vMB 50
281,067 281,067 00000000000000020a1a3cdde8e1f227faf12abe79965581dee07f785a438c45 414 0.24/1.00 vMB 46
281,066 281,066 0000000000000002300ddcfbb06905de47720aba8c98944aef4dfe58960e90af 130 0.05/1.00 vMB 46
281,065 281,065 0000000000000000d22c21a8b2b4f69b496092d288459224296461490c60097e 811 0.47/1.00 vMB 48
281,064 281,064 0000000000000001ec55adaa7b39a33d34e8fafe388bef1621576397f5a2cf98 344 0.19/1.00 vMB 35
281,063 281,063 000000000000000094c0eed9395393e924495069114efc848d27475433350384 547 0.25/1.00 vMB 49
281,062 281,062 00000000000000018878503aeff9ae683418d9b060568ddf64ddcc7aee973fab 65 0.04/1.00 vMB 28
281,061 281,061 00000000000000000266d770c6b1187bc83ba84f7d530337f446aeb2b41bf391 575 0.22/1.00 vMB 59
281,060 281,060 0000000000000000dc3fa3aa7e2916bedd507612a6c97ed175f8eb0864a2a629 69 0.04/1.00 vMB 62
281,059 281,059 00000000000000008c5d098071dd70666ddb19e6b9c24734b7372779f73b82a8 173 0.10/1.00 vMB 44
281,058 281,058 00000000000000017a787872f9e0eb59b21a4e966dc054dbff5b9a8bcd522339 237 0.10/1.00 vMB 66
281,057 281,057 00000000000000025f3147ebda5402c5781da2ee1a68c995c12c804927b1493f 654 0.31/1.00 vMB 69
281,056 281,056 0000000000000001b3eb97379b7b50b01cbe2be178b45c5f9f610f70c3a0a47f 29 0.01/1.00 vMB 34
281,055 281,055 0000000000000001a2069bd78a758f1b624125f51f0930cae4a9087d1ab90e91 571 0.27/1.00 vMB 74
281,054 281,054 000000000000000254eaafe0b67c307ec4d3e3cece3dca86b708529b0bb686a8 303 0.16/1.00 vMB 45
281,053 281,053 00000000000000023f4f9901c543750c05cb890ae180087b984e0824078f251e 127 0.07/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.90 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: 713.57 GB
    • Received: 17.40 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.