Loading Tool

Explorer IconExplorer

Memory Pool

44,693 transactions
28.48 vMB
0.12001857 BTC
Random Selection Loading Transactions
Max Size: 150.55/200 MB

Candidate Block

Mining Attempt e986d45de9259dd27df41a1e36b4bc5e112ca04ff87bdff387c5c86322dcb297
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root f1794159129e2bdeb0c77a757329df520ccc6b507c683f681a1f6a30a960a058
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,520
Size: 1.00 vMB
Total Fees: 0.06605562 BTC
Feerates: 101.65 > 6.62 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (74,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,994 839,994 00000000000000000000d619d0d57f103576eb4d0a99fdc21354f39accfed8c5 2,680 1.00/1.00 vMB 95
839,993 839,993 000000000000000000017613eba1f732df9df0d199448357e9f0ccdea5ed40ab 2,755 1.00/1.00 vMB 102
839,992 839,992 00000000000000000001c68544e72f32afcfb5263b5d9688a4d86417f31681f9 3,039 1.00/1.00 vMB 107
839,991 839,991 000000000000000000009495048c344d50d08295d456adfec73e7277f1926eb1 2,385 1.00/1.00 vMB 78
839,990 839,990 000000000000000000019c7d65d7fbdbcb656e6de9a460f24cdb0b6a4cf04ef2 1,816 1.00/1.00 vMB 72
839,989 839,989 00000000000000000001d9fd79d081404f104ba9bc94fcd57b2402659eacc6b5 2,831 1.00/1.00 vMB 87
839,988 839,988 0000000000000000000230c1a6cadb2a8596d6a3f7e85b19ff751b59e9f1fcfa 2,731 1.00/1.00 vMB 73
839,987 839,987 00000000000000000000e5e8f411393ec1d23385a3b7656a1fb1dd972ac84f50 2,886 1.00/1.00 vMB 78
839,986 839,986 0000000000000000000152b3fa78ca1de508ef4076503799081a943c3ff0ae80 2,875 1.00/1.00 vMB 81
839,985 839,985 00000000000000000001a2fff770d2beb4106e157144cf7faf606274272379b8 2,966 1.00/1.00 vMB 70
839,984 839,984 00000000000000000002ee4a731c109b45c30650e6f0c98d70d0e1e86f00acd2 2,138 1.00/1.00 vMB 86
839,983 839,983 000000000000000000007960a03f3d128ac1fa9d9d55ecdfb651debb7f9a9956 2,708 1.00/1.00 vMB 65
839,982 839,982 00000000000000000000f8ee5cb67a37a80d2eb261f4c37f5017079488f97d6f 2,538 1.00/1.00 vMB 85
839,981 839,981 0000000000000000000329ee8f1869e85e7fc78f220d38aec11adf79b6c20510 2,394 1.00/1.00 vMB 88
839,980 839,980 00000000000000000000a8dd35c7857e3d08fb1ab1c26f70e27dc1f12af8f131 2,935 1.00/1.00 vMB 96
839,979 839,979 0000000000000000000043a01e59f6ada4452521baa5fa8c5c660daaa462b743 3,035 1.00/1.00 vMB 72
839,978 839,978 00000000000000000001de82ae3d96a87184a15fd28d70b5ab48109b998131aa 2,988 1.00/1.00 vMB 77
839,977 839,977 00000000000000000001f672c3948f424823bfd67925f6f8e3e966f4de0d5811 2,761 1.00/1.00 vMB 92
839,976 839,976 0000000000000000000015069a3fe1191eb4bc041953b98542eabcce9bc86c54 2,694 1.00/1.00 vMB 87
839,975 839,975 000000000000000000023a3e2e390d124fb88bb2ed2cb80eb73926f75d69a59c 2,459 1.00/1.00 vMB 87
839,974 839,974 00000000000000000001cead5d1db25fa982a9013fffe4d98ef52cf5128a0b50 2,904 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.05 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.89 GB
    • Received: 13.34 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.