Loading Tool

Explorer IconExplorer

Memory Pool

43,118 transactions
32.26 vMB
0.13718282 BTC
Random Selection Loading Transactions
Max Size: 161.53/200 MB

Candidate Block

Mining Attempt ce42cc08618e2610886bc901f10e02d646e71937f9c84a59cc8e7dac500185d1
Version 20000000
Previous Block 0000000000000000000147c7dd24837dec3ddf522e94b4367f767e386a6ffd60
Merkle Root e8703da45066c02775f8f0c462cd331b72c00665e2d7f8153418cc2aa5a07e9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,009
Size: 1.00 vMB
Total Fees: 0.06614171 BTC
Feerates: 116.76 > 6.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,357 (911,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,688 2,688 000000003c03dd141b4192065af0a504c78504c0fdf4998321c884982de35ac1 1 0.00/1.00 vMB 0
2,687 2,687 000000000d8cf4669b79f98d128eba46ec24405e572b576dae32284b269dfaa7 1 0.00/1.00 vMB 0
2,686 2,686 000000008c5ca6e2265b477889677b17345d58f93dbcb82d02b25563b0871a24 1 0.00/1.00 vMB 0
2,685 2,685 000000006c4e83dbcb909960d95caaea9a823f304e4e7ca030c213c9b6a9a668 1 0.00/1.00 vMB 0
2,684 2,684 00000000292caa61b5a0aae1528c4d1d629585b667f6a222020b638842a85f32 1 0.00/1.00 vMB 0
2,683 2,683 000000002d843058f2fc99aeace4742b109010e09e99b42d08558af805a4a385 1 0.00/1.00 vMB 0
2,682 2,682 00000000eaead7d7a8ec90b0d5759b24cb40d84fc6d5331bce0d0be4613723ae 1 0.00/1.00 vMB 0
2,681 2,681 00000000a6c5fbddc973517a87e614bcfe39d053109dd357492e1c114a57c32a 1 0.00/1.00 vMB 0
2,680 2,680 00000000a2696fcc7e4db264b594b481759b692ebaff7cff61145ea11d983593 1 0.00/1.00 vMB 0
2,679 2,679 00000000e15e3f9f5237c4d268c20f23ddbb78c2787fe3c1453ce625414cf656 1 0.00/1.00 vMB 0
2,678 2,678 00000000cb8ce334e6e2e10d6c20c52782729389a823283f7ef0eec12e452edf 1 0.00/1.00 vMB 0
2,677 2,677 0000000061f7e541b19cbbe7ead47a67d26b2d721907b959ffb79fe9b56f14fc 1 0.00/1.00 vMB 0
2,676 2,676 00000000cd92aee3ad380fada1532bcc7bd624b2df3cd1838c9f9aa7fbfa075a 1 0.00/1.00 vMB 0
2,675 2,675 000000008e20654a74b828f6959e72885b276bf9cc1d54744385d0ec49089141 1 0.00/1.00 vMB 0
2,674 2,674 00000000f0fd60a5eb86ad77fda2ba38383281ec27b6d3ffc66f053932b7fd32 1 0.00/1.00 vMB 0
2,673 2,673 0000000050d0e11320e855914e531fd47c6511774c1a5f7167dd17a698adebe3 1 0.00/1.00 vMB 0
2,672 2,672 0000000068219b0408068df138c21a953f6e697af66ae95514e001b70f052efc 1 0.00/1.00 vMB 0
2,671 2,671 00000000136c18e706a94aee3ca40c914d4ba806e0606a42c7e951c79cbc8f86 1 0.00/1.00 vMB 0
2,670 2,670 00000000794981ee7b4866a799bfd474b03da9fea865e58625d7168c89007fdc 1 0.00/1.00 vMB 0
2,669 2,669 00000000c51a9d2f4fa8a39fddea8e7666fe212f1bb10b9a65e7d6f13554a652 1 0.00/1.00 vMB 0
2,668 2,668 00000000b649b594c7f46bb805ad060248a078eb721f5754613e5c2ed7b21243 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 590.83 GB
    • Received: 9.60 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.