Loading Tool

Explorer IconExplorer

Memory Pool

77,005 transactions
28.72 vMB
0.07715656 BTC
Random Selection Loading Transactions
Max Size: 173.77/200 MB

Candidate Block

Mining Attempt fd54cde2a3a221edd1d8059f218931faa9dad5e80751c510357eb8f20d284699
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root e2f3f8c8e2eff5a63badd0b3e0de3cb737b2ce9633336f4d269dcd29e3aca901
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,990
Size: 1.00 vMB
Total Fees: 0.01751152 BTC
Feerates: 100.17 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (257,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,704 657,704 0000000000000000000fdb72c5ea0ed6154157cdddc1c1a41e23fee7ace27381 2,143 1.00/1.00 vMB 93
657,703 657,703 0000000000000000000455a29df6fa64d609cb408c2217dbde5ab1b96909ed14 2,417 1.00/1.00 vMB 123
657,702 657,702 0000000000000000000d63080b91f076eca7fce22bac7009e37d7a39105dc0bc 2,620 1.00/1.00 vMB 115
657,701 657,701 00000000000000000002edda3a7b4e9ba419d9fbaf6b53cbf247c0654fe19d3f 2,227 1.00/1.00 vMB 98
657,700 657,700 000000000000000000033814f3b206edf27b5d87ea3e5bd8115b18a64f1e3aa2 2,300 1.00/1.00 vMB 54
657,699 657,699 00000000000000000002872fb3ee28456eeade239646dcf61adb8ee03ed7d056 2,439 1.00/1.00 vMB 43
657,698 657,698 0000000000000000000268974807d9bce9796c77dc7f5d8fa390e4320c7a000f 2,598 1.00/1.00 vMB 59
657,697 657,697 0000000000000000000a0ff4b801896844457b2f7489f60569260a2c07d5d641 1,690 1.00/1.00 vMB 50
657,696 657,696 0000000000000000000951529c726d812f3a67138c068d755fc5f8d9de3a3b53 2,625 1.00/1.00 vMB 84
657,695 657,695 0000000000000000000a94f91d060e5321c15610b197516c27cf9635bf51f310 2,593 1.00/1.00 vMB 97
657,694 657,694 000000000000000000079a8df9f69a036fb3061ec4fa050c573970452c096eaa 2,450 1.00/1.00 vMB 54
657,693 657,693 0000000000000000000c9b71ebbd39b50372295c14e5780c8226ae13591f362e 2,605 1.00/1.00 vMB 73
657,692 657,692 0000000000000000000ea963a3e9ff569d0d6d750685edc6919cdf761c034bc5 2,209 1.00/1.00 vMB 88
657,691 657,691 000000000000000000076aa0c107f7a336b53ab3558b967e6af5ea86a1c57725 1,844 1.00/1.00 vMB 88
657,690 657,690 0000000000000000000e7ea27ae305933188feedee066b02fb9138627c214221 2,166 1.00/1.00 vMB 68
657,689 657,689 000000000000000000063078cb027abe8d7a56d4a4964b45ea07a1c35925372b 2,028 1.00/1.00 vMB 66
657,688 657,688 0000000000000000000759de9637ccfb3e21eaa98f636f95ef04c3398c78cadd 2,802 1.00/1.00 vMB 71
657,687 657,687 000000000000000000044a2b440ac37f3be7529060c4ef40a61fc9ab40bd2dad 1,796 1.00/1.00 vMB 92
657,686 657,686 0000000000000000000a240254da335520879a40c85d34dedbe49a05db87400e 3,037 1.00/1.00 vMB 92
657,685 657,685 0000000000000000000b7cb1d96e91bb88c94fbd5727ab6b39a3eeecca8c53e9 2,644 1.00/1.00 vMB 91
657,684 657,684 000000000000000000036b009ab6d44d8fd84b434b94b80748e04c86b4b77973 2,575 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.63 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: 672.12 GB
    • Received: 16.15 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.