Loading Tool

Explorer IconExplorer

Memory Pool

35,290 transactions
27.81 vMB
0.05744910 BTC
Random Selection Loading Transactions
Max Size: 139.41/200 MB

Candidate Block

Mining Attempt f8bd532b308c06179387918ce23d5999e09b3a3b143476a6552f7dfb5c450874
Version 20000000
Previous Block 000000000000000000002f9dcde73bc5f71e6d226bcadaa835a84eee0f46153e
Merkle Root c7e9a7d4ca1604585e5fbc5bebf37aa870d907eed99da55558a384c35f18e1d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.00441730 BTC
Feerates: 54.59 > 0.44 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,557 (732,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,937 181,937 00000000000004ecefe122e97bca0f288e264e1dd8c20bc2ae3d485807d58aad 29 0.02/1.00 vMB 165
181,936 181,936 00000000000007240ea8c0be18b2d694ea723a056f8ca9c54cbeb88a3fb5af7a 87 0.04/1.00 vMB 116
181,935 181,935 000000000000082ea599354e81727d665529d3f4aefebbaf4de5060b2833ce71 200 0.09/1.00 vMB 103
181,934 181,934 0000000000000349c9b71136e4ed9ae6ce9c325f4b684c2884b4e373a244fb5b 53 0.03/1.00 vMB 101
181,933 181,933 0000000000000615ee9e147cb380319f42dbc8666949abfb334358074f12a17a 97 0.04/1.00 vMB 62
181,932 181,932 000000000000018f0d2b05982c053084c2e1fe02136a9d86e77abc03b68e8628 571 0.34/1.00 vMB 158
181,931 181,931 00000000000004ca1e60247d4da3c6e7cfc5ecd3774d6267ac8b82d7dd23942f 429 0.22/1.00 vMB 130
181,930 181,930 00000000000009489059506c801a76571c4c2a2c46a3403350d6bf286c938a1f 9 0.00/1.00 vMB 89
181,929 181,929 0000000000000294582ed6ca7a754114ce5b45a9e37635b54e1bcb03e1dc194b 143 0.05/1.00 vMB 97
181,928 181,928 00000000000000901fc3b36af07b251dc8d782f028a165193a56013029b8acb5 23 0.01/1.00 vMB 72
181,927 181,927 0000000000000776bac4938c8bb85b5703225e8ae95ecbbdb7ca283107f405f0 173 0.07/1.00 vMB 116
181,926 181,926 00000000000007ea573e9016911fe580ac899ae1b52083c37aa4f6fe1eaa8f3f 512 0.24/1.00 vMB 116
181,925 181,925 00000000000001f1eb4bd61d8d4ec012a2d072a1676eb93d441f5ff51abf5959 19 0.01/1.00 vMB 28
181,924 181,924 0000000000000021962e952bc4b113b9e86795f9923a321e0422464356972652 127 0.05/1.00 vMB 132
181,923 181,923 00000000000008e683f1a2e48f3b05b4aede5c5acb9edcbcbb55a1583d2dbf0a 132 0.05/1.00 vMB 156
181,922 181,922 00000000000003b237a0b1f6cab63aa0e1e73ad9a93fb2d8f266f8aff8b2832e 104 0.05/1.00 vMB 135
181,921 181,921 000000000000055aca04d6b4c1ca65661912543dcd9af4ba77dc7f024c3ddd89 101 0.05/1.00 vMB 82
181,920 181,920 0000000000000462850a1f145a6770b11e4147f868db95c7d796ae16ef7a9bcc 239 0.08/1.00 vMB 153
181,919 181,919 000000000000048eafc216a4b55f5cf2400786925e01d611bcf7964465de13e9 1,322 0.50/1.00 vMB 123
181,918 181,918 0000000000000673a103163767016a4ed4b41a5975e7f09803ecfbb50135329d 135 0.05/1.00 vMB 125
181,917 181,917 00000000000007f83e0ebf876d0023127ed9e8da044c47c03f86129aa7bbbb9b 132 0.05/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

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