Loading Tool

Explorer IconExplorer

Memory Pool

24,502 transactions
11.96 vMB
0.03639197 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.30/200 MB

Candidate Block

Mining Attempt 144046163a13e56d3f9f3a850a0af4a0e8ebe9f2e3ab986aade714e83677ae8f
Version 20000000
Previous Block 000000000000000000013c873cf4ceb4afccc79d707499bec1b6ac6b33058da6
Merkle Root 0a4c5fd3dcdd7871f4a14203d1784f4dc28f3273f5040dcb8ceca89d34a6b1a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,415
Size: 0.99792175 1.00 vMB
Total Fees: 0.01632077 BTC
Feerates: 75.72 > 1.64 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,651 (777,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,029 136,029 0000000000000686c39eed9bbe4cde3ad06656a2c50c49682173ccfa6bc4aee0 1 0.00/1.00 vMB 0
136,028 136,028 0000000000000215d9cee82397d049402752daa56456dd3a4be6eec6e382ce42 35 0.02/1.00 vMB 394
136,027 136,027 000000000000043146da52369be9d11e6656ba61ecf94b0d177f9b6ea8313d4e 146 0.05/1.00 vMB 246
136,026 136,026 0000000000000025f1412903d6e44c41cacffc564d70a4826933c145d2e28101 15 0.01/1.00 vMB 643
136,025 136,025 00000000000008d213f9b8779932682c60780181776ec0184b30d98dd435bfdf 14 0.00/1.00 vMB 250
136,024 136,024 0000000000000a0e9c456ac1aae34c0909741a585ad16908c8777f852a8d78d4 29 0.01/1.00 vMB 767
136,023 136,023 000000000000062eedb932fad70f4324427ac443964b8bdd522dd1856daf83bb 38 0.01/1.00 vMB 844
136,022 136,022 00000000000006dbdb1523fc56c58239b891c3350080e296d6d40a90f02b4455 10 0.00/1.00 vMB 734
136,021 136,021 00000000000008507ca6db7473d499d8872a4309111c9eba15ab845edee7be7e 51 0.01/1.00 vMB 631
136,020 136,020 0000000000000435f122d6f24142bfe6765457b64fe8e52951ae22489561c25d 10 0.00/1.00 vMB 810
136,019 136,019 000000000000046050d35c566b676d47fc0429e711140533b0201427fc1b627e 5 0.00/1.00 vMB 1,941
136,018 136,018 000000000000079a06b3a87a62247869ea698a87a6e8920fd5334ef804a66cc5 113 0.03/1.00 vMB 176
136,017 136,017 00000000000008b74553b863847643e93461ed383ee3bf52b3575b6b5e2ce207 53 0.02/1.00 vMB 638
136,016 136,016 00000000000006b925259d7439ae6cb6ac70d3ece64a52e785071942815c9f77 27 0.02/1.00 vMB 168
136,015 136,015 00000000000001d9f791901a489fdf71d39cdcd0533d04ca3d5372e94861295b 4 0.00/1.00 vMB 64
136,014 136,014 000000000000032b10979f9eceddcf1f93fa193dc7194a6eaf337b6c8a039719 133 0.04/1.00 vMB 154
136,013 136,013 000000000000089615ce492e8881c514b7f0ef769323ae1bfa2d3709a7c20cff 106 0.05/1.00 vMB 444
136,012 136,012 000000000000099af0028cd9144a1cf3ba07845805efd7ffdc32d1040c47c39c 27 0.01/1.00 vMB 528
136,011 136,011 0000000000000174e2560f6f82f50d12ffffbae3016c3530ab5a92888a38142f 18 0.01/1.00 vMB 534
136,010 136,010 0000000000000a1353888eae75fdbfb9718fde9ac664ca950c9b30adaaf3b1fb 42 0.02/1.00 vMB 159
136,009 136,009 00000000000003149bb7358b6637752027901d28628c1efdab33418eb7eb3491 21 0.01/1.00 vMB 530
Previous 10 blocks ↓
Total Size: 780.00 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: 474.09 GB
    • Received: 3.07 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.