Loading Tool

Explorer IconExplorer

Memory Pool

80,617 transactions
29.62 vMB
0.13323106 BTC
Random Selection Loading Transactions
Max Size: 179.59/200 MB

Candidate Block

Mining Attempt 075080ac89f40b3743f7308219eccfaf1d8a1725536c2c6fb422c8d7ba012cee
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 2d6c96be897d9e159e727c4081d367e17d78e38969acc6c878ec5e4f4795ffce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.06822231 BTC
Feerates: 101.65 > 6.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (451,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,667 463,667 00000000000000000032609839d3682d0364e5df638983f41e123ecbf0d7de00 1,833 1.00/1.00 vMB 129
463,666 463,666 00000000000000000162e0a328c28177f6de6cbcddffc55dc91e36c4d30ff779 2,189 1.00/1.00 vMB 221
463,665 463,665 000000000000000000e01385d7587f7128c0277a329449ae194fe2b83a68d5b4 1,885 1.00/1.00 vMB 112
463,664 463,664 000000000000000000f1801b4053d08d09b43efa867b66193e5aaacca6312e5b 1,620 1.00/1.00 vMB 124
463,663 463,663 000000000000000001964728e984edf99cad214c9f3f8cfb4f877a7a9197fa01 2,325 1.00/1.00 vMB 140
463,662 463,662 0000000000000000006e566f8f2bccd239a1967ea23c37629341539357d0eb2f 3,749 1.00/1.00 vMB 125
463,661 463,661 00000000000000000023decc4ce5a8a09bd258fd1ec6a4ed835f8a90b43517df 2,171 1.00/1.00 vMB 161
463,660 463,660 0000000000000000011a0216ef6807f78cca39907a7eb172b33db00325b7f9d5 2,134 0.99/1.00 vMB 146
463,659 463,659 000000000000000001263708b39243e84bba07c7908eb0c1c62611d1e5a91a15 2,349 1.00/1.00 vMB 160
463,658 463,658 000000000000000000319134d264edc7efad36b85db636914286f842e7a8e6ea 2,975 1.00/1.00 vMB 124
463,657 463,657 000000000000000001fb3c2925fb866e4676080f955a09b249f3cc0a6816459e 1,884 1.00/1.00 vMB 151
463,656 463,656 000000000000000000c6f86cada45d8b996f90f2b55de31e0383deb647a7e44f 1,164 1.00/1.00 vMB 136
463,655 463,655 0000000000000000006ace1aa59945480c177f407300687e6d9a0de0b2208755 1,691 1.00/1.00 vMB 126
463,654 463,654 0000000000000000007723e7333a950e89f443886abaf5f3d698ced966c31488 2,615 1.00/1.00 vMB 148
463,653 463,653 0000000000000000004a97f3bb3bda2042627f8888509fa2464940ba79083e9a 1,324 1.00/1.00 vMB 107
463,652 463,652 00000000000000000212ea69e6a8236ad0a20df960f64af6ee276a68a8f97949 1,650 1.00/1.00 vMB 201
463,651 463,651 000000000000000000f3eccd24b7079b4396b9619c416446ded1928fac3ca61b 1,718 1.00/1.00 vMB 187
463,650 463,650 000000000000000001ccc32d9d88e3445a6c3ecd27f0f5f69daac70e7e0aa696 1,828 1.00/1.00 vMB 146
463,649 463,649 0000000000000000012c955ef9ab282778f034c4d7219d66d70293f34270987f 2,153 1.00/1.00 vMB 212
463,648 463,648 0000000000000000005a56ed32a2bf93e4f954baba44b9c67cdce4cbeac677c9 2,448 1.00/1.00 vMB 181
463,647 463,647 000000000000000001e8ea922cc008e265287c62a81aed9225703f05cf520443 3,141 1.00/1.00 vMB 239
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.