Loading Tool

Explorer IconExplorer

Memory Pool

24,935 transactions
5.42 vMB
0.02457194 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.58/200 MB

Candidate Block

Mining Attempt 9db4e76340c2b3714690d709183246071966f5c2d92142cf5b60885eee403513
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root d76183786aa973f231d7e2922e0ca2a7721bbbb4506478ed4ecd97403ce55417
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,282
Size: 0.43 vMB
Total Fees: 0.01151838 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (790,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,927 122,927 0000000000006f2efbfc89dafffe8652b70f91010ac37180efcb9feb7d701980 11 0.00 vMB 655
122,926 122,926 0000000000000cd3ab543195fd674e9f2a5f26f5b8fe6a7b0cacf5718e299715 5 0.00 vMB 378
122,925 122,925 0000000000003ed149d1a27d9902b2557657995166ef01cc280ed1a0895a2184 34 0.02 vMB 1,544
122,924 122,924 00000000000079866247f18bc17733aff311171ee1dbd54339148d7408f9e387 11 0.00 vMB 970
122,923 122,923 000000000000786303fe70b0092285d50ad04fc325807516818f78f96f43c373 44 0.02 vMB 154
122,922 122,922 000000000000794df15be84d9a4dabdfcb879dfb3560518339179e78749e4948 8 0.00 vMB 280
122,921 122,921 0000000000000528a0b3c8b66042c02e03de0170d8e94f432a84df607a50d4f9 33 0.01 vMB 2,116
122,920 122,920 0000000000003efcc71836d61a86d339a6c897781686aaa78700ec513124fdc0 11 0.00 vMB 1,145
122,919 122,919 0000000000002fa2fa1330b2dc2043877b83343ed437cf07248360a556114784 12 0.00 vMB 0
122,918 122,918 0000000000006bb549e3a35122063aebee179f03f7ad337114498df3307f97f7 12 0.00 vMB 355
122,917 122,917 00000000000026f993d66a9e1b1ea6b0c331472a281f855306da34ea7afc97a3 10 0.00 vMB 0
122,916 122,916 0000000000006e6d917d8539c451ca29e5d4d7ab70f812ba634cf6ae2b238312 13 0.02 vMB 66
122,915 122,915 00000000000030705f1d88c609b3e3177e612c7929b810414382e4c61c0bd539 2 0.00 vMB 0
122,914 122,914 00000000000079ea22484baca3ad613bece004dc7955f3abd5359547ab677749 1 0.00 vMB 0
122,913 122,913 0000000000007528be8dfea154ae644c4828d64bc442d10efd78e8bc189408ad 5 0.00 vMB 347
122,912 122,912 0000000000005e2fe1f6f5172b3810ed8abd93fc0b0cfa4673857b749e9a67ad 17 0.00 vMB 0
122,911 122,911 000000000000890c4ee1be0451da1fb6b925324d9a702b9de2604931ebffc6e0 2 0.00 vMB 4,464
122,910 122,910 000000000000860e0ae85725207f6522377fd07cf6e5df42d862ad6168dfd8ed 7 0.00 vMB 0
122,909 122,909 00000000000028bed7064ae89343a4f8ff96cf02c1830d65eea3f00e1de2daf1 8 0.00 vMB 0
122,908 122,908 0000000000004d836ad7ee99e9e946c4902a885c52560a0a1fac7b5e413941c1 10 0.00 vMB 889
122,907 122,907 000000000000148d98e5118fb97d11655c91c0bf322efbd17d54c6ac9f445272 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 76
    • Outgoing: 10
  • Data Transfer:
    • Sent: 42.56 GB
    • Received: 0.58 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.