Loading Tool

Explorer IconExplorer

Memory Pool

44,777 transactions
28.14 vMB
0.06222713 BTC
Random Selection Loading Transactions
Max Size: 149.53/200 MB

Candidate Block

Mining Attempt 2d7ff11f973a7422edd889ae98828888f4d141ac9db13ffd1e7d2cfab04ed874
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 31691cf2c559743eac65f45c8dd2a8e69820d32a09a5a759e847039fbdf61f06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,698
Size: 1.00 vMB
Total Fees: 0.00914243 BTC
Feerates: 361.66 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (281,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,729 633,729 00000000000000000008320f2f02c15b6745cfa6a8d6e94db6bab956cb048406 2,627 1.00/1.00 vMB 39
633,728 633,728 00000000000000000011bb00566f17ab334462190b488e00b182708832682618 2,891 1.00/1.00 vMB 14
633,727 633,727 00000000000000000012c04d6ba3e2786bf3a2ec1627a6c1b8e0a9ed9104164f 2,536 1.00/1.00 vMB 50
633,726 633,726 00000000000000000009cb904e561544e98c2755a59bf750c4bf9bcc984479ea 2,624 1.00/1.00 vMB 20
633,725 633,725 0000000000000000000891fcc983665fe061b3c6a800f33bc77ac14770c2d9b7 2,447 1.00/1.00 vMB 44
633,724 633,724 00000000000000000007494a6667445c77760707e6bcb30724192cdfc9595883 2,519 1.00/1.00 vMB 20
633,723 633,723 00000000000000000010988af87229af4734ec4953b492f8360b3eac095e7d91 2,677 1.00/1.00 vMB 36
633,722 633,722 00000000000000000011d0b18ab17e9b39a59c7d091f665aca2b4aadec9af08f 2,750 1.00/1.00 vMB 44
633,721 633,721 000000000000000000132369bd16c941b9065b5568ab696dd1266574362dba13 2,046 1.00/1.00 vMB 62
633,720 633,720 000000000000000000071620807d2acf59e36144d2ae813f378d96d9a0d92cbd 1,920 1.00/1.00 vMB 62
633,719 633,719 000000000000000000142f8ceb1ac1e6ae49c75a721d1401d146856ce78f74c8 1,501 1.00/1.00 vMB 65
633,718 633,718 0000000000000000000125ed4fe165acaa07f91b083883e40a52e904940047dd 2,165 1.00/1.00 vMB 18
633,717 633,717 0000000000000000001201e26188f20c78057eece52ae4f9334cc648a7398e12 1,823 1.00/1.00 vMB 27
633,716 633,716 00000000000000000006b3dec85a6b5ac99cdd960fb927f27f8b1fb98a3e7be9 3,045 1.00/1.00 vMB 52
633,715 633,715 00000000000000000005a262c4f9e08571a0c9f42d3592afda8b9f2992126118 2,439 1.00/1.00 vMB 43
633,714 633,714 0000000000000000000abecc1cb25679aa0186e04c54f3e7408cf1780f1d8cc3 1,796 1.00/1.00 vMB 66
633,713 633,713 000000000000000000124298160ff387bd825c5a9f2f6ffdef879d72e48aa7ea 1,940 1.00/1.00 vMB 35
633,712 633,712 000000000000000000125a2d3a47d41ab26aa192c9d5c87fa5ce7d288fa0dff1 3,135 1.00/1.00 vMB 56
633,711 633,711 00000000000000000012d2da2f603aa47ecdbb2b5a8a96f6c6c9d427189e1adc 1,557 1.00/1.00 vMB 42
633,710 633,710 00000000000000000000f304428cc49d835beab5c148c561589bfe032086eb7d 2,573 1.00/1.00 vMB 66
633,709 633,709 0000000000000000001465e81cc7b46d2a5fdfea11cd4676ab8189f40c275687 1,869 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.12 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: 652.16 GB
    • Received: 13.73 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.