Loading Tool

Explorer IconExplorer

Memory Pool

13,215 transactions
5.62 vMB
0.02572896 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.08/200 MB

Candidate Block

Mining Attempt 917201a039300766a56955ed8e16ff43651fbc692210bb4e87b16f2ff64cc563
Version 20000000
Previous Block 000000000000000000005154d1d4ca737b24005588c846e9daad0497d8002fac
Merkle Root 55569edb0928b99621be8cb93f9946d9422227476771acc8fcd7b57819748ce3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,499
Size: 1.00 vMB
Total Fees: 0.01646592 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,447 (725,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,418 188,418 0000000000000587556425a377c751a40d61fe1156c2e6b16e844fdc38c252b7 492 0.17 vMB 135
188,417 188,417 000000000000068db7b54968995fce470f02f7fbef8e273343024b1db7e38234 512 0.28 vMB 181
188,416 188,416 00000000000006d397bcecab951c127fe70dcd06f11d4e0a3ba72c3d443e0362 490 0.14 vMB 161
188,415 188,415 0000000000000347267a58ac44702ffd2e3d88e8418cddd39c9379fd257af008 421 0.25 vMB 213
188,414 188,414 00000000000007a99876118dc078a3f3e09fbf7aad7353c2cb5645420aba3b42 284 0.25 vMB 139
188,413 188,413 00000000000006e95be670ddf73de2566dfe0112b77967ae6d1cc4e9601e4bbf 158 0.05 vMB 402
188,412 188,412 00000000000002b3cb93ee5bc33d20367889697a818ba81adb80f7562404105f 123 0.05 vMB 389
188,411 188,411 00000000000005b54624da59731aad8fc237c3a59a0689d7783e68da8a5d6806 138 0.06 vMB 136
188,410 188,410 00000000000000f17853500bc910ecdeb1f931ad400f5aba67b7960aa3337f75 162 0.06 vMB 942
188,409 188,409 00000000000005ea73b4c734b50e7f23a0ac1cdf8a880c67e72c44062642b7f0 171 0.06 vMB 99
188,408 188,408 00000000000006048e7c5524261f217956a9b87e602c9e8c2df8cda395fc9f3b 65 0.09 vMB 87
188,407 188,407 00000000000006468a273fc883c18b836d947d9e4d0ff0d7a845459d766b2b6f 37 0.03 vMB 542
188,406 188,406 00000000000003fdbb9278c904528347a3aeac2bb283118de453262baa67d603 265 0.20 vMB 79
188,405 188,405 00000000000007b004a19c211102f338d67e0ae81536c7013dbe1ec64f51e5cb 825 0.25 vMB 165
188,404 188,404 0000000000000472dbafe8c11128b392bcaf858c78cd8045b38c0319f316fbdd 12 0.00 vMB 71
188,403 188,403 0000000000000375fc339c8a6208f59ee99be47b0beff109d5bca157b99dcb63 688 0.25 vMB 233
188,402 188,402 0000000000000934046a2ac358ac72a943c58efac2064f83dbc3fcb45d67cbdc 275 0.10 vMB 134
188,401 188,401 0000000000000447bfc853cde5f196141187cf32586e863c703e0736744af0a9 1 0.00 vMB 0
188,400 188,400 000000000000033dcc678a165c3a2bff8e716cad2fa5a3c5a87c2ff9b9001100 181 0.06 vMB 751
188,399 188,399 0000000000000089ecdc316eaf553e5bcd9591bbd46137862829c21a6ca96189 168 0.05 vMB 335
188,398 188,398 000000000000015c80d7b124c8c9c969954b358200ab05682b174c25fede45cf 581 0.29 vMB 143
Previous 10 blocks ↓
Total Size: 779.65 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: 306.82 GB
    • Received: 1.43 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.