Loading Tool

Explorer IconExplorer

Memory Pool

10,645 transactions
3.80 vMB
0.04329556 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.10/200 MB

Candidate Block

Mining Attempt 2e2a5767b4ae180f9d4a08cda2409abdfd45145039d10f0bb569a3bc8db00319
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 90b676952d3f1d165d6f78785a19f238b71f39332c581dfda890d88928bfdad4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,071
Size: 1.00 vMB
Total Fees: 0.03912183 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (765,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,055 148,055 00000000000000e95f6493eea88fda9d7784d75da37a04701104c58f2453e377 9 0.00 vMB 67
148,054 148,054 0000000000000443ae803f60d18947b5d9cd3f0ca03c4e37d7492744b1c6c120 17 0.01 vMB 155
148,053 148,053 000000000000081c88cc174b90d7f08f04f27a27b2b31920a996437447cd31c1 34 0.01 vMB 79
148,052 148,052 00000000000002e9c35af12c56e4da710b31e5aa17899309d95ced6718483bd3 110 0.05 vMB 21
148,051 148,051 000000000000017e56149d2086c471896b91393f0eafe50d3a6cbcdc986b1b9b 93 0.05 vMB 227
148,050 148,050 00000000000009a35b949f7ce95a20e23f563d774028cf8d91bb20646a2d00ee 118 0.05 vMB 157
148,049 148,049 00000000000002507552d3aa2e7b9a12e72d8efa3e6a0f78c1b2dcd712d3d1e3 14 0.01 vMB 281
148,048 148,048 00000000000008fd335083e26bc1126fffd2429035acde7510d2471001b54bd7 141 0.05 vMB 111
148,047 148,047 000000000000041632532abe59616c241b032e6058d6d15c044accc52a4ae54f 59 0.03 vMB 147
148,046 148,046 00000000000005632ce98267a3ec84e87d4ca7ffa16d8f48924fc01107accf38 26 0.01 vMB 79
148,045 148,045 00000000000000ba487e51cbd81107836582021402494cb351215a1f48256f36 60 0.03 vMB 94
148,044 148,044 000000000000075ea61e338e14bb0a30f6020c1ba196d8b7220503ffd7d1346b 38 0.02 vMB 55
148,043 148,043 00000000000006a55a8d8fee7d9011226de7f356cc91a03b06a7acc1482328a2 53 0.03 vMB 180
148,042 148,042 00000000000006f28d3fe081b8cdd17f20abcfd0c0c7adb04e27aaaa1ce529d0 2 0.00 vMB 0
148,041 148,041 00000000000007b8c8935035980003cfaef8cba2bba7e84c92d4fcaa454ef66c 108 0.04 vMB 170
148,040 148,040 000000000000008fb04846ccdc17c409b49836be7bc954cc9c28141661493121 6 0.00 vMB 155
148,039 148,039 00000000000000f511d03a0bedcf046b55bfaee1efa550a1f4545d83127bcd1c 87 0.04 vMB 145
148,038 148,038 00000000000008428bc9e7898ef101cd22f6d6b86f086dbd862de5eee9f01ac3 26 0.01 vMB 44
148,037 148,037 00000000000006b0a73147195f98fec1a5da5eded6e9c1f28cc4c0c8b11aeec1 7 0.00 vMB 11
148,036 148,036 0000000000000576bcb315a0785494b97f47c40b539b3a3e278d8e49f669e6fe 8 0.01 vMB 41
148,035 148,035 00000000000008f2a2596ad90e0862c12d388148273c9265f746d8ae79245d78 4 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

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