Loading Tool

Explorer IconExplorer

Memory Pool

41,222 transactions
28.49 vMB
0.07523629 BTC
Random Selection Loading Transactions
Max Size: 145.42/200 MB

Candidate Block

Mining Attempt 17b748276f7e3c95c0d8efcc4a9172b5087fcb51548df0854f9a67addb8c8add
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2f9b947ba4c52a92f74b1a50dad7e15c988b22e6dd67475dd7b48055fcb7da88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,102
Size: 1.00 vMB
Total Fees: 0.02000536 BTC
Feerates: 88.27 > 2.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (408,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,743 505,743 0000000000000000002eccfcff3e23e4e9f85be1ab784b1b680f309d447c4d30 1,892 1.00/1.00 vMB 237
505,742 505,742 0000000000000000000b80bfc82594c54131dc2a89549757ae67bd4de4a0f01e 1,343 1.00/1.00 vMB 187
505,741 505,741 0000000000000000000b74493f98554b4916107a87a09de290efebde659ad8cb 1,947 1.00/1.00 vMB 194
505,740 505,740 0000000000000000006e039be1c6d7a784bff84be365e12ff819cfb027667dba 2,024 1.00/1.00 vMB 319
505,739 505,739 00000000000000000065631b0267bd0d1ea87c02107681c3af972002494e0289 1,396 1.00/1.00 vMB 139
505,738 505,738 0000000000000000005720b75016b764622fab9421cc1bb85ec612b0d4d6c8bd 2,540 1.00/1.00 vMB 297
505,737 505,737 0000000000000000007d72406f49f4b6643732411e90ba0c3243502e10e0a139 2,271 1.00/1.00 vMB 240
505,736 505,736 00000000000000000049efa59d89070d37c08b6e61628cad155102596a5311c0 2,868 1.00/1.00 vMB 230
505,735 505,735 000000000000000000622a2448b58b76ee4b38c53fac8f6ef3a43eb0f3d65fe0 2,160 1.00/1.00 vMB 350
505,734 505,734 00000000000000000018b2ebf79807d850af7fb61cfc7c33477a1061ceac9693 293 1.00/1.00 vMB 38
505,733 505,733 000000000000000000758ebdb64cb3785caa533db5b8e01b1ca7f6f2b2985c25 563 1.00/1.00 vMB 81
505,732 505,732 000000000000000000274a7528a95ff430acec93594d3b1e46e4f9bee88bf962 1,759 1.00/1.00 vMB 102
505,731 505,731 00000000000000000036357054e9e280db97768863422aa3003ca9cd3937ff3f 636 1.00/1.00 vMB 72
505,730 505,730 000000000000000000405f69377969959737ae4ec586e9e9bbec419287c91875 2,024 1.00/1.00 vMB 214
505,729 505,729 0000000000000000000d4e7941f53ed06c26d598416a21f3cf660f69941f905f 2,303 1.00/1.00 vMB 278
505,728 505,728 000000000000000000500e9e2371c7ae4685581b8af33c6d4b86387e91e9834f 649 1.00/1.00 vMB 39
505,727 505,727 0000000000000000000b9c85fd640a01331fa95370f67e44400ea80dd743409d 1,761 1.00/1.00 vMB 142
505,726 505,726 0000000000000000001af0c4de7bd441ad1bbaf6b7e2ccaafcf24809e9bb79b5 805 1.00/1.00 vMB 65
505,725 505,725 000000000000000000309ced534a99a40daf2bdeb9f8c1be1afc186109ed3bf5 1,948 1.00/1.00 vMB 155
505,724 505,724 000000000000000000064927bf20eadbee126afbfd1c01a27efd4b74817a2280 1,750 1.00/1.00 vMB 152
505,723 505,723 00000000000000000072519c5aa2c2c41851c3a94ff61756bafddd930ee5ed34 1,757 1.00/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.