Loading Tool

Explorer IconExplorer

Memory Pool

45,468 transactions
28.88 vMB
0.12823796 BTC
Random Selection Loading Transactions
Max Size: 150.70/200 MB

Candidate Block

Mining Attempt 022398841e3397cf29533dff38a2be47c7a0591079a436831be6b9e4572c611e
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root b9c824a69b76c9e5573b2eeba27e65da9cada7bd871b625e69913341bd3a2023
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03984913 BTC
Feerates: 201.13 > 3.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (550,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,450 364,450 00000000000000000e32df3b93324b681e4fbb42af77d4f29a0c2ad41c21dd0d 1,712 1.00/1.00 vMB 33
364,449 364,449 0000000000000000030efd6441dc3520878727dc7c195aa3a268f33f41a344e4 2 1.00/1.00 vMB 5
364,448 364,448 00000000000000000cfaec129ec542a790b38efaf279a86e4c0f2f51542ecb37 1,237 0.75/1.00 vMB 34
364,447 364,447 0000000000000000098ac25123965eb47ba57287c7bfbeb8af66afe4b872478e 3,215 0.95/1.00 vMB 102
364,446 364,446 00000000000000000f7bbd8268e2f90e96867e3c85e91cc88a4a183eae9ef503 2,421 0.93/1.00 vMB 68
364,445 364,445 000000000000000008fcb3f849e9ff4294e367dbf5f8c298b41139329c8a5fd6 1 0.00/1.00 vMB 0
364,444 364,444 0000000000000000113bb5ead0a4bcdd1091b1f659c2f4c45a76e56ca8a2d3f5 1,210 0.75/1.00 vMB 32
364,443 364,443 000000000000000004be9ec9d3381df9e3f997ac41626fd7cd5743feb71775ed 3,459 0.93/1.00 vMB 81
364,442 364,442 000000000000000011974130333282e876c598e088c619834f0e813f922a3afd 2,244 0.93/1.00 vMB 80
364,441 364,441 0000000000000000016db025d9093c346cd80ab8f82326236a0854a5cc61f832 2,055 0.93/1.00 vMB 61
364,440 364,440 00000000000000000a94f82efb40b0e77ee5d0a0b135615504c62689adff3021 2,765 0.75/1.00 vMB 133
364,439 364,439 0000000000000000110e994b2ecea851aebff1d055dacf470684a5fef53b0d88 1,141 0.75/1.00 vMB 37
364,438 364,438 00000000000000000336dd8ed478f5b7c2e17db5e6c0a63e403e03c374c9f50c 878 0.93/1.00 vMB 21
364,437 364,437 0000000000000000024d5e8b9010d61d93550bfd022a5d8f613f7daa620456f8 1 0.00/1.00 vMB 0
364,436 364,436 000000000000000001307675ebd9763993620a1088568c5dcf1b66efaa690a38 1,840 0.95/1.00 vMB 46
364,435 364,435 0000000000000000023044ad46be1fd88b16997554e3c92ca8251fdb7c80f06d 719 0.75/1.00 vMB 26
364,434 364,434 0000000000000000088a21f972780c767273535ff810824096f980aad639610c 494 0.80/1.00 vMB 22
364,433 364,433 0000000000000000112c075368de2a1b14b542de367519b0dabdb75efa2c015e 2,175 0.75/1.00 vMB 61
364,432 364,432 0000000000000000098e51c56fc0e91e9a9453ce12ca37cb56a0551adfcae73f 2,162 0.93/1.00 vMB 40
364,431 364,431 00000000000000000d6707bc3bf0f625c046cbf1d9a596987c8a8a817354e01a 2,699 0.75/1.00 vMB 163
364,430 364,430 0000000000000000042bf32e2b15b0fe0f1777bf657ac23f93fa5e6ee7620ce9 799 0.35/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 781.88 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.05 GB
    • Received: 12.66 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.