Loading Tool

Explorer IconExplorer

Memory Pool

43,006 transactions
26.41 vMB
0.05959349 BTC
Random Selection Loading Transactions
Max Size: 138.74/200 MB

Candidate Block

Mining Attempt c66b50c0df15e45dab1e2afb3ae581015c0513407376ff1166e8fc519c8a31c6
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root bb372f4f1241da579bb1cc31abe63d22a6fb53f7a5f6d60021f2124b733deb17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,539
Size: 1.00 vMB
Total Fees: 0.01127366 BTC
Feerates: 74.70 > 1.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (348,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,230 566,230 0000000000000000001dd1fb27b4ad5092c87ab9c731269dd56e3626aa15b6e2 2,622 1.00/1.00 vMB 28
566,229 566,229 00000000000000000024128157086d4cfdf15e5dfe720bf3268bcc9dc344cdce 2,898 1.00/1.00 vMB 33
566,228 566,228 0000000000000000001f7bca399da0ae8167ef32e934cca1017b8128d8276ffe 2,423 1.00/1.00 vMB 27
566,227 566,227 0000000000000000000be2f89c2ef05f7df0bbfe07d1f41f15702e17c3745cdf 2,893 1.00/1.00 vMB 33
566,226 566,226 0000000000000000001dc0e8776b44953220cf7c87d10023cc2721f0d5f47d87 742 0.27/1.00 vMB 13
566,225 566,225 0000000000000000001faac5e0fc60808246d956f86939bbde1f287f7160bb09 2,537 1.00/1.00 vMB 31
566,224 566,224 000000000000000000031e4b63e9e4c935236a5ac0c4a9e4999ddb2f6669258e 681 0.20/1.00 vMB 30
566,223 566,223 000000000000000000162c6d8635fa59b4cf6db57c127711cca61fd10b89e537 632 0.95/1.00 vMB 2
566,222 566,222 00000000000000000029029d4b5a47b65a161bd4cbda1bc4935cb76a08bdd58c 1,786 1.00/1.00 vMB 15
566,221 566,221 0000000000000000000a0bc28368facea203c557403274715f5dedd4394ffaf5 2,457 1.00/1.00 vMB 15
566,220 566,220 00000000000000000023502bf9eb7bfac7990b36cf89441f5e30ff85c455731f 2,362 1.00/1.00 vMB 11
566,219 566,219 0000000000000000001527e59a12d1e99a4a16087dc6f9e703097a44c07adde0 2,461 1.00/1.00 vMB 19
566,218 566,218 0000000000000000000a80904ba67c3c2e6dfa5f7dc766f668625cc1f2f5f558 2,506 1.00/1.00 vMB 10
566,217 566,217 0000000000000000000f5096b824f53b9f698c1c9e1d7d74d145ba6fe1de9daf 2,660 1.00/1.00 vMB 18
566,216 566,216 0000000000000000001d2e51ffd84936715f6fadaa51e6b2631640017bdae069 3,550 1.00/1.00 vMB 45
566,215 566,215 0000000000000000000e4bef9daba557cc749dafe99d4b3f25ac12d726d9c323 2,821 1.00/1.00 vMB 17
566,214 566,214 0000000000000000001b9f78e8da37f388098206b2fa7419013979550497f35a 1,033 1.00/1.00 vMB 24
566,213 566,213 000000000000000000299847af103e1c2f44af9a860dc01b2455755fa03bf81d 3,127 1.00/1.00 vMB 43
566,212 566,212 0000000000000000000a11b6464897c9770f23a7ca84733a88d9229731125656 2,570 1.00/1.00 vMB 13
566,211 566,211 0000000000000000000bcd6a0c01f3a3c01a61c32086edf9bc2943053953047b 3,243 1.00/1.00 vMB 41
566,210 566,210 00000000000000000028d84dc5badcd15fad5ca1d19d6cf8a4577718e0d07f3c 2,786 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.