Loading Tool

Explorer IconExplorer

Memory Pool

78,435 transactions
29.08 vMB
0.07601778 BTC
Random Selection Loading Transactions
Max Size: 176.16/200 MB

Candidate Block

Mining Attempt e56d00843a9dac9955d15a66eaba81b1dd9efcca7cde5b92f147da16d71dbba7
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 8ecd94c9df119363647fda357273a25644050ec302b724fb8b439a65a1484761
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01504958 BTC
Feerates: 191.02 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (169,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,314 745,314 0000000000000000000108d87fe6baca64c6a5d0ade914205371fcd1ab71c0a2 1,805 0.63/1.00 vMB 18
745,313 745,313 0000000000000000000653904243a14345cfa50a525b8eed6307a3fac70da26d 512 0.17/1.00 vMB 17
745,312 745,312 000000000000000000045a5d1bc8e869c42436f66772950c359e7487c1bdc1bb 1,520 0.75/1.00 vMB 14
745,311 745,311 00000000000000000009963c139bc4f2eced5786a1c6d23e48b3b5366f7503b4 1,156 0.47/1.00 vMB 13
745,310 745,310 00000000000000000007832f7046ebc8a2896f3963de593bee42c4a8b8e33442 1,099 0.45/1.00 vMB 16
745,309 745,309 00000000000000000005fe5455997ba25a58e63bea1c3f0e7bf175f679fbbe41 50 0.02/1.00 vMB 21
745,308 745,308 00000000000000000003d324302844b992f9f0e0e20f9ef0d0b548c4a88f8a7f 686 0.24/1.00 vMB 18
745,307 745,307 000000000000000000011a157c4f724f7efa6bfad3ace629c1f31d6fe15e1666 380 0.86/1.00 vMB 3
745,306 745,306 00000000000000000001d4e14d0adc40aaf0be2ea0ac1fd104be194cd276c95a 433 1.00/1.00 vMB 2
745,305 745,305 000000000000000000052c030a4c48b60c0f3334afa2c10ac1c091a7a6f8430e 2,207 1.00/1.00 vMB 17
745,304 745,304 000000000000000000066be38e22d29857bf1087530a3c5444c479cb67f26ebd 508 0.33/1.00 vMB 11
745,303 745,303 00000000000000000008c53d49b0a08a9fff14e44abbb9ee39a83e4de0181576 1,749 0.64/1.00 vMB 15
745,302 745,302 00000000000000000002f9c0eb8f5474992e181ff468c18732002153b2a898f5 1,293 0.50/1.00 vMB 16
745,301 745,301 0000000000000000000168fa5fb6fbe78e911c9243ae79d6c33b31bc77d30432 2,417 0.87/1.00 vMB 17
745,300 745,300 0000000000000000000134db550bc15aa4cff07a0622dc3068d1c5e94f3eb180 1,589 0.64/1.00 vMB 15
745,299 745,299 000000000000000000038b766ff38c5608953c56ca8bd49df22cf5a89cf6cc91 529 0.19/1.00 vMB 19
745,298 745,298 00000000000000000002bbed494bd1dbe2cbd2cb4f79af8d66b42e8b34ce1b70 903 0.33/1.00 vMB 19
745,297 745,297 000000000000000000045b9523f357224c8ccacdc2aa41a647dad081f842d687 2,171 0.75/1.00 vMB 17
745,296 745,296 0000000000000000000063a7b5f28a334c46e1a1aabe6f4f7d2999ad1648a92f 5 0.00/1.00 vMB 27
745,295 745,295 00000000000000000004ba6834c85ed8e5ed52d9733950a8eec4b53c0405481e 1,095 0.67/1.00 vMB 10
745,294 745,294 00000000000000000006f42d6029188d07415e2fcd9c585ea07483ed22ae2f9c 1,253 0.99/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 669.58 GB
    • Received: 15.75 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.