Loading Tool

Explorer IconExplorer

Memory Pool

37,545 transactions
31.38 vMB
0.07821776 BTC
Random Selection Loading Transactions
Max Size: 155.47/200 MB

Candidate Block

Mining Attempt 8373f6a8e2e271b2141367a9030d18d6c0c124c2ba518cc96fe45f3b9740a257
Version 20000000
Previous Block 0000000000000000000153f71b7f7eccbb10249914947240c1efe2db5faaa00d
Merkle Root 8fb192598556210b7dde5ae1c78e3e40c0d289a8d8c8d8d47427f60c5e6cc7cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,944
Size: 1.00 vMB
Total Fees: 0.01491907 BTC
Feerates: 393.72 > 1.50 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,331 (5,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,854 908,854 00000000000000000001bafb2ad1f5b45fb274224ddba396b910dfd2d9b037fb 4,013 1.00/1.00 vMB 1
908,853 908,853 00000000000000000000b6ba3d9687f7e00a92b50258de9cdc731921e87b2542 2,871 0.88/1.00 vMB 2
908,852 908,852 00000000000000000000f4472c423c33710869debace6d2032bb2dcfec06c153 3,677 1.00/1.00 vMB 1
908,851 908,851 00000000000000000001b59c1ac89ca4a9cf3ff0c104e312ab49963072253cf5 3,488 1.00/1.00 vMB 3
908,850 908,850 00000000000000000001dfa006fae73a81c21fcd34258b95f328efd7efde20e4 3,317 1.00/1.00 vMB 2
908,849 908,849 000000000000000000016f6cc4d23b8b2846f0b997609606808592ae809b8ed0 546 1.00/1.00 vMB 0
908,848 908,848 00000000000000000001d0cd0238758216439e37e324b554b1a9b2457d93db38 3,999 1.00/1.00 vMB 0
908,847 908,847 00000000000000000001028a7d43d7ff8d00d0ed1640d7c5ecd1ba4d7833b26e 4,788 1.00/1.00 vMB 0
908,846 908,846 00000000000000000001d9509659d92a900f0f5f8db0289eb50e54df71dfd52d 1,981 0.54/1.00 vMB 2
908,845 908,845 0000000000000000000184e91729232505f0f536e350d259734b86462440f542 3,175 1.00/1.00 vMB 2
908,844 908,844 00000000000000000000248bf88e6a2d8b28eac43f8cb59000fef3deb3ce9177 4,968 1.00/1.00 vMB 0
908,843 908,843 00000000000000000000a131a5fe9dfb3f6f1ea632a49d2a098577a570841d62 3,500 1.00/1.00 vMB 0
908,842 908,842 0000000000000000000012b651d80be9603ac6bad41047cbae134b05473bf96c 3,024 1.00/1.00 vMB 2
908,841 908,841 000000000000000000004be73d2ea5effd4c8cd9bb203f69f0d1c15104721881 3,898 1.00/1.00 vMB 2
908,840 908,840 000000000000000000000b2c80c75cba1bada02aef0bd551d0baf6ee8b24d434 3,689 1.00/1.00 vMB 2
908,839 908,839 000000000000000000011e5a07dddd295fc76bd068230721dd96a577f29c62b9 2,960 1.00/1.00 vMB 3
908,838 908,838 000000000000000000006da63b5951e9a5b6c7513684f71d6547083f8ca78902 3,756 1.00/1.00 vMB 3
908,837 908,837 0000000000000000000059f9e0148fe068f8c0136aa7344654f30886aa3ab990 2,971 1.00/1.00 vMB 1
908,836 908,836 000000000000000000001948fb660da16c67348756b3298e9748e4dcaeb9ad8d 3,809 1.00/1.00 vMB 3
908,835 908,835 00000000000000000000bad7e90dd7b91740eb8c58b01fbfdc694626c00fee92 3,458 1.00/1.00 vMB 3
908,834 908,834 00000000000000000000811aa89a5e727db1be6ea8a4a5c5065e369cb5402a04 4,639 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.19 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: 583.01 GB
    • Received: 9.33 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.