Loading Tool

Explorer IconExplorer

Memory Pool

19,213 transactions
9.38 vMB
0.01744338 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.56/200 MB

Candidate Block

Mining Attempt 4aee42b3c8b5d44a65057602afa68eeca8843a30ef890355c638d37a69cfa798
Version 20000000
Previous Block 00000000000000000000c77be48452bb25f0dd2b745c8e738aabebe40d3c9e3f
Merkle Root 24d490abeafa7bb2ce13ff48cbd2dd6548c0908897abf42557ee3b534aa38b44
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,299
Size: 1.00 vMB
Total Fees: 0.00283009 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,511 (778,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,942 134,942 0000000000000b67532efc763ca2118c4611a9447037e45c0e9faca5012bedcc 153 0.05 vMB 317
134,941 134,941 0000000000000bd347d831e78e85c4b736f0ee28e371db4da92794a36720f822 165 0.05 vMB 40
134,940 134,940 00000000000001e4a6b081054bf486b663fe574afe598d6e6eb09a3716057667 65 0.03 vMB 1,085
134,939 134,939 0000000000000272ebec3f27162cacbac851f946bd6f02a610536bcea2ee2422 67 0.05 vMB 21
134,938 134,938 0000000000000465576fd4083ef6caf3bd06c52136ad313c121155d38e66b48e 93 0.05 vMB 458
134,937 134,937 0000000000000a7310507456c16aa4fc578a71e1cfb2590ae2d32e24546df9f2 98 0.07 vMB 543
134,936 134,936 00000000000009f058e7c079be931578d86f321a90628dd643f6b3a81cd41a57 20 0.01 vMB 307
134,935 134,935 00000000000001ef157ed7561fda2183b94f9da7fa147fb5de630c942c5b9b7d 41 0.02 vMB 633
134,934 134,934 00000000000008ca16f8bc2cfbc52fac4295b3fea5cfe9edb7fe6406438570ba 159 0.05 vMB 74
134,933 134,933 0000000000000235bf895a405b227f6636102a4b6dea37342c053239fa6ce7d0 186 0.08 vMB 300
134,932 134,932 00000000000005ef1a1c3eb303c3589e488f9d3062912b165ddc751dcbc0a366 118 0.05 vMB 335
134,931 134,931 000000000000029188544d958848a3a107f86ea522565305ff3c970051d3dba6 85 0.06 vMB 711
134,930 134,930 0000000000000874f7102044ec38159a2bbc984beb7b7d57e736bbf7367672b5 147 0.05 vMB 640
134,929 134,929 00000000000000c0b4bcd5b86e0fdd4506ad7f076c34fa2f069487790e13d8bd 149 0.06 vMB 500
134,928 134,928 0000000000000472efcd08d7cb709f25092bc2f179bccff312f7c4cc598c2314 39 0.02 vMB 633
134,927 134,927 000000000000062f9c0f6009de20c008d330ff26a811fd74059dceec17247ad8 59 0.03 vMB 168
134,926 134,926 000000000000055a23ee477cad82aa12624b3d93b3adcba8a6b492fc7d39930b 72 0.03 vMB 950
134,925 134,925 00000000000006498d214ab66aaf73be7c58f4b9499aa48008e2cf9d97b8d0c3 130 0.05 vMB 275
134,924 134,924 0000000000000a9c145562437840dc7fc8b9187e414fb16e091c633f1fedcbe7 108 0.05 vMB 147
134,923 134,923 00000000000007e808a9d45564d0e48157508b4cff31312587c320950ff18042 678 0.21 vMB 261
134,922 134,922 000000000000033531210303768d5d64358c6d8d545709202cd5b49d1aa7f369 62 0.03 vMB 344
Previous 10 blocks ↓
Total Size: 779.75 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: 380.18 GB
    • Received: 1.91 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.