Loading Tool

Explorer IconExplorer

Memory Pool

41,623 transactions
26.44 vMB
0.07821809 BTC
Random Selection Loading Transactions
Max Size: 137.78/200 MB

Candidate Block

Mining Attempt 41f32827eb85c7b0d6476e17f5dbd0a0b2162260b105695a727b6f66d99eb71e
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root bcea2c65d2e1f264664eec929fc013fab799b97c4ee46901f15acaa4c7e353ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,451
Size: 1.00 vMB
Total Fees: 0.02968876 BTC
Feerates: 150.98 > 2.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (435,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,432 479,432 0000000000000000004c6d8914e70b018a2925578ff6db51c67b30c4f09c306c 579 1.00/1.00 vMB 13
479,431 479,431 00000000000000000091c679d182d2f1e3fa2b58ffa9652323798a13d9e91aa5 1,928 1.00/1.00 vMB 84
479,430 479,430 00000000000000000062186ddbcfab2733d3499e60e24ddb18578a6bdb31cacd 2,168 1.00/1.00 vMB 107
479,429 479,429 0000000000000000007949974586ecffb59cf4c5806224b0ebf8e3dc39f1d8d1 1,785 1.00/1.00 vMB 68
479,428 479,428 0000000000000000010f5d1b04dde3c7365a6418545604ab39aee4d6378d8dc9 2,181 1.00/1.00 vMB 98
479,427 479,427 00000000000000000129beb6083f8b9740b04e5bbe68b1d9e7d97185d5362e57 1,097 1.00/1.00 vMB 55
479,426 479,426 000000000000000000289663cf6e482093378990fe8e7172b5f14b5f434db936 876 0.47/1.00 vMB 52
479,425 479,425 000000000000000000dfff7669865430b868079c2c0451c49e48b9076b1d5471 2,168 1.00/1.00 vMB 127
479,424 479,424 000000000000000000c6d02800359be1704c7a3ded9e4a6de2361838ef1b732e 1,932 1.00/1.00 vMB 81
479,423 479,423 0000000000000000007ea71e4d370f20692cb243a9104dde376edfb5a3302a41 1,661 0.99/1.00 vMB 77
479,422 479,422 000000000000000000d1f469b0fee854307013c8f624dfefaa2c4bbdda4e8a48 1,263 0.99/1.00 vMB 35
479,421 479,421 000000000000000000cc6787ecc9309b6cb8c589adc1cff313309e9939235cb4 2,115 0.99/1.00 vMB 112
479,420 479,420 000000000000000000b92739daeaa71eb2a5c38f0a448eee7101e3991beaaff7 1,195 0.67/1.00 vMB 75
479,419 479,419 000000000000000000075e41e7a68dc93d11f6b93b648482b5ca423ff81f5cf6 1,478 0.99/1.00 vMB 66
479,418 479,418 000000000000000000a1e0100702da10ab036b869dbcae8c5e4cda7821aa673e 620 1.00/1.00 vMB 23
479,417 479,417 0000000000000000008818199e4bfb65325794b1f96769e1e269b4ec0adcc47d 542 0.74/1.00 vMB 13
479,416 479,416 0000000000000000000612b66f75093a72196ec59a7a3f975388ecad7f257eb7 2,394 1.00/1.00 vMB 55
479,415 479,415 0000000000000000009f743ed862b5253cac14578ba8c1ae97fee9016ea7dc97 2,037 1.00/1.00 vMB 80
479,414 479,414 000000000000000000d5923bd249241cf7579503854955286ab9ced355352a4b 2,284 1.00/1.00 vMB 144
479,413 479,413 000000000000000000acff32d07fd03fb7b99d7ba12af10005d055462a0bb8f3 2,072 0.99/1.00 vMB 85
479,412 479,412 000000000000000000a13bcfbdb89ebf16e69b496dab50786fc3d05728585638 1,278 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.