Loading Tool

Explorer IconExplorer

Memory Pool

23,893 transactions
24.72 vMB
0.03389094 BTC
Random Selection Loading Transactions
Max Size: 132.27/200 MB

Candidate Block

Mining Attempt 0e0ad19515a189c060b8d2e6431b1eac8305c6edd3c2114669bfb1b7ebb8b854
Version 20000000
Previous Block 000000000000000000013cbf57b7ae9791d089e940b0638ed73a541972eb9b9f
Merkle Root 046105509034e1ad0b6bf9cb7ecb5ab32e838756f6eae99389dc1b288e36e370
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,036
Size: 1.00 vMB
Total Fees: 0.00659483 BTC
Feerates: 178.73 > 0.66 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,692 (282,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,710 657,710 00000000000000000001ab29f165d76656311108edabce915f4375b14a6ef9aa 2,375 1.00/1.00 vMB 90
657,709 657,709 00000000000000000006af28f8ca9c22c1bdaf6751775a878783159330ea1579 2,727 1.00/1.00 vMB 87
657,708 657,708 0000000000000000000f55268a2feea0157eb58b08eca1e2ac4975cdd2c47523 2,785 1.00/1.00 vMB 107
657,707 657,707 0000000000000000000ad8900867f5634c69ade2d0b7ff0c6aa8b85bc3f3735e 3,140 1.00/1.00 vMB 57
657,706 657,706 00000000000000000008d9b06128ef20108252ec11fbcaabc0010dd92dd94b6b 3,004 1.00/1.00 vMB 83
657,705 657,705 0000000000000000000eb9bc39795ceebf4416cbe6281a136c518d6be059b8b8 2,493 1.00/1.00 vMB 90
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
Previous 10 blocks ↓
Total Size: 828.00 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: 4,514.59 GB
    • Received: 245.21 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.