Loading Tool

Explorer IconExplorer

Memory Pool

82,596 transactions
31.85 vMB
0.09425702 BTC
Random Selection Loading Transactions
Max Size: 189.43/200 MB

Candidate Block

Mining Attempt 4798e09dd3a44b9f6cc16492a0fc47e0428c9526fb332a15c890c500090172f3
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 53d3d4a702ba9bc2c75c335384290495924ca995c512f3cc095cdf20e3f74a59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,685
Size: 1.00 vMB
Total Fees: 0.03070229 BTC
Feerates: 101.66 > 3.08 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (382,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,146 532,146 000000000000000000122b1f5e0d4d5f2c89304a51c5b99d21080fb1cf1ec5e9 2,067 1.00/1.00 vMB 35
532,145 532,145 0000000000000000002e75a5768b997fe49e0571979f7224cded19d4635d59aa 2,210 1.00/1.00 vMB 35
532,144 532,144 0000000000000000001662276f458396bd63e7d56025fce6177a54b6c0684aac 2,294 1.00/1.00 vMB 26
532,143 532,143 0000000000000000000c3f4576d6798b65c19b6ea728c45d79d703ae3b322cc1 2,370 1.00/1.00 vMB 18
532,142 532,142 00000000000000000016ec21f9b855c1dd1912495300705107d7003c19863530 2,037 1.00/1.00 vMB 34
532,141 532,141 0000000000000000002d79837af030feaa17d93b1596bc695e616b04706bab87 1,978 1.00/1.00 vMB 39
532,140 532,140 0000000000000000000732a10705dd0d3502e43b78c57287f871800cb19cfd2f 76 0.02/1.00 vMB 16
532,139 532,139 00000000000000000006066d628410a06aba5cea31b13e43f38e6f380c99dfd2 855 0.42/1.00 vMB 20
532,138 532,138 00000000000000000015d01d0e0d59c70c5914ef83765eb493c1afc6903a67f2 1,852 0.80/1.00 vMB 26
532,137 532,137 00000000000000000031a9780363f4bbc07604570b6db91d07fbab0574d4cdfc 2,152 0.97/1.00 vMB 23
532,136 532,136 000000000000000000338ccf8ff85535252af959de61699356e4c51a881b7d83 2,320 1.00/1.00 vMB 19
532,135 532,135 00000000000000000007d5fe271cf0d822f2c32e4d6afda181b687a74ca1c8dd 1,860 0.90/1.00 vMB 19
532,134 532,134 00000000000000000026df72cd2f5422b10c9368face0f5b87dc8c0ab4757632 992 0.52/1.00 vMB 9
532,133 532,133 000000000000000000029e2dee9e03ba25ae4b7380ba1acbc7b09d0ca930632e 2,249 1.00/1.00 vMB 14
532,132 532,132 0000000000000000000b08ab16c2aa001dfc7f66d8658d03c2aecb9545e42434 2,408 1.00/1.00 vMB 22
532,131 532,131 0000000000000000001103aa198cf6dae9a4d24e07de26a23568a1bdd8d489a1 780 0.39/1.00 vMB 22
532,130 532,130 00000000000000000010928b0d89733d6bb7add16d225f5778bbdbf55381ea6c 2,318 1.00/1.00 vMB 21
532,129 532,129 0000000000000000000c14109a36b93efa9e30760efcae4e9979819d9ed80707 274 0.10/1.00 vMB 24
532,128 532,128 000000000000000000049d1133bbaf10afa5c6097fc5d2f8328c6a9cfcd34f93 1,505 0.64/1.00 vMB 9
532,127 532,127 000000000000000000060f5d41120df74d147a4f7b11a6e915f61e7d5e5cffdb 2,274 1.00/1.00 vMB 29
532,126 532,126 0000000000000000002f832d8fca00a976e142d0061e365cd2c23d864b5b69f6 2,379 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.31 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: 658.70 GB
    • Received: 14.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.