Loading Tool

Explorer IconExplorer

Memory Pool

79,829 transactions
30.17 vMB
0.08092887 BTC
Random Selection Loading Transactions
Max Size: 184.41/200 MB

Candidate Block

Mining Attempt 3aa6e81ade69596013256cddde7333a103e2d53399f2719473e11c38d15ed7a9
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 20f065708bb5a01a5a845f09c55d1c9a2bafa158e78445684c50497f2d246d6f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,091
Size: 1.00 vMB
Total Fees: 0.01375486 BTC
Feerates: 100.65 > 1.38 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (798,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,941 116,941 000000000000390fad0454d175bd5ce6e209aafb6610543c90137f22255e54e0 10 0.00/1.00 vMB 0
116,940 116,940 0000000000007d1290791f4ef266d6d3b36720b904d43a85f9322300377b6403 1 0.00/1.00 vMB 0
116,939 116,939 0000000000000bbe99aa153c79a19af89981f84bd5316eb351e4423b4efb79ce 64 0.02/1.00 vMB 1,693
116,938 116,938 000000000000c4f86ca03ffdc6e2e1cfdfbb8b1373846a18594810ba348d68be 8 0.00/1.00 vMB 1,613
116,937 116,937 000000000000c4ebf09140ef5a2d2aff930095388b7f1c8d6f5691e2a59dbfe5 12 0.00/1.00 vMB 0
116,936 116,936 000000000000917e92654df1fea49acba75679ef7e894d1e055bd6dda5431a5b 13 0.00/1.00 vMB 601
116,935 116,935 00000000000072ed18d431e6450c794936d5304ce7a10454542f843b6697a28b 11 0.00/1.00 vMB 326
116,934 116,934 0000000000007a73948ae6d7ca87bcf6bfba2700abbedbd94300f5df6c70f361 20 0.01/1.00 vMB 1,211
116,933 116,933 0000000000005a3bf02e3f24fe21b26cf6418e666c1f2130c0afd609fdd9e97a 16 0.01/1.00 vMB 1,533
116,932 116,932 00000000000088b45515e9744d0b78570ff99edd4a4556471eb79f14ea72f195 42 0.01/1.00 vMB 1,198
116,931 116,931 000000000000673d1bf7cba01fdbd99771656b2b66798f8c587bb8c474ca73a5 9 0.00/1.00 vMB 1,032
116,930 116,930 00000000000019698bbb42d5d07e99a082257b5a7a864febeb5fd7443edb7194 37 0.01/1.00 vMB 1,667
116,929 116,929 000000000000657ab4dbe2db367bf8154c6828cbfd97ff65ecc6094f44343bc0 4 0.00/1.00 vMB 3,875
116,928 116,928 000000000000494457221111a6a99da34a993c69c2761582bec31f90ba5d560d 10 0.00/1.00 vMB 1,118
116,927 116,927 000000000000691d0c2444db713bf6c088844cc95a37cdc55cc269bb0a31d8c8 15 0.01/1.00 vMB 571
116,926 116,926 000000000000b2c5da0c46b25f720fa3212b1a7b492850987f9de6a2a2802637 21 0.01/1.00 vMB 1,875
116,925 116,925 000000000000177756db2f2af65aa7381822dc1e72bbb160bfe5a84c789df46e 5 0.00/1.00 vMB 2,909
116,924 116,924 000000000000c7c37f856c9a25a5b433db680b8ae3c9da422567f803d074185b 2 0.00/1.00 vMB 3,861
116,923 116,923 00000000000049381f3e9edbeec1a54f021f1148f81aba8870a140968845f108 3 0.00/1.00 vMB 354
116,922 116,922 000000000000ae353385a6ef3e5492ad5945161d90029506757a2ba2ea197e3d 7 0.00/1.00 vMB 2,365
116,921 116,921 0000000000002e92710cb0b9ed90112f296bf445eaefe3b493088e6689f8245d 10 0.00/1.00 vMB 1,769
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.