Loading Tool

Explorer IconExplorer

Memory Pool

79,451 transactions
29.22 vMB
0.07469377 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt 8aac0c6c5048c0c4414465c4c9e55df41e54f8478dff51e23b8e136d88fce88d
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 9033472e94cacf3aad4295d61c4964d5f7a71584e2d4c9dcca1e9591e047c03b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,207
Size: 1.00 vMB
Total Fees: 0.01347290 BTC
Feerates: 74.86 > 1.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (338,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,690 576,690 000000000000000000057767e78eed392477b0f903de3baa140ac6c7731b2692 522 1.00/1.00 vMB 6
576,689 576,689 0000000000000000000504085aebe2b38db6f93f5fce475e490152c78837eb83 678 1.00/1.00 vMB 3
576,688 576,688 00000000000000000023294e79d69deaa266eaa7818c1903ba714a4137581536 2,915 1.00/1.00 vMB 106
576,687 576,687 00000000000000000002af1c5fa3400432afba2a9ad8d4b75418406ae28d1ec0 895 1.00/1.00 vMB 17
576,686 576,686 0000000000000000000ebf994015d760b4f133ccbd24046f048f0b97400e90bb 328 1.00/1.00 vMB 4
576,685 576,685 0000000000000000001e5a3adf35b436b6b11b8ed24aee8e12e5dc011859a58d 1,695 1.00/1.00 vMB 32
576,684 576,684 00000000000000000013e7a6625bb935b22c215eaddbf5480dc60e51ac0923b8 2,952 1.00/1.00 vMB 102
576,683 576,683 00000000000000000029c72be5ef0cad0787cfd4718cb0bd79e8400aa9fd186b 2,897 1.00/1.00 vMB 59
576,682 576,682 0000000000000000001264bbf14272bf9654d595b569bc391f58090616a45b86 1,597 1.00/1.00 vMB 39
576,681 576,681 0000000000000000001c0380b875ad609d96b8a6a220a435b7fc692d986e2e83 1,382 1.00/1.00 vMB 28
576,680 576,680 00000000000000000011c577f3d2ec288f8adc4eec5003b3ce2081bda1fb4c33 629 1.00/1.00 vMB 14
576,679 576,679 00000000000000000001515b826bc0c1560ea0e9d5b3172f28b394f3bd97d18b 1,636 1.00/1.00 vMB 16
576,678 576,678 0000000000000000001be70a9ef4742b016253e960b9c2561fdcb41ae0f96bc2 2,542 1.00/1.00 vMB 38
576,677 576,677 00000000000000000017fe070aa15064a5dc7f882aeea2ef004fa3008401b554 2,479 1.00/1.00 vMB 55
576,676 576,676 0000000000000000001a32c4fe07d968053b52de6bcb0f912051dfd8b1a6e325 2,203 1.00/1.00 vMB 94
576,675 576,675 0000000000000000000ca7c39f3a441a281605bdcc8cfd8f2a595fef3494ebf5 1,443 1.00/1.00 vMB 33
576,674 576,674 0000000000000000000eee6fbee3c6b768a8553e3c6bc583d21c6662627f5f9e 551 1.00/1.00 vMB 13
576,673 576,673 0000000000000000000b7b851d1623db319cb0e68ef5bbbdfff096b1283f96d7 599 1.00/1.00 vMB 23
576,672 576,672 00000000000000000025dc659fa7347b042125b401f7fecc4b5e30fe234a1b91 1,856 1.00/1.00 vMB 38
576,671 576,671 0000000000000000000f9a0aa2d855a9ca1677fa439d747992962f0c4e183b6c 909 1.00/1.00 vMB 27
576,670 576,670 00000000000000000006ec38532b3838c194114162d108161e324c40e8ad29fe 1,528 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

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