Loading Tool

Explorer IconExplorer

Memory Pool

77,771 transactions
29.49 vMB
0.10176202 BTC
Random Selection Loading Transactions
Max Size: 177.99/200 MB

Candidate Block

Mining Attempt 8d03cdb194fcd66b7742261f2df9af6416ccd02a2e86b53b1017781c8e1d7417
Version 20000000
Previous Block 000000000000000000018dccc1f80f688a1293ee5004ca43085f353ec09eaad5
Merkle Root cb0a640c0e6baaa686e2e8cda3085cce966f7d054aa719425a97d54bcc314970
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,185
Size: 1.00 vMB
Total Fees: 0.02650221 BTC
Feerates: 201.40 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,275 (497,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,714 417,714 000000000000000003501accef8eeb0244a1ad233f5f017be9ede1e604090d84 1,507 1.00/1.00 vMB 59
417,713 417,713 000000000000000004efe06c7fbd029bf1f24d272ffd58920d0f3a710254adc5 1,577 1.00/1.00 vMB 60
417,712 417,712 0000000000000000027f8b8698e20dd8d227d0ae7ebe6dd4034a6ed0850203d7 2,625 1.00/1.00 vMB 99
417,711 417,711 0000000000000000021f4a1d2a3a1be676a8536288b8d2677da1c8559af78677 2,387 1.00/1.00 vMB 86
417,710 417,710 00000000000000000467d5c7096115b297e57dd4e93125d9973163e893db3307 727 1.00/1.00 vMB 23
417,709 417,709 000000000000000000173add6bc2ee0a8d502221d19284f53bae6dfeed14e796 2,198 1.00/1.00 vMB 65
417,708 417,708 00000000000000000272403041a59de0174da5c414d6db075be44113e171d112 1,944 1.00/1.00 vMB 57
417,707 417,707 00000000000000000115e54312eed8565bbad490c1d5516f9e9140ebfe1d1741 2,221 1.00/1.00 vMB 71
417,706 417,706 000000000000000000c48f16038d0244c6c301f2b9ce486fd2e9053e9f4a05c3 2,111 1.00/1.00 vMB 71
417,705 417,705 0000000000000000052ae19b640422993317c09e7751cf0bf1fdcc1f6041f9d5 805 1.00/1.00 vMB 27
417,704 417,704 000000000000000000a3c6a32e4bd78f1e456d26b60034fadcef48d350d6eed1 2,458 1.00/1.00 vMB 65
417,703 417,703 00000000000000000377a33e6785bc8e01712a4b1b436bec6ed730a731f75f07 755 1.00/1.00 vMB 26
417,702 417,702 000000000000000002fcd076903c5f1e4bd940703cea196393f1cd895cae452f 606 0.26/1.00 vMB 67
417,701 417,701 00000000000000000344d098cb62d9ff3951e6bee0d6898e04a8cd7ee67da371 1,288 0.60/1.00 vMB 63
417,700 417,700 000000000000000000d0646151017bd1a1b63f4e789e4e010cdd7c0460ac1d34 475 1.00/1.00 vMB 18
417,699 417,699 00000000000000000470ae16c52644c448ccb872f62b4c5c11e01b9cf6fb3c44 167 0.09/1.00 vMB 61
417,698 417,698 000000000000000004d08ecb1ac503a3ed7feb06d760df50b9474d18768f9f0d 920 1.00/1.00 vMB 29
417,697 417,697 0000000000000000022fb9c10eba1effe763d286ae2ce0b06ec6ce8b965f68be 557 1.00/1.00 vMB 20
417,696 417,696 0000000000000000003a26f205b123fabebfad435227a3c83b7d75eaf4294fe8 1,430 1.00/1.00 vMB 34
417,695 417,695 00000000000000000356f3723e3000797346d3c3ec13cf2f48c18ab3b72f775f 1,319 0.93/1.00 vMB 38
417,694 417,694 000000000000000004c6b681ae1ccf8a283c2e1e766f14b8e709649c484e8c78 2,257 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.87 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: 713.08 GB
    • Received: 17.30 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.