Loading Tool

Explorer IconExplorer

Memory Pool

49,146 transactions
29.80 vMB
0.09578181 BTC
Random Selection Loading Transactions
Max Size: 158.79/200 MB

Candidate Block

Mining Attempt 17d32ac3402cffa7c832e69171f943bf17393c970fabf23c89b13105c4662dd1
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 74f59c8a7ad8347dfe47dd5d790319179f78adb8d6222b8f6c8a7c425f30f500
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,225
Size: 1.00 vMB
Total Fees: 0.03218714 BTC
Feerates: 150.68 > 3.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (278,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,706 636,706 00000000000000000004741aa50f974910cdf555da2f7ec55e0e2d0807b49e65 2,873 1.00/1.00 vMB 40
636,705 636,705 0000000000000000000df3c6ac36fd80a098dd01561187ae38d6e270f07fd6ad 2,530 1.00/1.00 vMB 21
636,704 636,704 00000000000000000004d61d31af7737d9557993e45e418fc5b4602f74907a79 2,467 1.00/1.00 vMB 29
636,703 636,703 0000000000000000000f0f7e8132a9a023060b689353adbe79dbae69e35bac64 2,627 1.00/1.00 vMB 31
636,702 636,702 00000000000000000002aeef9d40e96f9486d636fb29a2d0bd6008c79bc00c88 3,043 1.00/1.00 vMB 43
636,701 636,701 00000000000000000005e129d05331523b361f612fd7c2127248ce57b75af866 416 0.21/1.00 vMB 12
636,700 636,700 000000000000000000083ef36a3db500d32bfca32d4e2b8aee5d0691e724b800 1,754 0.73/1.00 vMB 13
636,699 636,699 0000000000000000000873a9973b4c4f5fd52dc4c56a75f2db9d879b2ccb4e79 2,825 1.00/1.00 vMB 17
636,698 636,698 0000000000000000000c55a6996c4dbebd8414fb86913227ae4ec72b385df463 2,376 0.94/1.00 vMB 15
636,697 636,697 0000000000000000000c58ab7bdab560127cb95a1b0722894c9aa7e882aa7117 1,668 0.66/1.00 vMB 15
636,696 636,696 00000000000000000005e27627dc2e3de44332c76216dd60b7fb74d737adab34 1,167 0.39/1.00 vMB 18
636,695 636,695 0000000000000000000c84699c7049eeb4d5302ab87ee8b566085d42208bfd97 912 0.49/1.00 vMB 11
636,694 636,694 000000000000000000028d5e4f43eb8f45fac9daf16dc3410c5d71bcdda6d8b8 1,510 0.50/1.00 vMB 16
636,693 636,693 000000000000000000034e76e5756cf551d9b1b8ada30db6378c5079854317f1 350 0.16/1.00 vMB 17
636,692 636,692 0000000000000000000783c69e92fcfd8894d9942c2cf87bf3a5d2a75a2a0401 9 0.00/1.00 vMB 15
636,691 636,691 0000000000000000000ab98089c40c05c6c7af2648d97828827276e9a09d4524 370 0.12/1.00 vMB 19
636,690 636,690 00000000000000000011690a7b48000f1ec4f2ed8817f1a9ecdc87ac63514313 1,514 0.48/1.00 vMB 19
636,689 636,689 00000000000000000010f0666c50e31eb42f04d19912dcb64d15c4f838d38a78 2,072 0.62/1.00 vMB 20
636,688 636,688 0000000000000000000a85e623e1eb06acc954559d8d5af120040a81d671a941 1,014 0.38/1.00 vMB 15
636,687 636,687 00000000000000000010438b5fe7d0119e3e4a0bcdf8488c88755b75f8909324 1,673 0.59/1.00 vMB 20
636,686 636,686 000000000000000000054e70fbac62ee040a5b38bd2f6dc188c636c042055fe8 808 0.28/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.