Loading Tool

Explorer IconExplorer

Memory Pool

79,445 transactions
29.49 vMB
0.06541489 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt 036a490c86434653453a3a0620649950884a3340b67a11885c21660f9060c7d4
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root a5a1ed83ed7bf24e7dd2ddd612bec85888e8914233735a3d229e06b9dfc26fc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,546
Size: 1.00 vMB
Total Fees: 0.00545450 BTC
Feerates: 147.04 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (450,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,085 464,085 000000000000000000acc2e96991aa9e73b51c3cc7bae858abc9a5f87a6f673b 2,188 1.00/1.00 vMB 130
464,084 464,084 0000000000000000012842d8aa444a544cd7508303b94444392d010e6a6e9730 2,467 1.00/1.00 vMB 170
464,083 464,083 000000000000000000fabc426b30d95080d13699cd73a097275268aaa62280c5 2,139 1.00/1.00 vMB 109
464,082 464,082 0000000000000000005fb6150bb191c2f79d87de0152da5f24ef6314f087e3a5 2,503 1.00/1.00 vMB 160
464,081 464,081 0000000000000000018c30340b6d740b8878aa20096e1b65ec68e164ba54f32d 2,732 1.00/1.00 vMB 202
464,080 464,080 0000000000000000003bcab31f909dd9171aac3d7334b6abbeba6b5e4e616210 2,756 1.00/1.00 vMB 181
464,079 464,079 00000000000000000206dc87a258bc0e91fb5c482070798884198ddc04b495a1 1,319 1.00/1.00 vMB 106
464,078 464,078 000000000000000000c3bf5b3384840eb59f6f3cf33af2f2cdb068a642d7301b 3,177 1.00/1.00 vMB 121
464,077 464,077 000000000000000001e2a68e1204ae60fe696a022968fbf3c6a7cd6779818568 2,413 1.00/1.00 vMB 167
464,076 464,076 000000000000000001f866e87c83c10979c6de26e10fbf31d3246f70b5bafe59 2,323 1.00/1.00 vMB 158
464,075 464,075 000000000000000000ef6d47c3937cf67a4a1a18988fa1dd8d33e700f1e215d8 3,188 1.00/1.00 vMB 214
464,074 464,074 000000000000000000827c836cc81693f20f7a9613383fb5330f2a91a8902327 2,516 1.00/1.00 vMB 208
464,073 464,073 0000000000000000004e3a99ca78c9a62a286ca394ae65cbd6d267c37d839c6f 2,447 1.00/1.00 vMB 158
464,072 464,072 00000000000000000173cf1b6c2b8cbb025b21cc7cc15925ca3d4509f490d50c 3,240 1.00/1.00 vMB 267
464,071 464,071 0000000000000000018844b9a840b3908aeb0bd2518463bd26d3ade5bf8623c3 1,565 0.99/1.00 vMB 127
464,070 464,070 000000000000000000b1e5e28b7a54510497f268541f5ef30a60b949b7f1f0dc 2,270 1.00/1.00 vMB 116
464,069 464,069 0000000000000000020ca9f3ba3f404d91b22a3204408b7cff3c882b4b246821 2,483 1.00/1.00 vMB 181
464,068 464,068 000000000000000000279c7a066f3b990d33eba8590a15dffc5a3159dd7354f1 2,639 1.00/1.00 vMB 205
464,067 464,067 000000000000000000f257071d789c032bdb353fcadf0828ba4a3817ac6fe24f 2,707 1.00/1.00 vMB 192
464,066 464,066 000000000000000000a3048fbe52979337d68e7bc613c82106607da7848da645 1,660 1.00/1.00 vMB 201
464,065 464,065 0000000000000000018adb9f92f502e7134e80719d5f6aa3de8e5a66b514c9d9 2,339 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.36 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: 662.79 GB
    • Received: 14.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.