Loading Tool

Explorer IconExplorer

Memory Pool

38,883 transactions
27.35 vMB
0.05704237 BTC
Random Selection Loading Transactions
Max Size: 139.61/200 MB

Candidate Block

Mining Attempt 2955b85e0a6be214b0093f89f21dae12ceb2fd550b469d58568db0b6e1b7a9d6
Version 20000000
Previous Block 0000000000000000000183fdd09766667573fbca4a30fc6f2455b37becebdd12
Merkle Root 30c8038a876639e29adb82427c03e02d5e09f53c093f1f8ba83e2db9b4b3e2ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,872
Size: 1.00 vMB
Total Fees: 0.00525089 BTC
Feerates: 40.21 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,641 (526,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,228 388,228 0000000000000000073ee5cb7675637d40fb4083bb7f08be0557d1f37329b6da 761 0.75/1.00 vMB 15
388,227 388,227 0000000000000000068ad574422581d4e154cc72c8c0e455ea495f914a940c61 1,880 1.00/1.00 vMB 28
388,226 388,226 000000000000000001878f6981d141b34898fcec1d25e9061a264fda6329b571 482 0.21/1.00 vMB 40
388,225 388,225 000000000000000004f16c8b5f46a8f45d2eb320718dd0d80e3181db681e4bd8 658 0.53/1.00 vMB 22
388,224 388,224 000000000000000005cffeea6620dca64af3a9d8831ba304752d0263864bfa70 1,499 0.95/1.00 vMB 31
388,223 388,223 00000000000000000a6170374cff724daa23880f5161f7931cee55079aa6d370 1,214 0.93/1.00 vMB 24
388,222 388,222 00000000000000000370e188550e1c55778d825336f55f7b4a762371f60d67f2 2,022 0.93/1.00 vMB 32
388,221 388,221 000000000000000001862e262a3145cc1f5ef52f40646ad055ff7243e9d8bb27 1,282 0.93/1.00 vMB 26
388,220 388,220 0000000000000000092d8faa07191b53d5933e7cdea02656d5143a18ceeb0d42 2,130 1.00/1.00 vMB 35
388,219 388,219 000000000000000002a700f5805ca2e31e1059125abb673a59011ecd672c584f 276 0.14/1.00 vMB 31
388,218 388,218 000000000000000008f9beb763ccf1a3e459a5daaa36a5b3b21e12f8d24fb32d 2,327 1.00/1.00 vMB 36
388,217 388,217 00000000000000000dd6e8a113c18332d2808b19b5783931b0b8334b01206103 31 0.06/1.00 vMB 11
388,216 388,216 000000000000000004d1d46210bf49b5b8694bff212c4d1db2014d5c90b320ed 1,415 0.89/1.00 vMB 36
388,215 388,215 00000000000000000a7ea0192973d5338de25db72c76bf45b9d1639426dc6370 2,920 1.00/1.00 vMB 71
388,214 388,214 000000000000000004a365e6b0047ff0d6a950d7fab33639321168208d06632e 2,163 0.81/1.00 vMB 45
388,213 388,213 000000000000000000fc2d57392f23e8fb2c39009be98dcaa749eb5a41fe8dbd 2,247 0.93/1.00 vMB 63
388,212 388,212 00000000000000000c0f2fbb6174b55ad2998ab80ff169c55179b97104a9934a 1,428 0.90/1.00 vMB 27
388,211 388,211 00000000000000000915b92b47c18fdb13122b68e3852096e6801528ca5b204c 1,161 0.75/1.00 vMB 23
388,210 388,210 000000000000000000630daeb502b24b9819d7a470d5d742ae370204f8972999 1,940 0.95/1.00 vMB 39
388,209 388,209 00000000000000000c739fa9b78f0fb8c500850dd50f5c99c6afd429a97e3df2 2,673 0.95/1.00 vMB 64
388,208 388,208 000000000000000004a8f812c633a560fc523b44b6102d019f0e0fa072bb7aaf 2,853 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.75 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: 631.86 GB
    • Received: 12.08 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.