Loading Tool

Explorer IconExplorer

Memory Pool

80,540 transactions
29.93 vMB
0.09168380 BTC
Random Selection Loading Transactions
Max Size: 182.72/200 MB

Candidate Block

Mining Attempt eb156df7703642376f05b1c5d7a5bc0d2978af8e03a5785e99be5fc836df0074
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root ef82b12f8f4d781d6b6697ea6d3955f294d33bcb4a4927bc86dc5edd131e95ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,404
Size: 1.00 vMB
Total Fees: 0.02498744 BTC
Feerates: 402.60 > 2.50 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (478,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,829 436,829 0000000000000000003d33201f2aff34f87324d32974b4804ed835b5522f6f91 1,798 0.75/1.00 vMB 84
436,828 436,828 000000000000000000733f6623fd1d5e1a227cb5bd4c66a08714847d0a3267b1 2,498 1.00/1.00 vMB 85
436,827 436,827 00000000000000000251f053bf3d19a8457b0ccd26b301ecbb4eb37df1c34232 233 0.15/1.00 vMB 80
436,826 436,826 000000000000000001068f9c79dc34252a2b45e676f9756a70d2599b66b18c13 1,545 0.79/1.00 vMB 66
436,825 436,825 000000000000000002617c205e705b5072c49b690b2d34568bc9979974f08532 2,427 1.00/1.00 vMB 64
436,824 436,824 000000000000000002b54643d950838130bb1c4bbfee6ab6a164cc4b299b7407 760 0.73/1.00 vMB 35
436,823 436,823 00000000000000000230447052d8a135237a32271f7b58aa584d773db2d984e4 341 0.19/1.00 vMB 56
436,822 436,822 000000000000000001a69693b3281a9ff4b956690ab366a9c97dd242ca70b79f 1,112 0.63/1.00 vMB 77
436,821 436,821 0000000000000000042eb70648b9d4df8e7fa5d8f2955f38e9bf14ace899ca8d 706 0.89/1.00 vMB 26
436,820 436,820 000000000000000001c1c2cf58be6ae78f65ab10a0c8ebca8dc0ffb49db44833 247 0.18/1.00 vMB 29
436,819 436,819 0000000000000000010f8186ab44a42bd059ef6862b4457443af4a0af47d063e 1,977 1.00/1.00 vMB 57
436,818 436,818 000000000000000003c093697b2680a7acf404d3109925319eab2cffc1d8c98e 2,086 1.00/1.00 vMB 64
436,817 436,817 000000000000000003b80467d51bfa603e815fe79da0f8b657b2cbe1b00c3d2e 3,078 1.00/1.00 vMB 75
436,816 436,816 0000000000000000030a3788761f2e4879ee793e82260dd73f427daebc44c052 2,551 1.00/1.00 vMB 73
436,815 436,815 0000000000000000027bae007d4115f2c0fd6c3283c3ff07c588bbc9ebeb2110 2,855 1.00/1.00 vMB 87
436,814 436,814 00000000000000000014611d6874a62746f770eb080d1a41bc957c0f0399a36f 1,945 0.95/1.00 vMB 57
436,813 436,813 000000000000000003cdbaf3ff9fba866e0625addcc04f6d505f8b88ab664a61 2,395 1.00/1.00 vMB 63
436,812 436,812 00000000000000000337a74f88d0b715f91438dc8801699f9d1801e5266b22ed 2,339 1.00/1.00 vMB 60
436,811 436,811 00000000000000000072f1c976150f3a091d17f451c26523b1b21ee0ab3152b6 2,626 1.00/1.00 vMB 96
436,810 436,810 000000000000000001c1c86a8e2c9ea4e695917a4cc5fcd996c185cf299b7ada 2,172 1.00/1.00 vMB 61
436,809 436,809 000000000000000000f99996e74c672c8b7a15ff924855a0a401c8de2b4775cb 1,957 0.99/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.