Loading Tool

Explorer IconExplorer

Memory Pool

85,330 transactions
30.70 vMB
0.13978465 BTC
Random Selection Loading Transactions
Max Size: 186.51/200 MB

Candidate Block

Mining Attempt 18c3335ac777d6fdaa6a9f7ceafc77d337311f1c5d3a2782d553d6ef1e128de0
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root 91f9939c61151d488d294afd39264c537be3beebac4ce0054aa7088648ce57f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,237
Size: 1.00 vMB
Total Fees: 0.07649789 BTC
Feerates: 170.36 > 7.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (446,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,960 467,960 000000000000000001673383f4214935cd97784b9cc276cf01542476a4d0aa0d 2,178 1.00/1.00 vMB 215
467,959 467,959 0000000000000000014079530b19688cc64d25161e223a66203b60e05b17bd8f 1 0.00/1.00 vMB 0
467,958 467,958 00000000000000000063c15dc8c9dd053cd04c56e410226fddbba9837e607adc 2,313 1.00/1.00 vMB 321
467,957 467,957 000000000000000000aef71d4b64f254760385a84c88cd348dd7eca327c9fd90 2,325 1.00/1.00 vMB 311
467,956 467,956 00000000000000000140f643a8623cbfb1bac4c33a28af6dc6e9961b20a6e95a 1,692 1.00/1.00 vMB 212
467,955 467,955 000000000000000001d40ad778235ff3463d8611ab627cd3fb7a1d859cf17e58 1,767 1.00/1.00 vMB 248
467,954 467,954 0000000000000000005775794ec3d8c8576f659b7f782e5ba707fa94f6256e9e 2,186 1.00/1.00 vMB 357
467,953 467,953 0000000000000000000ccc00c838405af59397fe634aab64f2d2aa4faf823a99 2,427 1.00/1.00 vMB 293
467,952 467,952 000000000000000001b596ef0fbc50ef3bf16f0831cb60cfaa8973f6f416b292 2,049 1.00/1.00 vMB 328
467,951 467,951 00000000000000000081c1c6f882a67d1333b1e545b57540f0703b99d6acef6f 1,928 0.75/1.00 vMB 292
467,950 467,950 000000000000000001d4fdec994229dab54d46f9c4aff11e8a0c19b9d20c9d88 2,024 1.00/1.00 vMB 286
467,949 467,949 000000000000000001d33def19ae475f5bc6ffc01a74667ffa6e5e3b1aae98fc 2,190 1.00/1.00 vMB 281
467,948 467,948 000000000000000000316231494c645a2534eac525d05dd9f1a996c88ddfd005 1,940 1.00/1.00 vMB 320
467,947 467,947 0000000000000000007c8aa739c6b86c2d8bf40bd459e1b7ff86663538d43b0f 2,515 1.00/1.00 vMB 282
467,946 467,946 00000000000000000141476fa9a5e9acbd42bb232ce8f033968edfe1e83d21aa 2,593 1.00/1.00 vMB 265
467,945 467,945 000000000000000000ae7758891ec59f37498e88f7730637f9a05b45f94c222d 2,064 1.00/1.00 vMB 312
467,944 467,944 0000000000000000001c1ff7f8834f345b21936d50863bf53d3095e3a82b78dd 2,002 1.00/1.00 vMB 264
467,943 467,943 000000000000000000fbaeb6ad3c2a75decc2eac1db07132b7fa4ce65e00c03d 2,447 1.00/1.00 vMB 294
467,942 467,942 000000000000000000ef77bb969755957f80b81cd830409813fc1add38349472 2,384 1.00/1.00 vMB 563
467,941 467,941 0000000000000000010d0be911c1baa022f7eebd0ca913591dfc3fbcc7ef8bce 2,550 1.00/1.00 vMB 417
467,940 467,940 0000000000000000005e01c328e2afb662e5e78b5bb44980db9050547f4bb72b 2,114 1.00/1.00 vMB 409
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 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.