Loading Tool

Explorer IconExplorer

Memory Pool

82,905 transactions
31.25 vMB
0.09835512 BTC
Random Selection Loading Transactions
Max Size: 191.23/200 MB

Candidate Block

Mining Attempt fab2c74a9807cc1451fa60a1f0c51dda6dcf31f685583dabecf86db8bba6819e
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root d2a38883852b66e95fb10b42f4c5aea06cc391740d119fd70bd2a2c1bb3025b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.02784532 BTC
Feerates: 301.05 > 2.79 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (509,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,601 405,601 0000000000000000043de566a870e021aa533a67a3b116a6487041e429d3d424 546 0.31/1.00 vMB 37
405,600 405,600 00000000000000000591da86d76cc6d57deff7bdd6c6b9461329ac5127cb552a 917 0.68/1.00 vMB 31
405,599 405,599 00000000000000000098bbbcd3f964b6b5a46f9c160ca1ec35ced64b1721ef9b 1,072 0.89/1.00 vMB 28
405,598 405,598 000000000000000004c893b4cdf69bb66a4d952e64c381f4dc8eee8a4fb9d8d3 1,725 1.00/1.00 vMB 39
405,597 405,597 0000000000000000015a422b3e4deea7945049f51f4dc1ead4cbbb4546c0ee1b 2,649 0.93/1.00 vMB 68
405,596 405,596 000000000000000001bd22a2c3167910b2f346da735cca3f18be837119d2ccb5 1,963 0.95/1.00 vMB 38
405,595 405,595 0000000000000000035f7486a229ff43c8d8142ca06106948740a5c7ede26035 332 0.82/1.00 vMB 14
405,594 405,594 000000000000000005df5571cfedc8f991aae18a4057791b926f6896782b66fd 1,051 1.00/1.00 vMB 27
405,593 405,593 000000000000000002ab83f75ac5797cc4987b0524c1697aba2c98f631ec3d5f 1,392 1.00/1.00 vMB 38
405,592 405,592 0000000000000000054659a4969a4ea4f90325b805646922a6a44b9c5cf45378 86 0.04/1.00 vMB 41
405,591 405,591 0000000000000000056f972f0dea3079d2e6bd1baa5f93d757e176858fa2f4bd 976 1.00/1.00 vMB 34
405,590 405,590 0000000000000000059c8097b763eb7a87892beab1a7f98273a57068c9a3e736 825 1.00/1.00 vMB 24
405,589 405,589 00000000000000000209bd38464b503edbf85f5a0c38303a3ec604dabcb1ea12 1,384 1.00/1.00 vMB 28
405,588 405,588 0000000000000000039b905313591b2f2faad80beb2ed2b9a0fe66d1d736741e 1 0.00/1.00 vMB 0
405,587 405,587 0000000000000000010aede2df48857cfb91d0ea4e8fdc422f25730c643f5228 1,441 1.00/1.00 vMB 39
405,586 405,586 0000000000000000058eb9e0bcf8fd7c61867400b9599391367c9b3a0e7d9b0c 1,773 0.91/1.00 vMB 52
405,585 405,585 00000000000000000670942d117db959504fe469618e71ca986a6345ca9b8210 1,877 1.00/1.00 vMB 62
405,584 405,584 00000000000000000203c0a9d2885af690a0aa9bf8cdd15cd59cb2a2555f737c 1,813 1.00/1.00 vMB 28
405,583 405,583 0000000000000000061665e26a09d8ebc9fb0f2e2103d809c1d9852c72ac2b07 2,853 1.00/1.00 vMB 52
405,582 405,582 0000000000000000016376b8c0b204e5bfa3d0ca4801749e1672f348f28e13b6 1,277 0.92/1.00 vMB 67
405,581 405,581 000000000000000003e01faa6b01fdcf29b303330b03c459718b3c03d6763cdc 1,437 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

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