Loading Tool

Explorer IconExplorer

Memory Pool

40,216 transactions
27.84 vMB
0.07815806 BTC
Random Selection Loading Transactions
Max Size: 141.96/200 MB

Candidate Block

Mining Attempt 6e8fc4e6b50b847fef3b443e94c4a779a82edf62fe90f03105eca2594cf71e99
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root 2084d08a79a393fb6711cf025a4f7b3c5f5a0e633f6d69ca861cbcbfba5ed618
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,152
Size: 1.00 vMB
Total Fees: 0.02438448 BTC
Feerates: 179.53 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (291,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,624 623,624 000000000000000000114981fdc2abf19635907c64c2fa9e9cd16b072998362e 2,747 1.00/1.00 vMB 13
623,623 623,623 0000000000000000000826762689a8dfc83a3b10f01e4a2cf73c982279a6ff2a 2,205 1.00/1.00 vMB 15
623,622 623,622 0000000000000000000ac868f04f1e023c6b9f169fc21cb7875bf778ee54b186 3,153 1.00/1.00 vMB 29
623,621 623,621 0000000000000000000f5bbefb72265aa69493e001bafa26189719c903472514 3,068 1.00/1.00 vMB 34
623,620 623,620 0000000000000000000b0df9ed1f60aafeea93657012e3f77b4767f2775a237c 2,261 1.00/1.00 vMB 56
623,619 623,619 0000000000000000000a1f0f6d82f69c607f14e33f8761cebe6dffb88d39ac8f 2,060 1.00/1.00 vMB 19
623,618 623,618 0000000000000000000b4a0c1475c4c223df8356353fc5f7fe9ce37ff1ec334d 1,629 1.00/1.00 vMB 13
623,617 623,617 000000000000000000059c60f41ae53a7f28cc1dd200ca226a49b9c5d0c68eff 3,010 1.00/1.00 vMB 19
623,616 623,616 00000000000000000010e50154142c06dfb9b72bc1275d287809116fb977ff50 2,658 1.00/1.00 vMB 47
623,615 623,615 00000000000000000009d400b2da4fe452e16f7f83e044b964031f95baeee816 2,220 1.00/1.00 vMB 23
623,614 623,614 0000000000000000000cd92e779c741c72d0997538a9d31f248c3a2a24aa3fca 2,296 1.00/1.00 vMB 25
623,613 623,613 0000000000000000000aa701da1e03e8eb89d6ce34af90f0609cdc5c3cc412ed 2,006 1.00/1.00 vMB 53
623,612 623,612 00000000000000000009430057bb413c7e7e88a8527870e8341e28fe42db70a0 1,210 1.00/1.00 vMB 90
623,611 623,611 0000000000000000001214ea1172b1b2308730bef56b7c1618c121e7ab00e590 2,665 1.00/1.00 vMB 34
623,610 623,610 0000000000000000000cf320e7cdee65828afd41d34c9f3ab6e46fc00345ade5 2,913 1.00/1.00 vMB 9
623,609 623,609 00000000000000000002089a7b88bac2030eb3744be1a6a1b0cd7e76bd819dd1 2,647 1.00/1.00 vMB 20
623,608 623,608 00000000000000000006f7c2e40c8baa2659a35450cdefcee8e1a36380fcd628 3,108 1.00/1.00 vMB 38
623,607 623,607 00000000000000000003232249eab840cad3cba4aa6ce2ce674cbaac857e8ceb 1,242 1.00/1.00 vMB 10
623,606 623,606 000000000000000000103052b932b2835610d648ffb782daa733010fcdecb594 2,254 1.00/1.00 vMB 17
623,605 623,605 0000000000000000000dc3b75d5a3795e6dcf602e34eb3bb1dd4777687c2df74 2,902 1.00/1.00 vMB 14
623,604 623,604 0000000000000000001150cfb89179f649e3d9b74037310c56d620f70bc61871 1,439 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.76 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: 632.18 GB
    • Received: 12.10 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.