Loading Tool

Explorer IconExplorer

Memory Pool

81,741 transactions
31.08 vMB
0.08996058 BTC
Random Selection Loading Transactions
Max Size: 188.13/200 MB

Candidate Block

Mining Attempt 5cf91a35fc473805b7ec7f1af532c0d020c6d8233d51a61e34eb72c8ddeacf3e
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 030ed9f1ec92b30b4ab5e1f9da0a34af9b1710b3df4ca54400c2277e4f3b0116
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,157
Size: 1.00 vMB
Total Fees: 0.01591719 BTC
Feerates: 115.63 > 1.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (117,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,521 797,521 00000000000000000000a841c5944debe1727c04e7622098ba3fe14b160e1396 6,575 1.00/1.00 vMB 6
797,520 797,520 00000000000000000003b97d98d2f9440e5f792f545e99165da4a11fe5d5270d 2,549 1.00/1.00 vMB 12
797,519 797,519 00000000000000000002b0cc451c6d55e4fbaf6e0c389b14d70dbd708d268976 1,375 1.00/1.00 vMB 9
797,518 797,518 00000000000000000002dbdf6e7e88933efed6596668b47b39d92b6cc58f470b 7,112 1.00/1.00 vMB 4
797,517 797,517 0000000000000000000571b8786740a1e3bce99c76ea435728082f10d209ed1e 3,893 1.00/1.00 vMB 10
797,516 797,516 000000000000000000009d53bc5c7b2ab1c0ac268ddf0e2fcee210a321acc9c0 5,698 1.00/1.00 vMB 6
797,515 797,515 000000000000000000041275d4a1d8f431bc7658751e40f8d80710ef07ac4b47 3,554 1.00/1.00 vMB 7
797,514 797,514 00000000000000000001f6f51d2baed34402aeb9dae6c3ad9851389d90c94af9 4,873 1.00/1.00 vMB 7
797,513 797,513 000000000000000000014620e1931929738a1089de30392d51e2965990fe9820 4,452 1.00/1.00 vMB 6
797,512 797,512 0000000000000000000199bdb1be9326edc9a4f9e21eb5a9b0474a6a6bd1bbe7 465 1.00/1.00 vMB 4
797,511 797,511 0000000000000000000243f5dd09a8db2931dbb2cf3603647e15696e3b35c6bd 1,773 1.00/1.00 vMB 12
797,510 797,510 00000000000000000000b17527e9c97fcbb2fd935e087f7ac7e46e87c3734c6b 2,408 1.00/1.00 vMB 12
797,509 797,509 00000000000000000002380203746d2723107f5e420b2b499a066b0ca74fa5d2 2,472 1.00/1.00 vMB 7
797,508 797,508 0000000000000000000210b8b5d9c0d72065aef996224373f8d9f6620f711d77 2,897 1.00/1.00 vMB 8
797,507 797,507 00000000000000000002894def354fbc1daeeb754c55d9c81d44cd1ec40375c2 2,055 1.00/1.00 vMB 19
797,506 797,506 0000000000000000000499bcfcc7b41946a2146ffa5c8ee24ea293b730e8acf8 3,644 1.00/1.00 vMB 8
797,505 797,505 0000000000000000000392db7672e199e90f286359e64212bcc88b27bd8f426c 2,942 1.00/1.00 vMB 15
797,504 797,504 00000000000000000003182274982b1ef03e0fdb47b5f41ea85ac7383657b371 2,142 1.00/1.00 vMB 8
797,503 797,503 00000000000000000002f12c39c13459a8e84bb3fc48cee7b73ad7fe87273390 3,028 1.00/1.00 vMB 22
797,502 797,502 000000000000000000011e86ca0881d8d5b12eea226f31dd6d0893acb05f49aa 3,463 1.00/1.00 vMB 5
797,501 797,501 00000000000000000000bb0302cf75394ae039b059f6cb26ec172758c8f59f1c 3,038 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.