Loading Tool

Explorer IconExplorer

Memory Pool

77,418 transactions
28.98 vMB
0.10218395 BTC
Random Selection Loading Transactions
Max Size: 175.55/200 MB

Candidate Block

Mining Attempt 14c4e571f06ab582324877cfae3a632199bf51f2acbf3b3e28a5a76efdec596a
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 774dd48dd1c63f6d07156bdbf23fb553e30b9479f40eb3eb5be85c99ad21562c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,593
Size: 1.00 vMB
Total Fees: 0.03162076 BTC
Feerates: 180.82 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (268,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,715 646,715 000000000000000000076a2b32b532d8447081910adf4caa259a5919738dd63e 2,929 1.00/1.00 vMB 49
646,714 646,714 0000000000000000000ee19bfc7c168f13fbafabd1ceb207e7c6b4605f1269c5 2,013 1.00/1.00 vMB 120
646,713 646,713 000000000000000000001d86f19d2869ec2fb6515f7ce836feab9271d53ba1fa 2,637 1.00/1.00 vMB 121
646,712 646,712 00000000000000000006ed59673435cce40f0d4dda9017f77662ff9c3217a518 2,421 1.00/1.00 vMB 87
646,711 646,711 0000000000000000000bb69971319f410c9884e63d4922f97ba0ebcfa8a5350a 1,843 1.00/1.00 vMB 110
646,710 646,710 000000000000000000026df90d7f86986cd2dcd755422ea23c0cdc34b7d50171 1,245 1.00/1.00 vMB 113
646,709 646,709 0000000000000000000b4886965a20968f97280bf9d7725dba04f9ae437897ad 2,175 1.00/1.00 vMB 138
646,708 646,708 0000000000000000000f52799616bbd198f65a79a9e3d923c0cacf2f2adf2e1d 2,403 1.00/1.00 vMB 84
646,707 646,707 0000000000000000000ea891ae449755b85bb2c13b7c05e547f46e815449d483 1,607 1.00/1.00 vMB 134
646,706 646,706 000000000000000000003806d39ac1b2c82c6a94e6cfd486dc34c9abbe35b8a8 2,661 1.00/1.00 vMB 107
646,705 646,705 0000000000000000000d5a248884c0354cc4f0c40c62c0b15a1b95b91b6f088d 2,038 1.00/1.00 vMB 119
646,704 646,704 0000000000000000000644b21824a30fc08874afd7f26aa05840cbfce7603d9e 1,908 1.00/1.00 vMB 130
646,703 646,703 0000000000000000000a81ea80d3424146090ff938a76e2ea501f62478855bc3 2,283 1.00/1.00 vMB 137
646,702 646,702 0000000000000000000786a903de50e011c93d39c39700bab5e7a32f690098a8 2,549 1.00/1.00 vMB 33
646,701 646,701 000000000000000000016bdcaf7dd92e11a7be0c8492e2c59b1cbc6683920f92 2,693 1.00/1.00 vMB 64
646,700 646,700 00000000000000000008d985127c461dc03e8cfd872ed4521b2c70c0238b2f2f 2,691 1.00/1.00 vMB 86
646,699 646,699 000000000000000000062f252549e313f538cd8861b9fd839a8c0db5c85f8b11 2,392 1.00/1.00 vMB 85
646,698 646,698 0000000000000000000b417dccc6268929d48e6bff9236a90ca1a9f63af836e9 2,882 1.00/1.00 vMB 144
646,697 646,697 0000000000000000000eac38532c8d79b88bea8c4511a15f6a8e0842ff80b0bb 2,071 1.00/1.00 vMB 101
646,696 646,696 000000000000000000020df1e8bd37e0e7c1955426159311a56625fa1ffbc45d 2,645 1.00/1.00 vMB 72
646,695 646,695 000000000000000000043babb807b27ccff602737ce5f5ccf4c820f0b65b2c29 2,673 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.