Loading Tool

Explorer IconExplorer

Memory Pool

78,319 transactions
29.43 vMB
0.06684829 BTC
Random Selection Loading Transactions
Max Size: 176.68/200 MB

Candidate Block

Mining Attempt e25e3892f21725e5791a8f2f0e69bd1a2af975c950efc8bc45f4456e59ed8106
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4a21e075703c1e8cec0624349154686235880328aefccd4d2474280027d256c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,708
Size: 1.00 vMB
Total Fees: 0.00707454 BTC
Feerates: 180.34 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (213,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,798 701,798 0000000000000000000611aa26af9f06ef699c1c2ba852019404eb6711bbd4a6 562 0.22/1.00 vMB 11
701,797 701,797 0000000000000000000a8a8553382e9eb630699d984544e98ef940d75d60cdee 332 0.09/1.00 vMB 13
701,796 701,796 00000000000000000001c6aeb793a9bd5df78677845af82f245d1d118bea678f 2,229 0.72/1.00 vMB 14
701,795 701,795 000000000000000000064c7bd05d4bf2877e2246afa0401d4684ca9342ad3fbf 360 0.09/1.00 vMB 17
701,794 701,794 000000000000000000018a95a2c478de7976117b83b101655353000a963383f5 302 0.09/1.00 vMB 13
701,793 701,793 0000000000000000000e7f37854966509890f54300d94f4f7a90db9ebb1de831 835 0.47/1.00 vMB 15
701,792 701,792 00000000000000000006085efb95d95fefdd0ff988d798b958cfe2d5f098a1ac 1,732 0.48/1.00 vMB 6
701,791 701,791 0000000000000000000cde6cf20e4c59e1b25b31990c48c8984a4c5d611d1e9a 2,431 1.00/1.00 vMB 13
701,790 701,790 000000000000000000098f1222769e398bd35235c3847b6d7e7b9d89b5dade10 1,063 0.49/1.00 vMB 11
701,789 701,789 0000000000000000000e715eda881b876ba1d761f0d9b76f9ceef8b6dfa98153 1,562 0.57/1.00 vMB 11
701,788 701,788 0000000000000000000d6ffd147bbe055729856fba8783d5fa59dee69d74c50d 478 0.13/1.00 vMB 12
701,787 701,787 00000000000000000004264415924e6979d67e0624a1055a65625bd0ba7a5586 2,031 0.64/1.00 vMB 4
701,786 701,786 00000000000000000008bd2cc74e93e36abceee568ff51481d04be5fc8a2e773 2,480 1.00/1.00 vMB 7
701,785 701,785 0000000000000000000d2d4dc4a21297ba45a897afc1cd1a8bd54b1a68f3a80a 1,662 1.00/1.00 vMB 16
701,784 701,784 0000000000000000000478a4ba7ebdfaa22dcf1df6301dd65d5a4cef2e071d43 1,999 1.00/1.00 vMB 16
701,783 701,783 0000000000000000000268158c29dcb9293bcba1fedbad0cda7275ac9e4dc7ec 384 0.11/1.00 vMB 11
701,782 701,782 00000000000000000004c5efb8614d46039b0c35b30ee2e57c2887419e679d1c 665 0.31/1.00 vMB 12
701,781 701,781 0000000000000000000c946e6e95019511fcb4041f4971cb170c2541585e73fd 1,295 0.42/1.00 vMB 11
701,780 701,780 00000000000000000006c8005e19cd0425debb04a0a9b237d70b31e0d61d7b77 2,524 0.86/1.00 vMB 11
701,779 701,779 000000000000000000070b816b3d802fac6f58a71a8aa36405ff7db610b988ab 1,906 0.72/1.00 vMB 11
701,778 701,778 0000000000000000000c3b5e85e96b5b184e5634c9f49b9c9ee694d0127191df 1,292 0.42/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.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.