Loading Tool

Explorer IconExplorer

Memory Pool

81,218 transactions
30.45 vMB
0.08475315 BTC
Random Selection Loading Transactions
Max Size: 182.92/200 MB

Candidate Block

Mining Attempt bc27661a9b3e1556fafded698142077451274ddaa919e0a309b7d181e0c6bf9f
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 25a918a1b185f655fa774f89b6cc4da006e9e2a04113a64cb320a9b537c0419b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,208
Size: 1.00 vMB
Total Fees: 0.02116075 BTC
Feerates: 100.24 > 2.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (694,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
220,127 220,127 0000000000000049f3e96aa4ee0ac8bfeab664b391112d40d62bb3c6ee6d4087 913 0.25/1.00 vMB 240
220,126 220,126 0000000000000277b4b6bce7bb763e144ca9e7955fc3a53871d7fb5bf589989f 649 0.28/1.00 vMB 155
220,125 220,125 00000000000000060a18cacef64c318fdff215dd6a8f82a51cae62b2ff719865 657 0.31/1.00 vMB 162
220,124 220,124 00000000000003dff29e7192adce321d2e97a925e71b8e776712d3534c7ecfdf 829 0.25/1.00 vMB 275
220,123 220,123 00000000000001e404702e1fda9a028df3638bdd5e42576a1531c45df0a118b7 132 0.05/1.00 vMB 80
220,122 220,122 00000000000002db960afc1db236ff884b984df25f1cac17c1d9a37837b4fe2f 791 0.46/1.00 vMB 169
220,121 220,121 00000000000001620fc1d82f71512fee95574c630b96560bf63996282a454990 439 0.22/1.00 vMB 176
220,120 220,120 0000000000000288ed4db2bce8f69a8c08006e3913c438ecc1c88607f5032a3b 555 0.25/1.00 vMB 177
220,119 220,119 000000000000014b8ebc289046b188a6da50f013cabb69acd5af077bd0532442 647 0.25/1.00 vMB 255
220,118 220,118 0000000000000424753c86dab2500960c9548b8ff5e0f2274c10e10a08662b75 315 0.17/1.00 vMB 141
220,117 220,117 000000000000020a36b4600e143a8e52ed6dbcbf67caa446c5c4e2e6428b4a39 775 0.25/1.00 vMB 288
220,116 220,116 00000000000003a03de28067627797f927ef5dac6b0f6eadf0f5f0246defd17d 87 0.05/1.00 vMB 50
220,115 220,115 00000000000000ebfab86de43954410d88ba4bf7fc8add64970f408e30c9f367 37 0.01/1.00 vMB 212
220,114 220,114 000000000000008fc1465ad78ee9d9bd3af5dca4662bb8920bba4dde77376d7f 311 0.16/1.00 vMB 181
220,113 220,113 0000000000000009a820b4032424927d995bfb1f042e4342bd14afcce1c07f81 246 0.11/1.00 vMB 201
220,112 220,112 00000000000004c97cd9b2073afc373edda69d9a952b1ba021a5c4a1de293dfc 118 0.05/1.00 vMB 122
220,111 220,111 00000000000001d90bb1f985f25375b5fe2bf17f0fccff2d875adcfb6c664aee 393 0.24/1.00 vMB 128
220,110 220,110 000000000000036c5588dc6b41c1839c24d31bd3f6c243e2f40e2fb996130a00 512 0.23/1.00 vMB 177
220,109 220,109 00000000000004506c43d784cd42fa7ff16acda2ee522a8367224c3c6a3806a5 651 0.25/1.00 vMB 205
220,108 220,108 000000000000007cf3d8b4ef0cfc8b68b44f61370cc4e9acb378eb8cd241c260 676 0.25/1.00 vMB 192
220,107 220,107 00000000000001e8946bfe7f01ab131b3c2eb4d1c06feec1dd37e07a127a64b9 504 0.28/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.37 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: 663.65 GB
    • Received: 14.92 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.