Loading Tool

Explorer IconExplorer

Memory Pool

75,207 transactions
27.77 vMB
0.07683644 BTC
Random Selection Loading Transactions
Max Size: 169.45/200 MB

Candidate Block

Mining Attempt 20234ee0b3e8881b21ad9004284a967f7ebb4fca9aa627aad6cfafcdb708ab00
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 9061a04833678243c30d2d13c3f8653784e2cfbd6a93e13d75977e7dabcae5b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.01711373 BTC
Feerates: 100.00 > 1.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (214,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,586 700,586 0000000000000000000a32a640147c5755ae1596cecef3eeb43bbb654f3fc8fe 1,141 0.38/1.00 vMB 14
700,585 700,585 0000000000000000000add8a79687fb13ac9318afa78b8477765a62bd4e9e035 622 0.32/1.00 vMB 11
700,584 700,584 0000000000000000000d3b7d9a0c6be2a7fe0b9b921319c6001db276e1f8e050 2,505 0.97/1.00 vMB 12
700,583 700,583 000000000000000000064ffb42ad33ecd498e165ea06735de8b82387043dba87 1,745 0.76/1.00 vMB 9
700,582 700,582 00000000000000000004a235daa144373f32f7b3f47157ea237b02142a18ee0e 182 0.06/1.00 vMB 12
700,581 700,581 000000000000000000098b43a03e31526ce01ff70666d83ee792e2574d829887 2,237 0.86/1.00 vMB 8
700,580 700,580 000000000000000000039ea18e8bb74357ff1b1d6b15788bad960a301febe3c9 1,935 1.00/1.00 vMB 2
700,579 700,579 00000000000000000001dc92475d3d891b3d09d93c97359de75bc1e9ec5e4edf 2,517 1.00/1.00 vMB 16
700,578 700,578 00000000000000000002e36dc5d06cfd85b2590e2f13abe6b17a70c7d58935d2 2,405 1.00/1.00 vMB 10
700,577 700,577 00000000000000000003d02ba86eacf2fa0cc9a49a2f0ec0cb6a0f73991fcf31 529 1.00/1.00 vMB 3
700,576 700,576 00000000000000000000b75e91570cb52cd0b8fe5adf766f5cb45e18343f20fb 1,952 1.00/1.00 vMB 6
700,575 700,575 000000000000000000049c4644fa4a1a671de1f3db4bd98bed3ac625201e62d0 1,868 1.00/1.00 vMB 14
700,574 700,574 0000000000000000000ded4a073ba8f439b8c029353604b8bef7c078d30a13b8 3,302 1.00/1.00 vMB 8
700,573 700,573 0000000000000000000abb37d731cb7159f1de07b7071a72b0292c1461e9b845 2,151 1.00/1.00 vMB 7
700,572 700,572 000000000000000000094183d71a81e4c6f3ef2fc2922ac25d6274131416a9a9 2,675 1.00/1.00 vMB 7
700,571 700,571 0000000000000000000159e5fe5d6d63fdf80040fedaa4ccd814a21f07b78591 1,177 1.00/1.00 vMB 11
700,570 700,570 000000000000000000092f6d5325a0c0de85fbd4ffc8eb1f9b6061cde4ea3ecf 2,193 1.00/1.00 vMB 14
700,569 700,569 00000000000000000001e57ef84e7045ab6a46bd50a550cbb4b5a14f1e02f11d 2,701 1.00/1.00 vMB 18
700,568 700,568 0000000000000000000b9406265fcd36205b4d5eb43c33b45bd20d57ff8241ca 2,856 1.00/1.00 vMB 22
700,567 700,567 00000000000000000000bac21bfe0c9d6cab41986cb8bdcb67a7db98e492deac 1,806 1.00/1.00 vMB 13
700,566 700,566 000000000000000000095cfec95a1442891503ad4a2aa145b30075a32f94b67e 2,405 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.