Loading Tool

Explorer IconExplorer

Memory Pool

78,075 transactions
29.22 vMB
0.08481073 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt 01b3ab4c570523faad80c0da9a2e13251b855d86dba3d53a53487e276a06f0f3
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 764a355f26548e8f33ae3bdc4d6b781b161ca06cd15afa083f902fe446fae392
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,758
Size: 1.00 vMB
Total Fees: 0.02356441 BTC
Feerates: 302.06 > 2.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (514,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,799 400,799 00000000000000000488aee7491aee8adb976929efcb03ba400b794a38921403 2,416 0.99/1.00 vMB 58
400,798 400,798 00000000000000000359643a2313c663ac2b14747bf3d60664c9a3dbb2f3d356 2,635 0.93/1.00 vMB 64
400,797 400,797 000000000000000001f24aaeb775dd791b441305c1ed2f27265504930be05616 2,562 1.00/1.00 vMB 51
400,796 400,796 000000000000000005c7806cef370cbd1d0a8678420760d99b6ec47b06022f66 2,064 0.99/1.00 vMB 60
400,795 400,795 000000000000000000d1ca1db68ccbe84c12f751c98b9d1a14f728e683e8d359 2,150 0.93/1.00 vMB 63
400,794 400,794 0000000000000000003d104665f55e19a3bc69e68bfab83f4616d3a1f178e131 2,234 1.00/1.00 vMB 35
400,793 400,793 0000000000000000055a1f00c428cd6707e119b962109adf17f5dbd901d46ef2 2,794 1.00/1.00 vMB 54
400,792 400,792 0000000000000000039ef2d0ffcdb959f223451c6a2a906d17f23cf5c728748b 2,564 1.00/1.00 vMB 64
400,791 400,791 000000000000000002efe80d8164b669ff79b3971f92b5851536c7d202ff26f5 2,033 1.00/1.00 vMB 60
400,790 400,790 0000000000000000020d6c1961cabc57ae4e385fecb633bcea39aca829cd626b 1,772 0.99/1.00 vMB 54
400,789 400,789 000000000000000005ee009a6c995282aa05654afa13d14b1ae347d5a0b36194 1 0.00/1.00 vMB 0
400,788 400,788 0000000000000000003887952dddf925de652b3b039863687079a9c98e428247 1,453 1.00/1.00 vMB 28
400,787 400,787 000000000000000005fda254628ac85233be3ed40c628b6772c9c1caa005ed16 1,758 0.99/1.00 vMB 35
400,786 400,786 000000000000000004e233778bde6283f9ad9bb84a7a087fc5d94ebc67b08dfe 2,080 1.00/1.00 vMB 71
400,785 400,785 000000000000000001a0b118405b545dab0a8c38bb9affa4c3a5e8f84b2fa80a 1,972 0.99/1.00 vMB 42
400,784 400,784 00000000000000000180a232d87aa224322cae15f3d9aaf3f5907db42ea58ed3 1,939 0.95/1.00 vMB 55
400,783 400,783 00000000000000000633b91d7530f2307dd97c150761a625019244f08105217f 2,126 0.93/1.00 vMB 64
400,782 400,782 0000000000000000008fdc19af13e36a4fa73bb893f206614d2182387c03bd46 1,112 0.99/1.00 vMB 25
400,781 400,781 000000000000000006236bea9303ea26c1d120e39db39806e554b5f405e42f0d 2,084 1.00/1.00 vMB 34
400,780 400,780 0000000000000000061c868ae2a745587883f7f7b4f4ee8bb696b8027d8e7119 2,638 0.93/1.00 vMB 112
400,779 400,779 0000000000000000063ed40e0d41e0e9b284ba8f87ea2a5a17fce5e2084ffd23 1,455 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.