Loading Tool

Explorer IconExplorer

Memory Pool

87,476 transactions
32.51 vMB
0.10750713 BTC
Random Selection Loading Transactions
Max Size: 198.06/200 MB

Candidate Block

Mining Attempt 1ca8142bef469de26ebaa3a891adc3a697674c4f90fc1967727d4e6875164015
Version 20000000
Previous Block 000000000000000000009cc3403b9757f9232658f0f77f1827104ea56c8d475d
Merkle Root e5121a1d5b2181ff66ec907958de01dc7750bb7a845975aa454e7d611694dfaa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,047
Size: 1.00 vMB
Total Fees: 0.02810003 BTC
Feerates: 318.30 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,341 (488,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,841 426,841 000000000000000001e306d42ab742c9dfd9b5861d1ac20cea1fa5c7c72dcdd7 1,076 1.00/1.00 vMB 34
426,840 426,840 00000000000000000456c2b87ffa6fd9c3e85269321e27d5bbe5669092ffa1cd 1,644 1.00/1.00 vMB 37
426,839 426,839 000000000000000000a1f2b6b79e39b9af88145be482120bfa5b6f41de7f8767 2,407 1.00/1.00 vMB 50
426,838 426,838 00000000000000000206f11cadf43d9ebf69c7bceb94631729a74cccb1fb5c56 2,201 0.75/1.00 vMB 85
426,837 426,837 000000000000000003b4abc29ce37613d313d9d7e1a58d544b473531f560330a 2,022 1.00/1.00 vMB 40
426,836 426,836 00000000000000000460d1ec212eca0ac7d72e8f683034406a739ddd89f5ac7d 3,113 1.00/1.00 vMB 83
426,835 426,835 000000000000000004b5ea3f17fae8a2f99d6f783ac3881850c7fcb9c106bba6 2,197 1.00/1.00 vMB 54
426,834 426,834 000000000000000000bcf8f50d7ed538957731cd8163ecb3dabcdc818f4a03f6 2,704 1.00/1.00 vMB 71
426,833 426,833 000000000000000001fa7666161fc1d87d2e75e6c6e7f691491aea4572e1bac5 2,212 1.00/1.00 vMB 54
426,832 426,832 00000000000000000078571142a8df89fac7a00135e2e829a29b039930c0ae56 2,414 1.00/1.00 vMB 75
426,831 426,831 000000000000000004eb34e90e6604ef683b628aa97acbd91d087e24926d96eb 1,626 1.00/1.00 vMB 42
426,830 426,830 0000000000000000011095db58c2a22e23cf42d4b22e533420aecb173a1bc646 2,264 1.00/1.00 vMB 52
426,829 426,829 0000000000000000038ed197263aa06753ac06aabd9242acddba1bff86d2270e 2,965 1.00/1.00 vMB 76
426,828 426,828 0000000000000000039d5e9c850228c81eb1a0ac950587d943e4a8c44905f644 2,633 1.00/1.00 vMB 63
426,827 426,827 00000000000000000281f0e4d470603a42a5706ad3097e90175a019d4e18035f 2,006 1.00/1.00 vMB 75
426,826 426,826 000000000000000001b746e5b14291b350277298582633f08ff41c0044a28aa6 2,853 1.00/1.00 vMB 116
426,825 426,825 000000000000000000888633e7db6ea7846344529cce48da9738e9c673315be4 1,958 1.00/1.00 vMB 43
426,824 426,824 0000000000000000000e919d9881477470979fa8451e01118c51ab4e1de40181 2,318 1.00/1.00 vMB 69
426,823 426,823 0000000000000000029db7c159ff341f8e4c2a38410da6adbbbe17eee3220e56 2,485 1.00/1.00 vMB 66
426,822 426,822 000000000000000004ce677ef58e8f573a8cfb32216cd49e6a28bc85f05ee2a4 2,846 1.00/1.00 vMB 101
426,821 426,821 0000000000000000039a62ac7c4bfe807c38d6439b37bd17336ecbbf07b3b967 2,293 0.93/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.98 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: 717.05 GB
    • Received: 17.82 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.