Loading Tool

Explorer IconExplorer

Memory Pool

46,256 transactions
28.20 vMB
0.10767682 BTC
Random Selection Loading Transactions
Max Size: 147.96/200 MB

Candidate Block

Mining Attempt 1d829043f81d584c3c0653f8825be74c836d7ca552e8eb94eaef644e41127bef
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 44406cd302c1b6af0d30ea93697388e6646c60f2493a27fa8c6af2dd98c185ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.04481299 BTC
Feerates: 265.25 > 4.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (273,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,812 641,812 000000000000000000063ed5cafab30db0d02c64f1a2b37c4cd80fc680b6f498 2,101 1.00/1.00 vMB 16
641,811 641,811 000000000000000000047dd21aeec5e74b697a229f16cd0904f4ffdeb8d7ebed 2,433 1.00/1.00 vMB 40
641,810 641,810 00000000000000000001ad7cc6b999954e59afe207bbf3dd28742a253d05ea5b 2,322 1.00/1.00 vMB 85
641,809 641,809 00000000000000000000773247339fc7611221fd55422056f523ac0b82d75b9e 2,722 1.00/1.00 vMB 24
641,808 641,808 0000000000000000000be8392d9285049ceeb289e15d7e5342f04cfef6cfbc80 2,159 1.00/1.00 vMB 39
641,807 641,807 0000000000000000000e34643c8edafde1955700f35074885c77de89e049421b 2,635 1.00/1.00 vMB 75
641,806 641,806 0000000000000000000bcfb5c981da5e629e981bc5d523a4ca0db0c4972affb9 2,069 1.00/1.00 vMB 30
641,805 641,805 0000000000000000001080804926c486d7712f57de7f13c78059538b80c8720d 2,417 1.00/1.00 vMB 55
641,804 641,804 0000000000000000000b3979256057d536c9d9f821d6ce7e17ecebbe996fe650 2,565 1.00/1.00 vMB 54
641,803 641,803 00000000000000000003e0c4bb53cf6237fb7e1c5bc9fc64e623c0c4c77c88db 2,773 1.00/1.00 vMB 83
641,802 641,802 000000000000000000061000ca4e07875587a9b16d6ad9b5ec7be65d4d96d8ec 3,076 1.00/1.00 vMB 113
641,801 641,801 000000000000000000021fe41ba27b933f18cc8a9eef930dedac2a85491f6e50 2,684 1.00/1.00 vMB 130
641,800 641,800 000000000000000000022d8391298b51b30f0f8656b47e8a68f5ed9bc79bf65f 2,685 1.00/1.00 vMB 122
641,799 641,799 00000000000000000009f4c10f69c8c5c8883ec4c21465710f4fa3c733d660c0 2,790 1.00/1.00 vMB 130
641,798 641,798 00000000000000000007484e1c1bba4e8680a3e8bd2d2f64987ba21b6af6a3d1 2,986 1.00/1.00 vMB 150
641,797 641,797 000000000000000000088706d62c5876e657c1ef6c76bb258a813349554a5cda 1,733 1.00/1.00 vMB 162
641,796 641,796 00000000000000000006aadb4751172c63fd9ce6f3c5e1a8a98e840221a8ffd8 2,573 1.00/1.00 vMB 131
641,795 641,795 0000000000000000000a3c4c50f216dd4d9f43a348f76f3f02b2d51fc6e968b6 2,492 1.00/1.00 vMB 163
641,794 641,794 0000000000000000000ada76a0cc067b7a0596b733057289b7e22b58949a0dc5 2,856 1.00/1.00 vMB 153
641,793 641,793 0000000000000000000a7a8ae5c2989f0b013db09fc090c79cd48325f6c021e1 2,541 1.00/1.00 vMB 168
641,792 641,792 0000000000000000000283e6e49f25f91535429d56bc86fe3bce19c2f89408b7 2,528 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.42 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.