Loading Tool

Explorer IconExplorer

Memory Pool

78,454 transactions
29.96 vMB
0.08671282 BTC
Random Selection Loading Transactions
Max Size: 178.96/200 MB

Candidate Block

Mining Attempt c705608ba7570b7be4a81dd9d96d29c53ae28aed7fb380e1b6915b891c1ad4e4
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root e82901fc3d714fa3cc5365a82a031ff54561f5ad3edbcd14445ed6ae1e5ba4e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,675
Size: 1.00 vMB
Total Fees: 0.01805988 BTC
Feerates: 100.69 > 1.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (93,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,778 821,778 000000000000000000015ed009b8276cb38287e41a9fb1a6cc1e3c0a36279c2d 5,153 1.00/1.00 vMB 447
821,777 821,777 0000000000000000000128843e7e9949db0c8d075f9775ba515273fe3a09b8de 5,175 1.00/1.00 vMB 548
821,776 821,776 0000000000000000000109aac36bf916a6ede886e0ad71cc04927010a3873296 4,580 1.00/1.00 vMB 557
821,775 821,775 000000000000000000012ebde4819755a6086a0e9126647d2e69858bba096535 4,274 1.00/1.00 vMB 475
821,774 821,774 0000000000000000000063c4d4f638dcd8e2dcd83e56f8d52bec197ccb965b7a 3,904 1.00/1.00 vMB 391
821,773 821,773 000000000000000000027cf8d85551c1d571b8f7b69ec7b911900058eb6128dc 5,304 1.00/1.00 vMB 215
821,772 821,772 0000000000000000000199008e7dae2b54259cfb0ffcd36a708476f2cfbb20fa 2,579 1.00/1.00 vMB 182
821,771 821,771 000000000000000000025b2f72d4b4b84dcda6f101f313eb007e4645df36c718 3,848 1.00/1.00 vMB 258
821,770 821,770 0000000000000000000138933d161d8b3839377196aec87e5dcd2943a6e61673 3,253 1.00/1.00 vMB 250
821,769 821,769 0000000000000000000380233fc29bbbb4b9f3527fe74f7b8e3f4ba61c267854 3,574 1.00/1.00 vMB 204
821,768 821,768 00000000000000000001e0ca368f17fb4759e335fca4c65bc92e1f09c8182100 3,782 1.00/1.00 vMB 377
821,767 821,767 00000000000000000000bbe12d65471feaea2469cf7a350de6b86e1222f30202 2,971 1.00/1.00 vMB 210
821,766 821,766 000000000000000000004e54e29838f888bd26486c2de99d19326d2e60b05853 3,953 1.00/1.00 vMB 212
821,765 821,765 000000000000000000029048a6b71245aac2ca61d050099ecce6eee4f8ec93cd 2,895 1.00/1.00 vMB 199
821,764 821,764 00000000000000000003fc281ab4a12f4dcbb2b6670625d117d3dd2b51823214 3,558 1.00/1.00 vMB 217
821,763 821,763 000000000000000000000d5c487daf6f470b28531267c39b6fd7dee227284fe6 3,573 1.00/1.00 vMB 340
821,762 821,762 0000000000000000000119e1282470855fb3c47017c5bd73a0f76af8c90cfe92 3,755 1.00/1.00 vMB 339
821,761 821,761 000000000000000000023c9f061d07b90522bbb0caa95443a548f57618cce264 4,143 1.00/1.00 vMB 325
821,760 821,760 00000000000000000002f00599bc0a1e9905d7134f9b0daa0a250e33866de574 2,702 1.00/1.00 vMB 184
821,759 821,759 00000000000000000001becc5441b690e39a45bcf6cfb0a0ea8f71106b5b8283 3,361 1.00/1.00 vMB 335
821,758 821,758 00000000000000000003aedaebdc3f2868d9668bc76e59870de73d20147fc2d5 4,252 1.00/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.