Loading Tool

Explorer IconExplorer

Memory Pool

80,336 transactions
29.66 vMB
0.06739925 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt 2693faffd6d731f07d468aa497898f6943206df9da186aa68b97f5894422502c
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 0d1a453f2c00a25db5e8a6d25f40e57383fccf16a0aab5d6654aa81324d3fd4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,264
Size: 1.00 vMB
Total Fees: 0.00711491 BTC
Feerates: 90.30 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (224,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,608 690,608 00000000000000000010357729e296b9d77c22f98d5825e7e45cfe6d5b3cc30f 1,064 1.00/1.00 vMB 28
690,607 690,607 0000000000000000000abbe4bc1d78b274354e5fc2d8a608787d72ac39566f05 2,127 1.00/1.00 vMB 27
690,606 690,606 000000000000000000032ea2a3dd7aec0b7b513e81295c2c10d9feb7d88b175d 2,109 1.00/1.00 vMB 77
690,605 690,605 0000000000000000000c6a15b6cc76be8e55f33a9e983234cda630ca4bf41173 3,001 1.00/1.00 vMB 22
690,604 690,604 00000000000000000007a0f8f7a5a30029cd0b20443ffb9b37234160db60c6e4 1,845 0.69/1.00 vMB 21
690,603 690,603 0000000000000000000562b48173a88018cbf8bb13c9e4efdb2f718e3943f5c3 1,365 0.58/1.00 vMB 5
690,602 690,602 0000000000000000000aa1600a851941d0e3d405feb53628c2143ec166892091 2,973 1.00/1.00 vMB 33
690,601 690,601 0000000000000000000cde38545f019660b77012726ff0eb684e15bc3a858d97 1,263 0.41/1.00 vMB 20
690,600 690,600 00000000000000000008a1800620f1d1e674defcfdc18ddb34f22204a832aad6 692 0.23/1.00 vMB 17
690,599 690,599 0000000000000000000f0817999608e9b18d9dc1bded5987b126ad4551ef258b 297 0.09/1.00 vMB 24
690,598 690,598 000000000000000000128ca81a9d8cf7a4430869ce78b5b7369dfba5d6d242a2 1,325 0.72/1.00 vMB 16
690,597 690,597 00000000000000000009dbc9df3ece6018d1632442058637ba5ec6130a8f2bb0 1,484 1.00/1.00 vMB 22
690,596 690,596 0000000000000000000cbe3c0dd555aaee0b2e00384d1f04f084e96d27206d31 1,663 0.58/1.00 vMB 22
690,595 690,595 0000000000000000000b3f2561d9845225f7088b94ecce461b06ac8db1c66ca5 1,057 0.44/1.00 vMB 19
690,594 690,594 00000000000000000002e6d967eec7b0c07952d7648a49077207650222950a06 355 0.13/1.00 vMB 22
690,593 690,593 000000000000000000118ca9a681c2eed3eea29c6b355b73d068ef9bfce277bc 460 0.15/1.00 vMB 24
690,592 690,592 00000000000000000012f6eb9f217eae42d55f5a4e0e6c0c613bd48fbf211bba 1,779 0.55/1.00 vMB 23
690,591 690,591 0000000000000000000394120a0216a7c100aa19bb23f6a56693c60b7a7b8417 1,825 0.70/1.00 vMB 14
690,590 690,590 0000000000000000000cc8984b2aaa26245c04cfb3f44fa5953fa9d7abac48db 3,020 1.00/1.00 vMB 6
690,589 690,589 00000000000000000004059e6de93fa8ec8f748a49ec8731e248e7908f75caa3 2,542 1.00/1.00 vMB 23
690,588 690,588 0000000000000000000fca1adf5583d9fbcefae80aef23168259461355f146d1 2,373 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.