Loading Tool

Explorer IconExplorer

Memory Pool

86,129 transactions
32.07 vMB
0.21700266 BTC
Random Selection Loading Transactions
Max Size: 191.80/200 MB

Candidate Block

Mining Attempt ef1eec7402f75f21e02bbd35826328eb99af72f679a6376c142a3073cf515553
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root bcfbb2f8b054a48b91190c9b7c50239fb8542139f83d4124bee90aa8a089fc11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,879
Size: 1.00 vMB
Total Fees: 0.09763514 BTC
Feerates: 529.10 > 9.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (130,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,525 784,525 000000000000000000046fbc0559a78bcd7e4661ca291ac775777d86600a6343 2,398 1.00/1.00 vMB 11
784,524 784,524 000000000000000000005cc32e7ecc7bbb4f5457f95af8fbb3bf8998fbb2ad6b 3,391 1.00/1.00 vMB 24
784,523 784,523 00000000000000000004b5f3c096a961b2973b2c656ef906c0a78a9498124eeb 1,026 1.00/1.00 vMB 7
784,522 784,522 00000000000000000005e01a724eebf35f36c8287cde4a1ea84f228acacc2825 568 1.00/1.00 vMB 5
784,521 784,521 000000000000000000052ef453db32055524913d390a081622ad3be34cd09da7 2,347 1.00/1.00 vMB 11
784,520 784,520 00000000000000000001dc9e7a99da39a014ae17c3a98efb5721f0fac4152469 2,642 1.00/1.00 vMB 13
784,519 784,519 00000000000000000002ce249f99211c3a6eca5c2221a1afc3d170495273b967 2,631 1.00/1.00 vMB 15
784,518 784,518 000000000000000000048edde94113d59f864fd78ea5f58c32d1c21e907af4fb 1,861 1.00/1.00 vMB 9
784,517 784,517 000000000000000000029ec8156a6259aba512c30c5d06053cd3f5334a09373f 1,794 1.00/1.00 vMB 8
784,516 784,516 00000000000000000005cdf960929747f04e80df1e675adbe01bb8a622d2676d 1,964 1.00/1.00 vMB 13
784,515 784,515 00000000000000000002df1128fc410e8cbcd93d9d90f99d1b6dd37b925b22c0 1,475 1.00/1.00 vMB 10
784,514 784,514 0000000000000000000572a41df1c12e02c923440db6bd97f7f64435f9c784ef 3,059 1.00/1.00 vMB 17
784,513 784,513 00000000000000000005a02e708dc576acbc2880b0e38a7e6ae999a642e7fd05 2,279 1.00/1.00 vMB 10
784,512 784,512 00000000000000000001ed410d7e4d02c9adf03653a5f291a4537223ddfea0f8 1,883 1.00/1.00 vMB 9
784,511 784,511 00000000000000000002d67fae49b125509d164d2fa9649c6dcaed7ef70867fa 2,031 1.00/1.00 vMB 11
784,510 784,510 00000000000000000003ba2a1ab9ba042a490b645ee54c16e99d1dfa92fd0bd3 2,379 1.00/1.00 vMB 11
784,509 784,509 00000000000000000005dfb900b42a1a06f892f0aa89a4e8e7fe6423d812ed50 2,255 1.00/1.00 vMB 11
784,508 784,508 00000000000000000002d08198ce895ce914365d0ecd03c9c5306e2a4e5f3b80 2,112 1.00/1.00 vMB 11
784,507 784,507 00000000000000000003f060b7fda4b836053f5449cd7cf340a1cf29c29cf04c 1,731 1.00/1.00 vMB 9
784,506 784,506 00000000000000000005618942898416db953b6f8b074410b6f4f0ed67fd3da8 1,538 1.00/1.00 vMB 6
784,505 784,505 00000000000000000001accb135f7d868affa8f8fb02908d9b329430a16f6b18 3,159 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.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: 672.70 GB
    • Received: 16.31 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.