Loading Tool

Explorer IconExplorer

Memory Pool

74,493 transactions
28.68 vMB
0.08177691 BTC
Random Selection Loading Transactions
Max Size: 169.90/200 MB

Candidate Block

Mining Attempt 77d15cf00d8c28da3fce2771ff8425a3bf43b3096cdf21fd67ada8711f62aaad
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root ec04346efd28093d1393f43f3e3852cb1ff92eef0bd7f08820aa6680bd725f9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.02406528 BTC
Feerates: 150.93 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (278,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,342 636,342 0000000000000000000a7dc11fd48edd675eb2cb8ec314a8ab5637260c98f9dc 2,688 1.00/1.00 vMB 39
636,341 636,341 0000000000000000000733dde481bb686c9b3777ea68f0a17b63ac974eac6836 2,998 1.00/1.00 vMB 20
636,340 636,340 0000000000000000000f0080960242a53b0e5ee742d938e1a399d0be9687586e 2,799 1.00/1.00 vMB 28
636,339 636,339 0000000000000000000c26f367c7850db4114ba8ed6f847af55c06728a81eb51 3,056 1.00/1.00 vMB 49
636,338 636,338 0000000000000000000dbe196dc52d2e045553f1270c34195325424101580108 2,938 1.00/1.00 vMB 28
636,337 636,337 000000000000000000082b8ca0602574781b5610e6381f493eeb9017c9c9064e 2,097 1.00/1.00 vMB 27
636,336 636,336 000000000000000000028f61a0534be884231e015b26bddd923c1df52bdcfb36 2,750 1.00/1.00 vMB 40
636,335 636,335 000000000000000000035b9b400d0750eb7696a6125615ea8c0359e7cf616eb2 2,857 1.00/1.00 vMB 20
636,334 636,334 0000000000000000000a744a7929c8d156b1a2cdeeb8e82ea308522a9162d319 2,819 1.00/1.00 vMB 39
636,333 636,333 0000000000000000000e7cd5669bd85472c1142a7c2c818af37403e988c330a3 2,364 1.00/1.00 vMB 41
636,332 636,332 00000000000000000003b5aac295157ad7ee21192ed2cd800534274629baef94 2,173 1.00/1.00 vMB 26
636,331 636,331 00000000000000000009c00ee2cc2a3f20c1c8debefa2cf66ba9313287d0bfde 2,768 1.00/1.00 vMB 42
636,330 636,330 0000000000000000000688b6e3d1725353b2d9dfb843709db2e3cc91765b4f9b 2,543 1.00/1.00 vMB 33
636,329 636,329 0000000000000000000e7bb507466cc262fe06464bbd12d694f1dbb0444e43d9 2,301 1.00/1.00 vMB 34
636,328 636,328 00000000000000000004e44c757c5a07182d882165fcd35c30f49bf3a27f140b 3,036 1.00/1.00 vMB 48
636,327 636,327 0000000000000000000cd829ef64e79deb6d27e502a195fec9f921847e2e11d7 2,105 1.00/1.00 vMB 14
636,326 636,326 000000000000000000071d64fe836b8013edc5766b58bfaa33d681f7a47e7c9f 1,596 0.99/1.00 vMB 10
636,325 636,325 0000000000000000000934a494abeadc28d99572fc73330301b7de9459df0a75 1,165 1.00/1.00 vMB 13
636,324 636,324 0000000000000000000e8c76edf2c1b58cc1f45919c68273c6247c46f0ce6e64 2,750 1.00/1.00 vMB 22
636,323 636,323 0000000000000000000f58747c1116f69829cea9652a666f8dfe116efcda6cdf 2,546 1.00/1.00 vMB 24
636,322 636,322 000000000000000000060ae2b918ce26a9feb929be671886c9f88074e9a45a29 2,530 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.