Loading Tool

Explorer IconExplorer

Memory Pool

86,862 transactions
31.76 vMB
0.11569811 BTC
Random Selection Loading Transactions
Max Size: 192.29/200 MB

Candidate Block

Mining Attempt cb5651a67ce0e73a5a8145041ab0a66a4c4141c6bec86abfba9cdbd6f04a266d
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root e7321dc116f199adb28f7e82996506b9b7b525095470e9e39252ce381695a917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,531
Size: 1.00 vMB
Total Fees: 0.03464785 BTC
Feerates: 547.69 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (391,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,760 523,760 0000000000000000001e6054cb890358a9c00ed33c859e4235eefa88a33aaf4c 47 0.01/1.00 vMB 8
523,759 523,759 0000000000000000001c885ebd09e80e436d20081e5e7dac2880ab0a1b06a755 74 0.02/1.00 vMB 22
523,758 523,758 00000000000000000040f5dcd4f5d1d59fd1b0a29b2f24878f56d9fd29245152 316 0.17/1.00 vMB 12
523,757 523,757 0000000000000000002c737e4abb64fbe303b43f21324927f1b3782bde2e8b6b 321 0.10/1.00 vMB 43
523,756 523,756 0000000000000000002257e895b210026d2d5941523fa2e602f1e34f5a9e1844 160 0.09/1.00 vMB 22
523,755 523,755 00000000000000000000cdb29b532d350ec3c4ce52e6a89abf7533afe56ef433 34 0.14/1.00 vMB 1
523,754 523,754 00000000000000000022961ff4d43989faa93ca507d39de49947b47fab9b16cd 2,105 1.00/1.00 vMB 16
523,753 523,753 0000000000000000001747f7571772f92bc4009287d9ba33cfd4e69e43a9e7a2 892 0.96/1.00 vMB 15
523,752 523,752 000000000000000000255406d9c7fd7ca2e5b90a8ffd6693d69087abfe454b3c 1,698 0.97/1.00 vMB 16
523,751 523,751 00000000000000000029f6ea9ab512ac5e702255720c8c192f50776d2b07f580 101 0.03/1.00 vMB 34
523,750 523,750 00000000000000000029b7e1c4de3789a00e3d24be56566bc5c831ef5f60c447 172 0.45/1.00 vMB 1
523,749 523,749 0000000000000000000b04f470132d7cdf6979eb1007d45cacc5b7e66e9dff8b 762 0.23/1.00 vMB 30
523,748 523,748 000000000000000000011b00cf2e8b67d0dbcb66ad1050e804b6712300ad8dd4 80 0.97/1.00 vMB 1
523,747 523,747 0000000000000000000c60ee55165f4e236db906d0c7dac634ebe450cc65c153 1,815 0.99/1.00 vMB 23
523,746 523,746 0000000000000000003b3d044a540b4bf3f7b03acbdfb6e2e19a6d4c4b86ef83 1,800 1.00/1.00 vMB 20
523,745 523,745 0000000000000000000a119e963e7a40d609ad5d2b97be770c3952634b49fc85 1,224 0.99/1.00 vMB 13
523,744 523,744 00000000000000000000dee0a704fccab8cb0568eddf4df51c304560cb6f7380 2,286 1.00/1.00 vMB 29
523,743 523,743 00000000000000000008dbc35a84055f5d164e0184337e654efa8c6e620f0ffc 2,326 0.99/1.00 vMB 11
523,742 523,742 00000000000000000042f68a86380fb1031507275cc77c909667dd13b539e9a3 3,364 1.00/1.00 vMB 29
523,741 523,741 0000000000000000002bc3a63dfb942972dd35785d424f13db6eefcb6cb0bb9a 2,042 0.90/1.00 vMB 51
523,740 523,740 00000000000000000002a52d0492b0cb415e2d58aaeb658f6683c1ef39fd802b 389 0.41/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.31 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: 660.23 GB
    • Received: 14.64 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.