Loading Tool

Explorer IconExplorer

Memory Pool

47,085 transactions
29.53 vMB
0.15266834 BTC
Random Selection Loading Transactions
Max Size: 156.38/200 MB

Candidate Block

Mining Attempt 953e8681c9b2211234ca97138d041b7a2a65283b476191c480087e4be61503a8
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 5702e4babf7104ec1fd26a7629d773951f99b3a0f537c9ec882ed6ca9210cfda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,716
Size: 1.00 vMB
Total Fees: 0.08571993 BTC
Feerates: 15,654.48 > 8.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (458,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,781 456,781 000000000000000001360a04e33685510d0e4c15db935e7c7c0604c66e747452 1,597 1.00/1.00 vMB 119
456,780 456,780 0000000000000000023d3c17e05b526f1aa3013f9db86437ab4094ab0e5c3174 1,394 1.00/1.00 vMB 88
456,779 456,779 000000000000000001bc3ed8f5eb11abae6cf310948df55f0b6e1acf6ffcb30e 2,106 1.00/1.00 vMB 162
456,778 456,778 00000000000000000026b2f6f316d26b5030087d870baccb6972e124faf6cd90 2,990 1.00/1.00 vMB 241
456,777 456,777 000000000000000000de2b4464c6a3c6d318a4eb62b36127e2d4878fa6f2d892 2,450 1.00/1.00 vMB 157
456,776 456,776 0000000000000000016827e9a4c094eb3f2d85ac18a85e05506e257b2daf8e1f 2,296 1.00/1.00 vMB 205
456,775 456,775 0000000000000000007c3cf54286d0a1a20abccbc71d2b9430f5c49fdb368ccc 1,160 1.00/1.00 vMB 123
456,774 456,774 000000000000000001fc3d5ac555499acaddc09656f969cf906582af3a281792 714 1.00/1.00 vMB 77
456,773 456,773 000000000000000002264a74f5b93fc475c23367795768f51b3c43cec8133c72 1,703 1.00/1.00 vMB 120
456,772 456,772 000000000000000001a0e24a7db735fb13d08e21d1a3913dfb7ecfb9a28a8cbe 2,527 1.00/1.00 vMB 170
456,771 456,771 000000000000000000b2d16b3806ac882c36ecbc7850e5c1039d40d81d549abb 2,728 1.00/1.00 vMB 169
456,770 456,770 00000000000000000220ff671ffaf52fd90aff7bab76330253a8bd73977da2a9 2,876 1.00/1.00 vMB 154
456,769 456,769 000000000000000000842188329d20ee6392b277ef93ebbc1fb0eb53d4cd3d78 2,177 1.00/1.00 vMB 169
456,768 456,768 000000000000000000bbaa7f20f26333467f8982c5844555d400acc79a69a7cd 2,259 1.00/1.00 vMB 119
456,767 456,767 0000000000000000000fe93695ece400fa50cb69a372cbb9ecf09c9300889a39 2,151 1.00/1.00 vMB 132
456,766 456,766 0000000000000000008affa490f82a17f8b87b1da5a6577640c162ea1a7ae257 2,730 1.00/1.00 vMB 190
456,765 456,765 0000000000000000006342cfe874d26bf34f4b1a4a6fa0caba960fb43f4000aa 2,246 1.00/1.00 vMB 231
456,764 456,764 0000000000000000000bc9fc06d91d89c1e23ba9112593ee3f29d2decdf1f191 1,879 1.00/1.00 vMB 184
456,763 456,763 00000000000000000151bb930294a4f9880766146d0613579779b66bf8dce962 2,343 0.99/1.00 vMB 206
456,762 456,762 0000000000000000016823648622155b802e98437e94179aa765335f4e8c4945 2,691 1.00/1.00 vMB 210
456,761 456,761 00000000000000000074bf64a756585b895d8e21ecb7b9dede7d249ccc1998ca 3,118 1.00/1.00 vMB 237
Previous 10 blocks ↓
Total Size: 782.04 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: 650.76 GB
    • Received: 13.32 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.