Loading Tool

Explorer IconExplorer

Memory Pool

74,899 transactions
27.63 vMB
0.07549821 BTC
Random Selection Loading Transactions
Max Size: 168.59/200 MB

Candidate Block

Mining Attempt a907f209348c3982a07f268e80be3dcacc76a04785a37aeff597dd17a417fa6b
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 7bb6b804631f5278cc1449144815dda608c447e98d464f6be34bc25d5a45615d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,317
Size: 1.00 vMB
Total Fees: 0.01641767 BTC
Feerates: 301.57 > 1.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (214,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,589 700,589 00000000000000000008c80ccd63c1259027d30b96c48feacae19f055b1f1677 518 0.52/1.00 vMB 6
700,588 700,588 00000000000000000007973b128da78d79b072a20884512b4c2902646d45d80b 1,140 0.53/1.00 vMB 10
700,587 700,587 00000000000000000007eed151825feb97982f34219e170321752b183b590ed8 832 0.82/1.00 vMB 10
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
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: 711.86 GB
    • Received: 17.14 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.