Loading Tool

Explorer IconExplorer

Memory Pool

78,714 transactions
30.28 vMB
0.07383244 BTC
Random Selection Loading Transactions
Max Size: 183.78/200 MB

Candidate Block

Mining Attempt 96abf790725b96ec45ce0a7ec7548e589f85e1260ca1f8d8ea129d2439f6823c
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 9ad2bc7571f207b49b6fe1350f53731179d6ef8601c47fb11709e91d9fac717a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,861
Size: 1.00 vMB
Total Fees: 0.00940400 BTC
Feerates: 45.66 > 0.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (362,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,157 553,157 00000000000000000025c64fd4f41902fc5bf74564823fe5157f53163bbbc561 1,820 1.00/1.00 vMB 9
553,156 553,156 0000000000000000002a703577e9238bdc905da0a8a7f4e5c98db90fa6e5b809 2,321 1.00/1.00 vMB 4
553,155 553,155 0000000000000000000ac45489a3baf0e42ea38e692d2fb432ac8e9abb52ccf0 2,427 1.00/1.00 vMB 27
553,154 553,154 0000000000000000000b9aadc1c6bdbdcc61b3691defbb542b67a5e4b6315058 3,016 1.00/1.00 vMB 33
553,153 553,153 00000000000000000024c1cf0986ec68c2a3309acd124c5509ac8b217339bf4c 2,212 1.00/1.00 vMB 17
553,152 553,152 0000000000000000001eede0b9860eee4887f04d9ecb6d05c5ad4e3826e985f6 1,635 1.00/1.00 vMB 3
553,151 553,151 0000000000000000002dab85d7495d08978706a71b0e95bdbf00860f4fec2274 1,583 1.00/1.00 vMB 11
553,150 553,150 0000000000000000001c357f8fea8f120ddf3b34293eed807c18f482e913a97a 1,852 1.00/1.00 vMB 12
553,149 553,149 0000000000000000000020e9d040d437b3215aa0b3d70657f48dddb7e93f5358 1,629 1.00/1.00 vMB 13
553,148 553,148 00000000000000000030000062852e029c7fdf19679cfea7d38dbd2ced3cc23b 2,371 1.00/1.00 vMB 25
553,147 553,147 0000000000000000001ef48be4a4a0daee170fa385948c36e636033d690fbd52 2,259 1.00/1.00 vMB 25
553,146 553,146 000000000000000000146e86c1f8a33f67902ac3c90c48e0e3e71fa2dabc6565 2,073 1.00/1.00 vMB 14
553,145 553,145 000000000000000000082f22309de7436422d02dea72de132d16280560cb6379 2,058 1.00/1.00 vMB 15
553,144 553,144 000000000000000000103f53cf90e995d2d267026f83ffb0e29768f1e6acbcad 2,408 1.00/1.00 vMB 37
553,143 553,143 000000000000000000012c1375b84ffda519337324035461dcfa18d0f7cf5837 1,230 1.00/1.00 vMB 44
553,142 553,142 0000000000000000002c55365fad2244f0a11d775983d3dea598f4448f29f8b0 1,219 1.00/1.00 vMB 75
553,141 553,141 000000000000000000054701513c42c42fc6fe955c6494a2d8247655b084f73b 282 0.08/1.00 vMB 13
553,140 553,140 0000000000000000001621a862fad8736cfdca4a5c30918d615bf845ce746da0 1,388 0.64/1.00 vMB 12
553,139 553,139 0000000000000000002710e2072be9a34b4a6eb0688903c7f8d330afb86495fb 1,810 0.85/1.00 vMB 11
553,138 553,138 0000000000000000000f8a75f49058f0d87b2818ddde37bbce963bc19b3c5e6e 366 0.29/1.00 vMB 5
553,137 553,137 00000000000000000009567e5f49a711f773149a3ed6a0042c38d16a7c6903c8 2,593 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.73 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: 707.34 GB
    • Received: 16.67 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.