Loading Tool

Explorer IconExplorer

Memory Pool

38,489 transactions
28.43 vMB
0.06586220 BTC
Random Selection Loading Transactions
Max Size: 143.93/200 MB

Candidate Block

Mining Attempt 4cc83c2934e7cb5e4afd9456d38b8d8b501ff6c1c6387b5e57249aec4adf2146
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f7af5d41e5deb6387985a36200136c196ee4c9d9d9ceab6c1d63cb3a3d458575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.01102868 BTC
Feerates: 105.82 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (165,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,212 749,212 00000000000000000002cfc0c8c90b70804075c586d62c3f9258f84b6eb741d8 1,488 0.99/1.00 vMB 7
749,211 749,211 000000000000000000081ce3059c8a86a193ec21b0af4d45c9ee8399bb01ff21 2,216 1.00/1.00 vMB 11
749,210 749,210 00000000000000000009c722b8145990964012921cffa8c99949543dfe95514f 1,199 1.00/1.00 vMB 14
749,209 749,209 0000000000000000000404e42c182e37356c9c4be2dae7c31f421c4eabaf2ce6 71 0.03/1.00 vMB 2
749,208 749,208 00000000000000000009d952f6b34430f02b2afb3e2a46e1ce595afe441f43f4 2,557 1.00/1.00 vMB 7
749,207 749,207 000000000000000000070c688f4b764fb48d013f3c2ce0dcc85a116b4aede277 2,947 1.00/1.00 vMB 19
749,206 749,206 00000000000000000009c8efdc14f10c34e69f09e99a1fb95bf4dfd2462969ea 613 0.27/1.00 vMB 10
749,205 749,205 000000000000000000058f220f5ba8eaf008d3f8d7432a352ab098ae48d482f5 764 0.50/1.00 vMB 7
749,204 749,204 000000000000000000017b1c29c4874b4600f63d6090e871ae2d4bbd5f57460b 300 0.18/1.00 vMB 7
749,203 749,203 0000000000000000000637fc61c80360c5b88c0e5adbff57bd8c9b2b72703daa 2,929 1.00/1.00 vMB 14
749,202 749,202 00000000000000000006ea9e4e2796524fd8b4143595ad0a5469a2acbe5730d9 877 0.27/1.00 vMB 12
749,201 749,201 000000000000000000024d65ff28c35d89bbec5c8cbfc68df87e98d6404b983a 539 0.20/1.00 vMB 10
749,200 749,200 00000000000000000003ad2e1f3d776b1cfe4d2d9c77f2552a7bec5dd33df45a 608 0.22/1.00 vMB 12
749,199 749,199 00000000000000000001dc069d10a447f7a5f84f29ab530f9773ea95872f5f5e 101 0.75/1.00 vMB 1
749,198 749,198 000000000000000000088704f1e1573873687925e5621c0aeb5d6d7cf831fdad 2,157 1.00/1.00 vMB 6
749,197 749,197 00000000000000000006d681db7a73e21c3bc92a53634878e7162cff53dbe532 1,185 1.00/1.00 vMB 13
749,196 749,196 00000000000000000001318d1b6477bae06ba42fa66ab5be52564205bc9dff7b 1,298 1.00/1.00 vMB 20
749,195 749,195 00000000000000000002fcfa0dba90f783d59242188623ff92a7e16307cfb106 19 0.01/1.00 vMB 4
749,194 749,194 00000000000000000007ccb305ca6a62207e1e170522eaa51171cd4a4ea219db 759 0.34/1.00 vMB 10
749,193 749,193 00000000000000000004d0ba02f7f737bd243018134bb839c9eef3ef1b5b2878 1,973 0.66/1.00 vMB 7
749,192 749,192 000000000000000000027f88f9ddc8a96e34d15f0313d35b3f676c41e73521bb 2,979 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.58 GB
    • Received: 11.46 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.