Loading Tool

Explorer IconExplorer

Memory Pool

37,913 transactions
28.05 vMB
0.06761676 BTC
Random Selection Loading Transactions
Max Size: 141.94/200 MB

Candidate Block

Mining Attempt 379ea8dff77cb64c6acae2af9262230661bb5b02e3a6a3a619a20b576beeea19
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 203ffe6710705093a1de839758f7c8d9232ea84f65a036ca541ee046d8ca26ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,295
Size: 1.00 vMB
Total Fees: 0.01402813 BTC
Feerates: 150.93 > 1.41 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (298,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,101 616,101 0000000000000000000ff2b77b3158fb178baf29eb21675e7f58dbd649fd2ec1 1,938 1.00/1.00 vMB 19
616,100 616,100 00000000000000000008a40fc9db72a5f8ba098eb6c166603ac308b5a177cb4e 3,260 1.00/1.00 vMB 21
616,099 616,099 0000000000000000000b532fe8e5cb0bf386b55ae34c9c4229483e32e244b219 2,778 1.00/1.00 vMB 35
616,098 616,098 000000000000000000022957f2679ce5f58e7769fc36aec79a1b7297d1d135a2 2,921 1.00/1.00 vMB 9
616,097 616,097 00000000000000000005d23ed1252b164bce0076f6d161e0f0a2322ef8c5be71 959 1.00/1.00 vMB 8
616,096 616,096 00000000000000000006159ee6d22a7e6b8fc20da76589ee9c3b5973d6be26b3 2,117 1.00/1.00 vMB 18
616,095 616,095 0000000000000000000d9db87426bc19b22f121b178fa9648ff2a3a44cbdd86d 2,190 1.00/1.00 vMB 16
616,094 616,094 000000000000000000069e7d2478ba78eb3b02016f5b6c3e0d64d27271024a06 2,305 1.00/1.00 vMB 19
616,093 616,093 0000000000000000000e8ed86c14a195dfd4281453cfe0ec490ecfe093137b9d 2,164 1.00/1.00 vMB 32
616,092 616,092 00000000000000000002b17a90e2c6781882281f157be16db3effddd94ba2a2a 1,020 1.00/1.00 vMB 82
616,091 616,091 0000000000000000000c229856378d854cbd1761580c1c5afb78dea0fff05587 2,470 1.00/1.00 vMB 11
616,090 616,090 0000000000000000000200872461126cae53fb95e39ba2f2ebd97894b4160e85 2,776 1.00/1.00 vMB 10
616,089 616,089 00000000000000000011c7fa8aee8e8739e7b00b9c14fa323f98696abd793864 2,827 1.00/1.00 vMB 15
616,088 616,088 0000000000000000000054b2a0f06260bf9d61ef21112618b8d6e483d34498e6 2,916 1.00/1.00 vMB 21
616,087 616,087 0000000000000000000d067e5c1ba2cbc580c3a2ee8dc9feec04ec215c9caf99 2,759 1.00/1.00 vMB 13
616,086 616,086 0000000000000000000faa91f30e2c99c6f51ee33c09f6f56c843dcae3db6d31 2,303 1.00/1.00 vMB 19
616,085 616,085 0000000000000000000234ea66399882b8c99e9c44dbb1b755fccd9bc16f5b10 3,231 1.00/1.00 vMB 20
616,084 616,084 0000000000000000000d976c5aa19b8fcd78bbf48b2e15603f7042a6ad81641a 2,738 1.00/1.00 vMB 38
616,083 616,083 00000000000000000001f9570b073e4b5ce2aa8ab051eb1482d2be8c0965cf7b 95 0.03/1.00 vMB 16
616,082 616,082 0000000000000000000c53aa64e160885845ed4c99f0c963d13003b4a749deca 2,795 0.91/1.00 vMB 17
616,081 616,081 000000000000000000122e16b63e6a12b13d9ab1a86b98a4d335f1907062fd05 1,816 0.72/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.70 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: 629.12 GB
    • Received: 11.86 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.