Loading Tool

Explorer IconExplorer

Memory Pool

77,432 transactions
28.98 vMB
0.06656108 BTC
Random Selection Loading Transactions
Max Size: 175.32/200 MB

Candidate Block

Mining Attempt e714d822d403b57f40081d6293c0eb0192a1119883b4ac5a3ba54d9fef9d82e0
Version 20000000
Previous Block 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617
Merkle Root 368cac5d1e57c5db2049e51a30a01175228a786f84ac6c27075e9d2a6023d02a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,597
Size: 1.00 vMB
Total Fees: 0.00578690 BTC
Feerates: 44.66 > 0.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,168 (283,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,962 631,962 0000000000000000000be954973b390991288a52c5922ab7d3dd94ee61e310f0 1,941 1.00/1.00 vMB 21
631,961 631,961 00000000000000000002ae2fec3d441d6ddb64aacbde2cf84370b2fe38fa9aba 1,876 1.00/1.00 vMB 69
631,960 631,960 000000000000000000003827fd666b7702a803b4c7735d3867684c85c3c32afc 1,353 1.00/1.00 vMB 25
631,959 631,959 0000000000000000000ed7eb1503fcdc87d15682761f486e2d5714fd40567ccc 439 1.00/1.00 vMB 8
631,958 631,958 00000000000000000009f04f1e2da10b9629fd2354af02df293c49306d3bf826 1,270 1.00/1.00 vMB 22
631,957 631,957 0000000000000000000ecf3fb1fd06ffd00dbcb7e0e8053971a46cba8668d44a 1,017 1.00/1.00 vMB 16
631,956 631,956 00000000000000000002db01ceb58c5050d2fe528fdf28788f44c862a471e737 1,740 1.00/1.00 vMB 40
631,955 631,955 0000000000000000000e4027c18aa6d5802cfd3c93e0f480b56c241690d712d9 1,644 1.00/1.00 vMB 27
631,954 631,954 00000000000000000010b7abf476ed4f40f88996ee6a347da62f85403b57ac5c 2,683 1.00/1.00 vMB 50
631,953 631,953 00000000000000000000a0446dc260e6cf439546015f27c2570443d4db8f8c52 2,644 1.00/1.00 vMB 79
631,952 631,952 0000000000000000000c253b167f31e90e5d1b8bbd2f52932d2bf98a8fcfc877 849 1.00/1.00 vMB 17
631,951 631,951 00000000000000000009db63a656e9e7f62cf60b3b9787bc5c6ba4e9634c2085 586 1.00/1.00 vMB 4
631,950 631,950 000000000000000000067af76e3e524beabb9557f71413d8db9b88760e445d3b 459 1.00/1.00 vMB 12
631,949 631,949 000000000000000000062a45874421c3dcac8a25378e8a7ecd4b5987d10f7b14 706 1.00/1.00 vMB 16
631,948 631,948 0000000000000000000e6bc45abd705bc831383aea697f74528a2ca0d12c17e0 1,796 1.00/1.00 vMB 37
631,947 631,947 00000000000000000002bd16f0f43e2056744cbadcf01a6c29e8a3c945c3908c 1,347 1.00/1.00 vMB 31
631,946 631,946 00000000000000000006484c49de5683212e7cb4601f7d5b35bc1185a1c92156 305 1.00/1.00 vMB 6
631,945 631,945 000000000000000000078ae9be3809c6cd4cf7521fa22b9c3ac9eac22cb54c49 217 1.00/1.00 vMB 3
631,944 631,944 000000000000000000055f2c3833dc993a9281064637ae6b0734c6136dc9e0c2 2,148 1.00/1.00 vMB 32
631,943 631,943 0000000000000000000e7973fb139bcbcac9b5966c8d7bcf14adc8f97c1fc68f 2,072 1.00/1.00 vMB 31
631,942 631,942 00000000000000000005e9557e8eaaf7e3a435457563127760b2edfaf1e52ac3 2,450 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.69 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: 686.33 GB
    • Received: 16.48 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.