Loading Tool

Explorer IconExplorer

Memory Pool

38,509 transactions
28.44 vMB
0.06603364 BTC
Random Selection Loading Transactions
Max Size: 143.97/200 MB

Candidate Block

Mining Attempt d0a00db2599d550faac672ec4a8acaaf52f51565add247b99aca5cc973e0e94f
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 207292d601c53cadad6a24ba2f76a429dedfbf19ce6df8dd3e1de93c2f7b3d8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,536
Size: 1.00 vMB
Total Fees: 0.01115333 BTC
Feerates: 105.82 > 1.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (176,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,841 737,841 00000000000000000006362a15bca3084ecfd7c6daadabae63bf21623393231b 1,897 1.00/1.00 vMB 19
737,840 737,840 0000000000000000000345eb056623a7c2bb0d835cf0dbe567221a99dbb454a8 2,964 1.00/1.00 vMB 20
737,839 737,839 00000000000000000008dde2a2de6cfb1d9a6c751c7cd86cbc233eb6a8907818 2,067 1.00/1.00 vMB 3
737,838 737,838 00000000000000000000fa3651cf3d4ffee8b304c7a50a89dd593613653d44f9 1,184 1.00/1.00 vMB 16
737,837 737,837 00000000000000000001f1b35f4fbe64761f24d712e9dba3901e0f5f1b74e8bb 2,823 1.00/1.00 vMB 12
737,836 737,836 00000000000000000002024c4569d49661e7d569fa6e1b85bf8ee1dfbf6c1d91 2,977 1.00/1.00 vMB 24
737,835 737,835 0000000000000000000142fc36f3d0e6d9c338fe025ccd89d711eae45f4a126e 2,501 1.00/1.00 vMB 14
737,834 737,834 00000000000000000004cf0e9b85a4434b81fd9904a63bc279cbf3a18c5212d9 3,610 1.00/1.00 vMB 16
737,833 737,833 00000000000000000001644bb23667c98f16fa844b3671c72e68094b2fff242b 3,055 1.00/1.00 vMB 23
737,832 737,832 00000000000000000002133632d4d4e6e0609c90d663acaf51908e6a58cee4c6 2,768 1.00/1.00 vMB 20
737,831 737,831 00000000000000000003ecd0bd4277ec2ce727952e673ae9087c718ae2e39a80 2,332 1.00/1.00 vMB 33
737,830 737,830 000000000000000000052b86bff9eddf0a82cdca33d2f7316d01ef440a7d563d 3,281 1.00/1.00 vMB 38
737,829 737,829 00000000000000000006201ed7bf1ef8c26646b3bebacfc216e1f307e7bec1d7 104 0.08/1.00 vMB 3
737,828 737,828 000000000000000000001614d24b9b5a145f66a6ac7106cd91c954732748ca61 1,535 1.00/1.00 vMB 6
737,827 737,827 00000000000000000001d84bf89deaa28cf8053bf9dde32dc7cbbe87caed9859 2,426 1.00/1.00 vMB 14
737,826 737,826 00000000000000000001282cdcd2821e8c620187924c06295a6f173220efdfde 2,215 1.00/1.00 vMB 3
737,825 737,825 0000000000000000000871f8b7a6ea39e532d06cd32f7192aa36f7f0e892a01b 1,932 1.00/1.00 vMB 10
737,824 737,824 0000000000000000000868fa86b80658a5f9a2773cfa01403231f4459c4a5f64 3,271 1.00/1.00 vMB 20
737,823 737,823 000000000000000000077ed44f284a02ee7cbb3bd8b6026faa2b3f511f528105 3,352 1.00/1.00 vMB 23
737,822 737,822 0000000000000000000016c3cc3f17513c130398734e7dec3c05844a90fb4c4b 2,735 1.00/1.00 vMB 19
737,821 737,821 00000000000000000005bcc5d1017d51cf9e6361d413ca55816b44bf0850683d 787 1.00/1.00 vMB 18
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: 114
    • 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.