Loading Tool

Explorer IconExplorer

Memory Pool

44,683 transactions
27.39 vMB
0.09547390 BTC
Random Selection Loading Transactions
Max Size: 144.73/200 MB

Candidate Block

Mining Attempt 79c6e5c45f68666fc91f7487eb23933b41d181919df5aaba3739282ad3803901
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 52e518c5bf0d28ebe0fd161d45d50813285d7e0c3153715f0426873e9d5e14a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.04402538 BTC
Feerates: 150.75 > 4.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (282,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,290 632,290 00000000000000000004510e37c04e259421c03eaef0b7049c3ac562ce721453 2,368 1.00/1.00 vMB 53
632,289 632,289 0000000000000000000a12fea13cb4c1c3ff52710c93a156dd57fba16e7dd4e1 1,396 1.00/1.00 vMB 21
632,288 632,288 0000000000000000001071513dc5150dcb017a8087f0e2c0e49d3dba14960633 1,781 1.00/1.00 vMB 25
632,287 632,287 0000000000000000000dba0d204c8e2e932bb26397552af2fee0f907bf8114ce 2,588 1.00/1.00 vMB 43
632,286 632,286 0000000000000000000fbea7c704e344bcd0484f2494f4177ca9be007f472985 2,255 1.00/1.00 vMB 39
632,285 632,285 000000000000000000110870eb3b9f731325a587aed817d53de3e6391c4301b4 1,919 1.00/1.00 vMB 42
632,284 632,284 000000000000000000105b4dd57d9494bfeb1d9a492d1a673bc64bfd7c915aae 2,775 1.00/1.00 vMB 83
632,283 632,283 0000000000000000000a2badfe10d5bcd815f4d7e9630ad65cd5abdadc6c3a72 2,653 1.00/1.00 vMB 110
632,282 632,282 0000000000000000000aaacc3d923b25859907f8410be210f517c0a2fbad3d91 2,266 1.00/1.00 vMB 68
632,281 632,281 000000000000000000092e3ba15e7ac803d4c899d22efa2c520ccdaa8913020f 2,646 1.00/1.00 vMB 71
632,280 632,280 000000000000000000102d48de4b42ee6a2251a91b2ad3fa7074d925c3780720 1,440 1.00/1.00 vMB 42
632,279 632,279 00000000000000000005f108a0044bc1bd901f3b3d3ff049ce7de303e665ff60 906 1.00/1.00 vMB 10
632,278 632,278 0000000000000000000e10200228c257331e58961a6403bb774431bac791cb4d 2,672 1.00/1.00 vMB 63
632,277 632,277 000000000000000000000bfc5e18e6fc14e97a2ed91eea2878bc35e594402593 1,881 1.00/1.00 vMB 65
632,276 632,276 00000000000000000007beef62d08dd723c4342bdf89dcf1fe77ca6208f081ba 2,917 1.00/1.00 vMB 62
632,275 632,275 000000000000000000012a701a65a46e105ba092f8e06cf6a7d774a6cdbfb7a1 2,576 1.00/1.00 vMB 51
632,274 632,274 00000000000000000002a845f7d4c7fa818180fb5cd802b1c20ea649bda01267 1,677 1.00/1.00 vMB 28
632,273 632,273 0000000000000000000a76be0adc6f003881f03d58a327ffe0aed481a18fe8c0 1,282 1.00/1.00 vMB 9
632,272 632,272 00000000000000000000ab51c425cb1795cdb6490f24a7cd46d24f607ce8a3b8 2,506 1.00/1.00 vMB 54
632,271 632,271 0000000000000000000f7dc5fb01f3b0897d74f4db6eec4c560e8b971c54b207 2,707 1.00/1.00 vMB 85
632,270 632,270 0000000000000000000c2aa5a2d0790d46c3d66f0e1aa60e886c99b31102a61f 3,010 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.