Loading Tool

Explorer IconExplorer

Memory Pool

39,267 transactions
28.58 vMB
0.06353833 BTC
Random Selection Loading Transactions
Max Size: 145.09/200 MB

Candidate Block

Mining Attempt 0be6c4e833a1ab4e6ce27abe0937641c65ee2a30dde280d255fb036b6afcfe25
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root e9cac454cac329244598a6c33d2780d19b11ce27f45efa6b7eee0df5f19083b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.00839735 BTC
Feerates: 50.27 > 0.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (797,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,501 117,501 000000000000943972f7079d75863b2732179876ed65726bae871ab6e6a149e7 4 0.00/1.00 vMB 3,870
117,500 117,500 0000000000002a271c9d723d7c7221648c7d64bd93e24bfbfd54440726b791a1 12 0.00/1.00 vMB 0
117,499 117,499 00000000000063e758f270520443db48a43021ab983ced38049dbcfff709d084 20 0.01/1.00 vMB 726
117,498 117,498 0000000000008df492fd0c17b0d3c3d756f8b9140523ce42ade2614591ff937b 11 0.00/1.00 vMB 1,478
117,497 117,497 0000000000007c6cfcc67e51bff3beb54af79e554a30d9c0275a114e18c13424 9 0.00/1.00 vMB 0
117,496 117,496 0000000000004376d839a5dd389f44a4481e3ba3a384bb44908e93e367273496 12 0.01/1.00 vMB 181
117,495 117,495 0000000000002ec48556593336cf685a86b3cdaaf4e8d3e4383f2397736165ea 24 0.01/1.00 vMB 680
117,494 117,494 0000000000004095d17e3da19ab221fbecc2c43ff5a83188fc189c59665294ea 5 0.00/1.00 vMB 776
117,493 117,493 000000000000846c977895652e5ab9f82e45beda9f726be1cf50dc5652972f68 9 0.00/1.00 vMB 0
117,492 117,492 000000000000c90e7f1b95e4d1b72682ba5fd401143df39bfcf4fde8c8e1b745 12 0.00/1.00 vMB 578
117,491 117,491 00000000000058476a7a4779c4df89aa6a2738303207488f03e4c2288be38932 17 0.01/1.00 vMB 924
117,490 117,490 0000000000005aaad73667413c6feb976a27ca190006618fe607f2e74f0794bc 13 0.00/1.00 vMB 548
117,489 117,489 0000000000009b5c6d7e2051bad062eab5f252eb54afecd12ab53f4879414e7b 3 0.00/1.00 vMB 1,515
117,488 117,488 000000000000baa911682d4cf97e4ef24d0aef543424eacd07325d02293462ac 9 0.00/1.00 vMB 1,130
117,487 117,487 000000000000a9900a42defa9d3f3dd434f35a57c11981c2ec1ca27790b0c89c 6 0.00/1.00 vMB 1,531
117,486 117,486 0000000000002485000c17e01a5179207ce654ed4c4d7a3fcba37f17bb3c8e54 4 0.00/1.00 vMB 3,865
117,485 117,485 00000000000035eb946fe9542c2c2bac428ef5d41c6aa1b942ef2d466594da95 5 0.00/1.00 vMB 0
117,484 117,484 0000000000008a96ef0c90d0641d16997d5a5d598e91b51b01e88e885c6182ee 17 0.01/1.00 vMB 0
117,483 117,483 00000000000085e27db7270f147d85b1f308528e0aabe41aef121343bcffbb34 7 0.00/1.00 vMB 3,970
117,482 117,482 00000000000034be6a91947f71fec501f0595f29ca8cfc60be3224b14f4fe1d2 5 0.00/1.00 vMB 648
117,481 117,481 000000000000b8f57df97821dff2a6a3f9f52e36d477e86d6013c230a612a284 9 0.00/1.00 vMB 1,477
Previous 10 blocks ↓
Total Size: 781.64 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: 626.29 GB
    • Received: 11.62 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.