Loading Tool

Explorer IconExplorer

Memory Pool

82,548 transactions
30.48 vMB
0.10522618 BTC
Random Selection Loading Transactions
Max Size: 185.98/200 MB

Candidate Block

Mining Attempt 0174a7c17cd3356e4be013a4f6a3163a4013b9e8be9613c522e5773dfe97fef1
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 3617d3fffd85cbc8c3df23635b3edaf6dfd13e77974e66f350c8ff34da677cdf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,727
Size: 1.00 vMB
Total Fees: 0.03373212 BTC
Feerates: 402.60 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (452,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,779 462,779 0000000000000000010cb2e0b0ac27e8484bfce89cc670cfef2bdd549332c9cf 1,399 0.75/1.00 vMB 122
462,778 462,778 000000000000000001bf3941208c0344daccfad0d406cc92b880ea35df3f3e56 1,917 1.00/1.00 vMB 235
462,777 462,777 000000000000000001134475f218cff915341423bdf419c6f340a1a47a79c9b9 1,827 1.00/1.00 vMB 138
462,776 462,776 00000000000000000082eb6c67c529da0d9feafbc24e5e3b8ac883d73fda2fc1 2,058 1.00/1.00 vMB 160
462,775 462,775 000000000000000001754eec8bedf9642ab12e0c17ee47f542d053d4e2698a0d 2,602 1.00/1.00 vMB 185
462,774 462,774 0000000000000000012d638714ef73f045cde6f1224456d06cdbec6ce637948b 2,686 1.00/1.00 vMB 155
462,773 462,773 0000000000000000000d96651a18bff5def504d59ef32d15a3e14382c24e11f2 2,777 1.00/1.00 vMB 225
462,772 462,772 0000000000000000012e3cb63f38e2e2166ce140b72d53366a8867c8dccd0181 2,792 1.00/1.00 vMB 216
462,771 462,771 00000000000000000153dc86a66995a8ab5e34cf7f0d36e0e28140283ad66216 2,126 0.75/1.00 vMB 209
462,770 462,770 000000000000000001789e543879162ddfdde0c4f25b272a3cce94040ba2de7c 3,181 1.00/1.00 vMB 128
462,769 462,769 0000000000000000011cc8924a50ed3e1338d448273bbde6f3c5f54e64c3b35f 1,836 1.00/1.00 vMB 128
462,768 462,768 00000000000000000029102a374fafaa48ebf1c6696fba137f92aea55a0867f7 2,884 1.00/1.00 vMB 178
462,767 462,767 000000000000000000feb79452bc1af57c5f2ce6845c94c75cabeea2c9d78cb6 2,932 1.00/1.00 vMB 232
462,766 462,766 000000000000000002192ec381510cda2fcaa911588e20a942c5388c07acec67 1,916 1.00/1.00 vMB 138
462,765 462,765 000000000000000001ae5381cc4d1150cc1e2e87280c4cfec5d65062f140807b 2,211 1.00/1.00 vMB 134
462,764 462,764 0000000000000000000e6a929fe979b0aef3f02111320f55b14e9a9cb202215f 2,431 1.00/1.00 vMB 210
462,763 462,763 000000000000000001d3e4fac5ee2674e136b18235d4e55be7ca71e1e7173792 2,447 1.00/1.00 vMB 187
462,762 462,762 0000000000000000017d2aa161e498e72110882045737e85ac52c2fe4acfdab8 2,701 1.00/1.00 vMB 201
462,761 462,761 0000000000000000020635fd4ce2042020b85a6c6219745979b28479215524b5 1,781 1.00/1.00 vMB 134
462,760 462,760 00000000000000000122bae208b299bb7557cb7a13729e1dd3f4c6c3b9ddfbbc 1,795 1.00/1.00 vMB 137
462,759 462,759 00000000000000000176b9065b996313842c4b04e2d2795586ad1577a3a3eed5 2,597 1.00/1.00 vMB 135
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.22 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.