Loading Tool

Explorer IconExplorer

Memory Pool

75,943 transactions
28.36 vMB
0.06705605 BTC
Random Selection Loading Transactions
Max Size: 171.82/200 MB

Candidate Block

Mining Attempt 8528dc91e263ddd1ee026e52c1b3f9ef923d08621491827917a4436f9a1a6787
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 60ab79ad77d16a3883335200c8410c1e39ac4798654fd7e95855d8680e150566
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,927
Size: 1.00 vMB
Total Fees: 0.00823355 BTC
Feerates: 178.73 > 0.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (241,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,701 673,701 00000000000000000005ee492d7ca27affedce1eeba61a03ca5b27a98a8e0391 2,479 1.00/1.00 vMB 27
673,700 673,700 00000000000000000001f8f832f2aa13655e863984346e9ebfbc9e9cc64488cc 2,249 1.00/1.00 vMB 52
673,699 673,699 000000000000000000010ae9c0319c8418a83162b8497d839b293fdc0a19c957 1,482 1.00/1.00 vMB 66
673,698 673,698 0000000000000000000a2b7f41fa8c75b6f21faa70afcfcc2d3e990778b3b9fb 1,663 1.00/1.00 vMB 38
673,697 673,697 00000000000000000000a53f5792d7a3b6086a57acaaddce798a73c442ec025a 685 1.00/1.00 vMB 12
673,696 673,696 000000000000000000062634fb43f248e38e11ecf71a1ca66ebf5306391bc785 1,898 1.00/1.00 vMB 46
673,695 673,695 00000000000000000009a4b83a6f800e57f0b506b6e179877de57eb3bbfee426 2,424 1.00/1.00 vMB 16
673,694 673,694 000000000000000000065132fb7570018c069ca253bab1e91080a2124e494469 1,944 1.00/1.00 vMB 29
673,693 673,693 00000000000000000001913e4de9e81b6028adeed554a0ac19f66438ca04600e 2,250 1.00/1.00 vMB 67
673,692 673,692 0000000000000000000c809ce501df472d28a9940fe5d3a5ecc44e6415ba15b3 2,352 1.00/1.00 vMB 15
673,691 673,691 00000000000000000005f575bc823c3fd2c0d719ece20b29bebe1a3b3ba98dc8 2,515 1.00/1.00 vMB 36
673,690 673,690 00000000000000000000e09abe637215e07eafbcb74768a1c5c843eecad5f321 1,991 1.00/1.00 vMB 49
673,689 673,689 0000000000000000000975f4f818c8e17937cde37a3287fc1b13de37fbe07f29 2,370 1.00/1.00 vMB 97
673,688 673,688 00000000000000000006b2fec8a6f5f20b76131233f2c424dd22861a5093a11e 2,082 1.00/1.00 vMB 36
673,687 673,687 0000000000000000000c31837f206f86a0fafcba2c6c35a1ff2ce203992d3041 2,418 1.00/1.00 vMB 23
673,686 673,686 0000000000000000000488c8ab3c1f2a7fe8ec100a59fc7acb84365200476bd9 2,544 1.00/1.00 vMB 57
673,685 673,685 000000000000000000028102c44db7d0cb74dfc45f1637cfc3273c195a6902e2 1,171 1.00/1.00 vMB 76
673,684 673,684 0000000000000000000b217475e6d331f34fc610bca0b2e4c22032dbb10ac645 1,653 1.00/1.00 vMB 39
673,683 673,683 00000000000000000005fbf09e43d1d7d51cb265db6cee886f70568eb2c4c244 1,625 1.00/1.00 vMB 56
673,682 673,682 000000000000000000043639a106ebd31d6b2c4d59d3ce50913e1d85f70ec956 2,219 1.00/1.00 vMB 95
673,681 673,681 00000000000000000008f1ba1a7fe6589d964e5dd1c1d9d9141068283c13b17d 1,799 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.63 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.10 GB
    • Received: 16.14 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.