Loading Tool

Explorer IconExplorer

Memory Pool

50,580 transactions
28.41 vMB
0.07559118 BTC
Random Selection Loading Transactions
Max Size: 152.86/200 MB

Candidate Block

Mining Attempt ce692a4adb66e5316286ed9317d2663a360e27ed1a7dadfecd25a69f350c84e7
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root 6f1b50467d5cc11094f125e17383bf203b1722769cbfc862c5bf96535f73471b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,230
Size: 1.00 vMB
Total Fees: 0.02144271 BTC
Feerates: 507.72 > 2.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (81,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,547 833,547 0000000000000000000177d462a808c1675fb70ba1a49f385a9b5f7f66dc6cd1 1,878 1.00/1.00 vMB 18
833,546 833,546 00000000000000000002c89d7101803f9a0045301b20fe26ab379c7db09e4ac9 2,966 1.00/1.00 vMB 22
833,545 833,545 000000000000000000035d9d98a0747d6a2456ac8c7637cfcda8d9cbc68810a0 2,925 1.00/1.00 vMB 33
833,544 833,544 00000000000000000000563b4607dcc370e969ded1bd7cee1d9be145de2932a3 2,159 1.00/1.00 vMB 18
833,543 833,543 000000000000000000004e851b27cbdb479b94777250ee89d4e015932c90a60f 2,201 1.00/1.00 vMB 17
833,542 833,542 000000000000000000010f141f88e2ffa5f339e8bd0b541d3c500c017e2b86ef 3,434 1.00/1.00 vMB 34
833,541 833,541 000000000000000000017e04ea5dcf988181f5cc10a425ccf693bd047d4c570d 1,390 1.00/1.00 vMB 14
833,540 833,540 000000000000000000002d89c4ef1342c33a72e515e24e71134207cd544cc4f7 2,438 1.00/1.00 vMB 17
833,539 833,539 000000000000000000036d361d81cbf110f6ffeecc338d20a5682bd3c9c3ddfc 2,774 1.00/1.00 vMB 36
833,538 833,538 0000000000000000000161fce5bd001333b40ce2c85cc615f28ebe0f5802827a 294 1.00/1.00 vMB 13
833,537 833,537 00000000000000000001f0359ae0e5797e4657626def33e6f6f7a3238dbc3a48 2,500 1.00/1.00 vMB 19
833,536 833,536 00000000000000000000510902d397cf664a8794f094dc83e2b0696a501d6ba0 3,140 1.00/1.00 vMB 22
833,535 833,535 000000000000000000028f4a40a9a0e75a54e7397de1788816d68f1407b7b5cc 3,894 1.00/1.00 vMB 26
833,534 833,534 00000000000000000003069adbdf0a214d88e8b75b57b2ea05b8e4d94d5f1d60 3,062 1.00/1.00 vMB 20
833,533 833,533 0000000000000000000345b690cfe5451ff2c9f620e1befce3483a2598b09975 3,283 1.00/1.00 vMB 35
833,532 833,532 00000000000000000002c40b7b656dc73c4a73d0a9c6743965f5d71527072869 3,527 1.00/1.00 vMB 72
833,531 833,531 00000000000000000001e8e0b81b7089efa163ef35d91c034ffeca345e716330 3,293 1.00/1.00 vMB 23
833,530 833,530 0000000000000000000385e0d1f4b557d7c64ddfe6fe80a5398ed2d2e560872e 2,623 1.00/1.00 vMB 30
833,529 833,529 0000000000000000000023104ab845c9a9d2700702b1dd59dc05eb7e16030411 2,020 1.00/1.00 vMB 20
833,528 833,528 00000000000000000001ba9449f709083414dd39dbeed55ecdec9bf4ca11dc6c 3,184 1.00/1.00 vMB 25
833,527 833,527 0000000000000000000063892517a934a4965b2d471bed865aed866f5998b26b 1,901 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.98 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: 648.34 GB
    • Received: 13.03 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.