Loading Tool

Explorer IconExplorer

Memory Pool

85,364 transactions
33.06 vMB
0.16039991 BTC
Random Selection Loading Transactions
Max Size: 196.90/200 MB

Candidate Block

Mining Attempt 4a120e9402ba72f273f4aa35ac073a67524aacfde222409104297fe01a763c0b
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d229daf98b08a10ae3906041edd6024cfa9e002fa02c8a57e6d277ace76f2f24
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,539
Size: 1.00 vMB
Total Fees: 0.04956912 BTC
Feerates: 318.30 > 4.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (265,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,179 650,179 0000000000000000000597f7c683687bd3a452ad607c43d05d1fd42273548b50 771 0.24/1.00 vMB 34
650,178 650,178 0000000000000000000b297fb04f3950b899d6480015ddf3efd8f5d189ba90ab 1,285 0.65/1.00 vMB 35
650,177 650,177 00000000000000000009c3b491e40fabb586e68a118d746055e1670c5022dec0 345 0.13/1.00 vMB 33
650,176 650,176 0000000000000000000dbf09d0f8f07ebe51324b49dd01983e86f8f3594a1cfd 2,477 1.00/1.00 vMB 30
650,175 650,175 000000000000000000099bb657351315020f6d4eec6c8e1b98b9867721644828 368 0.11/1.00 vMB 26
650,174 650,174 0000000000000000000b43246a9fb6a74633053b108617c8b04deaf4d3cb456d 2,010 1.00/1.00 vMB 32
650,173 650,173 00000000000000000001deb134349bc5e06f98bfb86da79bac698ee1cb8613db 534 0.25/1.00 vMB 26
650,172 650,172 00000000000000000006f02347866389f57ae037af7f1af2ed58800a0d8110fd 953 0.66/1.00 vMB 2
650,171 650,171 000000000000000000028107052c58b1417d2ea0e2ae9603a46b1bef865ce3fa 1,349 1.00/1.00 vMB 11
650,170 650,170 0000000000000000000777f3a893664559770b77f1766bb937394ca04f0ba91f 2,278 1.00/1.00 vMB 46
650,169 650,169 0000000000000000000951441c45d87cf2b6a0baf6d21c07192059d4256ec59c 2,245 1.00/1.00 vMB 55
650,168 650,168 0000000000000000000ba6351573a1a7850e4e6dd6347adf3afdb117df343c0f 413 0.24/1.00 vMB 23
650,167 650,167 0000000000000000000aafde6bc23a7fc7e25192a0b60107ee445de8859d4dac 2,607 1.00/1.00 vMB 15
650,166 650,166 00000000000000000005dc3df93979eea6b3f096c904673a0a106926d39f3441 2,856 1.00/1.00 vMB 57
650,165 650,165 00000000000000000003f18ac1c7b798d7fbb2c0a78c56ea16f3e28165ba215b 1,339 0.60/1.00 vMB 34
650,164 650,164 0000000000000000000a25928ca56b4c0454256a20ac6b2db4e7e9d04e92aa19 1,336 0.91/1.00 vMB 6
650,163 650,163 0000000000000000000cce6d4915ec36b3fbeea059f7dcece58a280628537cb7 2,796 1.00/1.00 vMB 3
650,162 650,162 000000000000000000019d5ff7a7faf99a81a3c3b87a0ddf1389949e7ced3dea 1,856 1.00/1.00 vMB 17
650,161 650,161 00000000000000000004c2ffa4ebcf20ed51644cd8ecfda76881b8e5685b5230 1,670 1.00/1.00 vMB 37
650,160 650,160 000000000000000000071fa929a69b2d5d8c3b06e74e68c272d1660d30c37c2d 2,728 1.00/1.00 vMB 54
650,159 650,159 0000000000000000000a6875305044aebd186533b42b37261d50119bd5f48c9d 2,012 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.