Loading Tool

Explorer IconExplorer

Memory Pool

83,298 transactions
30.57 vMB
0.07900937 BTC
Random Selection Loading Transactions
Max Size: 185.95/200 MB

Candidate Block

Mining Attempt 304b75d640934ff36f8f5514610eb60a626c4636c11a10d53318143fbee8fbc1
Version 20000000
Previous Block 00000000000000000001d0302157005d21575da6e24033fd5f2031f58bc16593
Merkle Root bae8bf6da0be23d1df41aa33b46b94de7e5ba60ffe2fdf4f95cb1007c298f0ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,114
Size: 1.00 vMB
Total Fees: 0.01317126 BTC
Feerates: 73.20 > 1.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,077 (96,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,106 818,106 00000000000000000003d46fd1a7fb821c49e6a6a61a59e31649cd3a96cd069a 4,941 1.00/1.00 vMB 83
818,105 818,105 00000000000000000002bfaf909c0d912d6dd15b8441d2f558ff716098797ede 4,039 1.00/1.00 vMB 81
818,104 818,104 0000000000000000000445d76c07f2627083b60cbeb4fac18dbb4171814bdb5a 5,139 1.00/1.00 vMB 83
818,103 818,103 00000000000000000000680800117f277aa00563a3ad81fe8064b019fc6789aa 4,793 1.00/1.00 vMB 94
818,102 818,102 00000000000000000001815e260e06e79768388a3fde2e2475ee2e3149a936a3 4,821 1.00/1.00 vMB 99
818,101 818,101 000000000000000000042930161b84d2f271d4924d50a1aeeecb0922ae593b48 5,039 1.00/1.00 vMB 80
818,100 818,100 00000000000000000001b04f7887532b99a3d4562d96d7eafb6f20ca8a1037f6 4,287 1.00/1.00 vMB 96
818,099 818,099 0000000000000000000091eb402a8abf3dafc26d1a355c3d3e0428dab9b49a8c 4,242 1.00/1.00 vMB 83
818,098 818,098 000000000000000000043af76e59af4a74be9046b1b3c1974e2156787b3794e0 4,921 1.00/1.00 vMB 96
818,097 818,097 00000000000000000001a4372e3b877d7695d366a0f8e41f051493f3403e9d39 4,388 1.00/1.00 vMB 97
818,096 818,096 000000000000000000033736c918cdb111cec816b59372759d57116603c5f574 4,201 1.00/1.00 vMB 90
818,095 818,095 0000000000000000000100b5ae39ef27d82e64c35bde9aecdd86cdc3ea22a4f7 5,981 1.00/1.00 vMB 92
818,094 818,094 00000000000000000000c175f2ccfb35a3d661c07f92374fa463ee0c93031cc7 4,992 1.00/1.00 vMB 91
818,093 818,093 00000000000000000003e30760487782c7af3269ce99afe31fb61a56bc487c42 4,027 1.00/1.00 vMB 95
818,092 818,092 00000000000000000000ae4616ceba25a171ffa6938200a5834f0fcdcce2da5a 3,749 1.00/1.00 vMB 120
818,091 818,091 00000000000000000003379cb160ae92e1ef96a0e06af83d3c3458168e2b658d 3,631 1.00/1.00 vMB 106
818,090 818,090 00000000000000000001487d035616341b6c58d3c8cda0c84b643995b6e15de6 4,294 1.00/1.00 vMB 145
818,089 818,089 00000000000000000003b50a8c9c4ad7c1600a97a9043ec60fb038c108dedc75 4,864 1.00/1.00 vMB 138
818,088 818,088 00000000000000000003bf7dbac719dae42ab7a4bae7d8fc296b6951e7b2d091 5,257 1.00/1.00 vMB 129
818,087 818,087 0000000000000000000022d1fbfb5ea34357dc2c341b160abdf2e8c5a774f847 4,179 1.00/1.00 vMB 8,538
818,086 818,086 0000000000000000000368656e1a04b2b82d8e6feb099531d67570e2c9b6f46e 4,029 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.53 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: 668.95 GB
    • Received: 15.66 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.