Loading Tool

Explorer IconExplorer

Memory Pool

44,131 transactions
28.40 vMB
0.11859716 BTC
Random Selection Loading Transactions
Max Size: 147.59/200 MB

Candidate Block

Mining Attempt c32f1f0398270dba396c1dd2676e63b844b84d2de7fc1677352d7c40a4822057
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 7e3c03d244a6234959b34d522771063aafd94b2ecf2cfc33e5d9b0bb3dac705b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03193062 BTC
Feerates: 39.16 > 3.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (571,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
342,764 342,764 000000000000000000832df591f4e06359a8318d16134ff1788357f542af7d7b 2,329 1.00/1.00 vMB 30
342,763 342,763 000000000000000012b5f25e25fc04420193b1b9da298e49e9af3c6b4e6fec5a 739 0.43/1.00 vMB 22
342,762 342,762 0000000000000000019ff3721c73ad39dae8d006e2c0b60c48298553c0c5df1c 318 0.14/1.00 vMB 26
342,761 342,761 0000000000000000089ac9086a3b0c2b6cd506c311c080f9f8384def2d10f10d 384 0.20/1.00 vMB 25
342,760 342,760 000000000000000008f9ceb271c0e54ccd25e23c19194040de82fe3fef10cd96 554 0.37/1.00 vMB 21
342,759 342,759 00000000000000000c24958f23a0c2a2ce24b4825b9a0fbf91ad02437cb0e99e 256 0.16/1.00 vMB 24
342,758 342,758 000000000000000013a8ca0e1956019cc13e8f7bf7c8809785bed65158db27b9 1,946 1.00/1.00 vMB 24
342,757 342,757 0000000000000000098b7174eae4beb8338c3c57b75fcdcb9bc0be53f9e38036 685 0.28/1.00 vMB 41
342,756 342,756 0000000000000000110a282b834c5482102fe037d08a2141a5543bd2d1eff6d3 928 0.45/1.00 vMB 27
342,755 342,755 000000000000000007316c91c624d21796b2d7a1a649369019f6025c46ad020e 203 0.16/1.00 vMB 14
342,754 342,754 0000000000000000025b2132d15bb920dbd00838a9e1bd8ce52510d95a385c8f 275 0.12/1.00 vMB 30
342,753 342,753 00000000000000000e2cb097f61c7f0b7d020facf06b15ac4a9b7d8ae24880fb 1,297 0.75/1.00 vMB 22
342,752 342,752 000000000000000004dd77568bcf5295e6283c8b6aa78d6452ffef407ca999d1 365 0.16/1.00 vMB 36
342,751 342,751 00000000000000000c60f8029777cee9d408001955fbf509cff74f96be56ce86 2,400 1.00/1.00 vMB 31
342,750 342,750 000000000000000000f0fac861cbbb72bc93d9092ab1a91f4b3401ed3e1f7f44 531 0.60/1.00 vMB 15
342,749 342,749 000000000000000015fa08c2567880c0ba477a238739dc67e95f2ed9a0618355 2,123 0.75/1.00 vMB 42
342,748 342,748 00000000000000000ed26fef4a0998de17c2ede0576f96f218cccf5708da2a3e 587 0.30/1.00 vMB 24
342,747 342,747 00000000000000001170539e99b9496b39d454154eed38cd3df5fe4b5dc24b10 901 0.44/1.00 vMB 25
342,746 342,746 0000000000000000072849534bb257dfc995bb625c05b87745be4a5928b36386 1,113 0.59/1.00 vMB 23
342,745 342,745 00000000000000000e56b0e28e2cf950118674d7a73f4c735eb5017fa818c0d5 512 0.17/1.00 vMB 36
342,744 342,744 00000000000000000e5001e6b75a40f6ad24b201cfe30b67140965fc9e4a0a08 1,030 0.65/1.00 vMB 20
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.00 GB
    • Received: 12.63 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.