Loading Tool

Explorer IconExplorer

Memory Pool

76,118 transactions
29.60 vMB
0.09330146 BTC
Random Selection Loading Transactions
Max Size: 178.75/200 MB

Candidate Block

Mining Attempt 27a2b5032a3ab7e1942da0292b13aeb808660e8e3cd133987e1b654b1cc5cc37
Version 20000000
Previous Block 00000000000000000000e985b7b1cc1a76854a465d8850041916727dd53fce69
Merkle Root 407c89bc150680e8b6c8ad3e62db4849ccb38928ce8f0e6591a70551d7c8c6b9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,137
Size: 1.00 vMB
Total Fees: 0.02707740 BTC
Feerates: 251.14 > 2.71 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,437 (647,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,053 268,053 000000000000000739be715946439d904e87785458f31f5d7eea4e2e982c5a6d 233 0.15/1.00 vMB 39
268,052 268,052 00000000000000027dc8b794d52610dbcb8fc068c8a922665448bf1232ff7964 282 0.25/1.00 vMB 74
268,051 268,051 0000000000000009d5f743924b2d306d06448afd0f19e2ee329594ce11a1e115 781 0.41/1.00 vMB 56
268,050 268,050 0000000000000000e48c2a218331e00f2a6c32ea0cd1ab0314895cd947494ee5 317 0.15/1.00 vMB 72
268,049 268,049 0000000000000008e1b9c3c01fa4f9512f5c0bd403295482470c12c630c3a2a8 93 0.04/1.00 vMB 55
268,048 268,048 00000000000000024831f79d39db95b5a0756c5573d6e17f84865db8ca29face 356 0.14/1.00 vMB 71
268,047 268,047 0000000000000003902783eeb70985a173338c8f6a6f549274cc3a0bfa87dcad 383 0.16/1.00 vMB 70
268,046 268,046 000000000000000853c1e932fda7b23b808f2e23ded6091f1e736879b8cd5278 132 0.05/1.00 vMB 77
268,045 268,045 0000000000000009aa19bc95cea3f2bc63ffd9b479eecfb51373eae5e1e9bfa6 248 0.11/1.00 vMB 53
268,044 268,044 0000000000000004b2c2e165b72f55b48bd2b33c576992331dd259157b3aa650 92 0.05/1.00 vMB 45
268,043 268,043 000000000000000a02bad34b68cab00c114f7f92bc1ff05d9885f580b8e85ec9 247 0.11/1.00 vMB 71
268,042 268,042 00000000000000016f16fc46cfe3e6670c06008ca9f882d53576480615d3275a 134 0.07/1.00 vMB 64
268,041 268,041 00000000000000071b9c71702d40888d8b5dfffc382af2462e88a6ef2888f897 378 0.16/1.00 vMB 70
268,040 268,040 0000000000000003ebafa42b7ae3099743b9c2512a21e7fd3e12a7f9d0926813 82 0.07/1.00 vMB 14,140
268,039 268,039 0000000000000009401b885c1e355fc597d5442af56f47ef86d6d8a6e4d8c22f 171 0.10/1.00 vMB 65
268,038 268,038 0000000000000006e2570f752c585bb460badb4768712bada1c18915b33848fd 211 0.13/1.00 vMB 74
268,037 268,037 00000000000000036851beccaf5bf8619e5f250d94bb7e34afc22e9c2e529fda 356 0.19/1.00 vMB 89
268,036 268,036 0000000000000007472bdd31605d2765e8c00cac5b1b1875033bb11ffdd21ac6 225 0.22/1.00 vMB 65
268,035 268,035 000000000000000746b93bc41c7eb9b69124f242288d3ef62d26e6ce1c7407dd 367 0.19/1.00 vMB 78
268,034 268,034 0000000000000006a7e6eafe0982f69fb7dec8fdf8bb44e8cca89a60e8289c28 23 0.01/1.00 vMB 35
268,033 268,033 000000000000000ae560ddb8d4eeb70603cd41177bfaeb4e13d91e5e0a173c44 88 0.03/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.15 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: 745.57 GB
    • Received: 18.72 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.