Loading Tool

Explorer IconExplorer

Memory Pool

73,000 transactions
28.32 vMB
0.06542476 BTC
Random Selection Loading Transactions
Max Size: 167.53/200 MB

Candidate Block

Mining Attempt eae79bd9dfc3f04bf56cb5189776e9437f8335627da2ace3f838432bf1f0afb3
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 68ccd75faeff91abb3ecb5d1f692f66ad2c71edf646601a090686c1dba0386c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,130
Size: 1.00 vMB
Total Fees: 0.00872685 BTC
Feerates: 48.75 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (731,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,824 183,824 000000000000083bfb3eeaf1fa8245ff58d4c301776d5e68a498e1b2cfb2868a 233 0.09/1.00 vMB 175
183,823 183,823 000000000000039abf78e1c6b4540ae8a465d0a4491bcf8dcd3a0b029f8d9264 14 0.01/1.00 vMB 18
183,822 183,822 0000000000000a73ef7f73a15446ef03a79076c3d93f4af093405e0f2fb473ca 202 0.17/1.00 vMB 127
183,821 183,821 00000000000003265838493eb03efbc139ed2336d3aabfbca6e50572a00f6df1 106 0.06/1.00 vMB 137
183,820 183,820 000000000000010d38c794f1f0e66cc686d40e7469578e3796ccf06c7e302774 1,045 0.42/1.00 vMB 223
183,819 183,819 000000000000083d7a5faf47058ff5e7aad24d0add833995f9e674aa39b87266 11 0.00/1.00 vMB 29
183,818 183,818 0000000000000378335a8c7f5b1494b0bb5768e2c4787e9f2fdbf49b1990172c 105 0.06/1.00 vMB 440
183,817 183,817 000000000000035d69f91638c353692b00a1c3df53d57d16980fd112911b8683 554 0.27/1.00 vMB 144
183,816 183,816 000000000000075dbf74f5280b16a694826512bd8c60e6d16b1c0e0751950fd1 7 0.00/1.00 vMB 256
183,815 183,815 000000000000074922d2e9976887bc89111e1fb4ea106b348aafe28b7d0f000e 10 0.00/1.00 vMB 31
183,814 183,814 000000000000097c2431f9c9d0eba892cb534493fc5c1ce4a6008c7766983aec 695 0.25/1.00 vMB 151
183,813 183,813 000000000000083d977db96f2df5f26a61f633aa6b0a2961ddf71915d56ccb96 139 0.05/1.00 vMB 210
183,812 183,812 0000000000000121ea9fba9ac973cab4106e125c0caed2ef52b3e12722d5d9ef 8 0.00/1.00 vMB 0
183,811 183,811 00000000000001ac580f6e36527eb17200da5a3372ec2318f496a4f3341fff0a 581 0.26/1.00 vMB 160
183,810 183,810 00000000000005745e029ccfb78b9c1f955e9fb4693638e81ad24873356178a8 225 0.09/1.00 vMB 154
183,809 183,809 00000000000005767dca9e3183b5099a5b667d3d5ba37ea26b697aef6afed59e 460 0.18/1.00 vMB 226
183,808 183,808 00000000000000ae96e741508e6eab0637577b440497ff3e7dd952124ffa0a54 189 0.08/1.00 vMB 227
183,807 183,807 00000000000003d79346197078a722c6fdc53a8318365eca38faf13a2aab5210 134 0.05/1.00 vMB 64
183,806 183,806 0000000000000a3a2cea51064985a9ef96818d9ec8847ab27b908008a5dd0b51 339 0.13/1.00 vMB 201
183,805 183,805 0000000000000339d05208d1f2da7d40203d63b8766c5a0091e16f0183112c16 21 0.01/1.00 vMB 273
183,804 183,804 00000000000006d3e164623630fa62ce582f7ab2a32a7b70381e54c634d4c654 298 0.18/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.