Loading Tool

Explorer IconExplorer

Memory Pool

81,930 transactions
31.03 vMB
0.11739885 BTC
Random Selection Loading Transactions
Max Size: 185.67/200 MB

Candidate Block

Mining Attempt 9f19ee3a8fd50c78c8f710d120d2aa2214b3197b429a7722297e91b932d392b0
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 1430eff842aafb3c9001e76bddb01730cfd5ae77520693613961609ddaa8ad69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,534
Size: 1.00 vMB
Total Fees: 0.03398025 BTC
Feerates: 101.42 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (266,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,797 648,797 0000000000000000000a63f225af9678b8cd9dd4fb1dec67b6ca2e329d5efe48 2,804 1.00/1.00 vMB 51
648,796 648,796 000000000000000000079363184c289e1e7505fdde6bd7e89d8b6d0125c4bdda 2,180 1.00/1.00 vMB 59
648,795 648,795 0000000000000000000e15256a6c3b07c55c533bf56f18c53b366d32f356b63a 2,079 1.00/1.00 vMB 72
648,794 648,794 000000000000000000053dab2f05432e3f2e9af09e13335604c3cc60f6fec8cd 2,158 1.00/1.00 vMB 76
648,793 648,793 0000000000000000000688646029045bfee4c8f14d959340de87acad866e9b0c 2,248 1.00/1.00 vMB 86
648,792 648,792 00000000000000000007262ccb7b9aa75cee7605218f93848e80c5f4e3817a84 2,011 1.00/1.00 vMB 61
648,791 648,791 0000000000000000000b8597acc39b88a0f9f0e58c82d035852a6ae55a2239eb 2,233 1.00/1.00 vMB 81
648,790 648,790 00000000000000000005e78990cd93eb4261fe80602f1254633cd8e129fa9cae 2,366 1.00/1.00 vMB 99
648,789 648,789 0000000000000000000537609945c47d57ec890d73e5da587cba1069f4f723f0 2,392 1.00/1.00 vMB 67
648,788 648,788 00000000000000000005ac03d1e0aba4af55b8171345bb6e54751d575100415a 2,094 1.00/1.00 vMB 59
648,787 648,787 000000000000000000005f31fb6601806a234071624a72ef215634963af37634 2,424 1.00/1.00 vMB 83
648,786 648,786 000000000000000000076c8033ff919aece8708f2a8de362554ac6dbe32dfe39 1,598 1.00/1.00 vMB 47
648,785 648,785 000000000000000000076e47addf84bc13f48e1c4cf3340acaead9b0f9186ff0 553 1.00/1.00 vMB 6
648,784 648,784 00000000000000000006b3b43fe658733d8f159c8e305a26e4abee29956bdcd0 2,504 1.00/1.00 vMB 56
648,783 648,783 0000000000000000000418658e321cc0900143f5f68ce3a769341e8d1b46ba00 1,143 1.00/1.00 vMB 25
648,782 648,782 0000000000000000000d00de265dba159479249be7235f813a2d6610cb81c998 2,340 1.00/1.00 vMB 58
648,781 648,781 00000000000000000002d98d4b883d21c1cf7fd333de96ec15df09f049888a1e 2,127 1.00/1.00 vMB 25
648,780 648,780 00000000000000000005eab33f29144d4c01c2f10b52de7c60f19ac61330ba4f 2,738 1.00/1.00 vMB 20
648,779 648,779 00000000000000000004ce13e595373d8f6c1658f4e83f3869a35ffa4e4e0a80 3,074 1.00/1.00 vMB 42
648,778 648,778 00000000000000000000eaf6c2633aaae0a334a2f6c1ebe57319b6ad4954628f 2,918 1.00/1.00 vMB 61
648,777 648,777 000000000000000000085b35bbb5765ec547e91fc565fa81d910d956f462ece7 2,728 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.