Loading Tool

Explorer IconExplorer

Memory Pool

47,820 transactions
22.84 vMB
0.06057494 BTC
Random Selection Loading Transactions
Max Size: 127.48/200 MB

Candidate Block

Mining Attempt 468b9430e39d9a0141dfc2a3d56cc029f9f262315453d75d8058686bc2780a72
Version 20000000
Previous Block 00000000000000000001d404629c7d8be7d8e850a785cd0afc4e19c6ad92f337
Merkle Root 398a02c6136c83759a1f35121cce14e6ce4275c3ffc77cf5e03651183ea61407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,819
Size: 1.00 vMB
Total Fees: 0.01303262 BTC
Feerates: 100.53 > 1.31 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,008 (741,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,793 172,793 0000000000000aa5c1a58be19b0c18252aa7f4995b30c15be33c225dacd7bae7 24 0.01/1.00 vMB 53
172,792 172,792 0000000000000176f4815a358fd8ba98b46fa25d376e4dcbde3f4ba8635fedc2 7 0.01/1.00 vMB 1,046
172,791 172,791 0000000000000494c87ee95fa0c7366f0d34a230da41373911b9d60b5a031a22 30 0.01/1.00 vMB 226
172,790 172,790 0000000000000b076710694920623c686b340a8a5df205342dd73f7dd5bbccd1 1 0.00/1.00 vMB 0
172,789 172,789 0000000000000a95014d0415afd11e9d77521f019be94f73fe6b01e43789b98c 35 0.01/1.00 vMB 0
172,788 172,788 00000000000005f464f9e61a7b14071dfa16698614378c28daf993e1b00df91e 14 0.01/1.00 vMB 37
172,787 172,787 00000000000005c8a0c086f9ca0ca9ee87078d984ca6ad7ef9acb1e29f057b9c 17 0.01/1.00 vMB 34
172,786 172,786 00000000000006f6087fcd1977bb916fe636b23eaf1cf0cc64a7f56f0a57d2e1 1 0.00/1.00 vMB 0
172,785 172,785 0000000000000115eaa6aebe0816c39d750e2c27d21b2692cef7304268265668 19 0.00/1.00 vMB 70
172,784 172,784 00000000000006b1e067db4dede36dd377862aa68f9b308379e90f6dd58389d7 37 0.02/1.00 vMB 31
172,783 172,783 00000000000004b532d8698c6e64ea78aa368d6e08fcfcbf411901e35d2f97ef 95 0.04/1.00 vMB 44
172,782 172,782 0000000000000082b8c700e66885ee24c793f18360e6d812493728b071afc5f1 2 0.00/1.00 vMB 0
172,781 172,781 0000000000000170d8a318e740188cb9351d38c355120b6453e0b2db9840a65c 26 0.01/1.00 vMB 53
172,780 172,780 000000000000021f4eeb020d66e578300479b9ad480d23b475cb9fcf896423e0 6 0.00/1.00 vMB 77
172,779 172,779 0000000000000a74705bc4e4ee263806bc080b42eeba686ed3ece9c7edbf0f0f 15 0.00/1.00 vMB 52
172,778 172,778 0000000000000664839a99ba323507fba81caaf7bab38d3f805c0d4fa63ea7a9 70 0.02/1.00 vMB 123
172,777 172,777 00000000000003f1662fec3a165fb78c91d4dc7bf1c84bba8631c6a9c9d98c5f 109 0.03/1.00 vMB 12
172,776 172,776 00000000000006f4d098d575a7dea0ffdf9bae40e9e9e90eda990c37a783ffa7 64 0.03/1.00 vMB 43
172,775 172,775 00000000000008ad098f5fe45f2eec8740bb79fd466f1210b63add0b51079fa0 1 0.00/1.00 vMB 0
172,774 172,774 0000000000000770fef2fc804a97cd8db7d2da8aa6bef9051bd9c89ac1ee8a2d 66 0.02/1.00 vMB 164
172,773 172,773 00000000000002002f4f49f3e6bbe4a5ea1f091e11911cc37008af4d00a5d400 4 0.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 780.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 544.20 GB
    • Received: 6.34 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.