Loading Tool

Explorer IconExplorer

Memory Pool

33,582 transactions
19.71 vMB
0.05750404 BTC
Random Selection Loading Transactions
Max Size: 104.81/200 MB

Candidate Block

Mining Attempt 35d70bf334a784047d3c70fde9aec4a66a9de741d2faeed4c94e3e8143845e8a
Version 20000000
Previous Block 00000000000000000001d568400ead8b62e94b68432119ed120e2a29cb104045
Merkle Root 145f82a01465cbae7bea60010a93f15e9efb06f3c81bc5ad9401cd1afc722400
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,125
Size: 1.00 vMB
Total Fees: 0.01675931 BTC
Feerates: 171.09 > 1.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,707 (723,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,731 193,731 000000000000043da0c67ebad61156445b8f0ad154ad8d7f37784aae5efbf43c 154 0.07/1.00 vMB 105
193,730 193,730 0000000000000271611badd9d41dde822b3acd26e0894f2289877d2550ba55ef 72 0.04/1.00 vMB 34
193,729 193,729 00000000000004f965a7b0d65c359b97ae71fefd4a1a259713277f529745945b 480 0.24/1.00 vMB 139
193,728 193,728 00000000000006b965098a58446332a35c81770d2dbd12360d0f0440ec3877ac 522 0.25/1.00 vMB 115
193,727 193,727 00000000000007802cec5485dceae18f819e58548aa6474b76e97f05332380cc 779 0.32/1.00 vMB 158
193,726 193,726 00000000000002e034f9bc5a1712e7ecc8dd4ee47cf54f034738ae55f972a2d0 590 0.25/1.00 vMB 141
193,725 193,725 00000000000004d9b53c3cfe4552793afb45b3bb5a1473c96179dd7652745a51 126 0.05/1.00 vMB 179
193,724 193,724 00000000000004f18266468a80bcbae0ebd967c5ae61aa6a72beb10c8a48fcb5 61 0.02/1.00 vMB 113
193,723 193,723 00000000000006ae53005ba26d15fbc9d014999fc961a7dc49dee374d2f341de 402 0.18/1.00 vMB 120
193,722 193,722 00000000000000ac4cd8c1444fb8f7d4ff60a8e0fc602781ba7156ae39933cac 515 0.19/1.00 vMB 152
193,721 193,721 00000000000001febf133669bc12e09e15910cc8b3bd486c6ea712b88ef62deb 481 0.25/1.00 vMB 123
193,720 193,720 00000000000000efa9ddab20e78ac050976db7c88ad631e6f8a0d3384713d0a4 23 0.02/1.00 vMB 116
193,719 193,719 0000000000000630832d26eb96ea5b5c6b6fb89b353db5947695a66d605e89a4 243 0.12/1.00 vMB 172
193,718 193,718 000000000000048620d9e1660f5ce7af4fd60e906a6e11d5de4edb5a01f22384 581 0.22/1.00 vMB 131
193,717 193,717 0000000000000467c5e0e2a6a56c1b069d85eca9f90ca79e35ee7f9f2ac26897 482 0.25/1.00 vMB 136
193,716 193,716 0000000000000288691de0dd1eb07a9d1486ab711aa2ff5d6d56a2b9004fcbaf 312 0.17/1.00 vMB 98
193,715 193,715 00000000000000eab979d61ceff94022fb6190e0b63c0750875f198cc6568e6b 217 0.15/1.00 vMB 164
193,714 193,714 00000000000006f79b6a835ada5444fa43bc09a4ef58046fb4aeb9c5ef0a924a 19 0.01/1.00 vMB 65
193,713 193,713 0000000000000252a21f3aa5831901f67aed9cb2cc18b6af175e266447b9c50c 444 0.17/1.00 vMB 145
193,712 193,712 00000000000007a20a941174aaf8030635d39614c3fcb8967e5edf0122f6032b 32 0.03/1.00 vMB 77
193,711 193,711 00000000000006d00b02c794782591f03e1ebb0e4bacb9dc2d1cee06dfa63252 858 0.25/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 787.03 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: 1,051.06 GB
    • Received: 36.20 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.