Loading Tool

Explorer IconExplorer

Memory Pool

42,880 transactions
26.85 vMB
0.05775431 BTC
Random Selection Loading Transactions
Max Size: 141.28/200 MB

Candidate Block

Mining Attempt 5d89f7f719454c266bf2e5d8c738856699259e023bd14d33aa56d47d610d4a72
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 6e6490f361646ac3736fe5115e36504ef30d447ccfbf4d4eae64bb27117c4ee1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,850
Size: 1.00 vMB
Total Fees: 0.00784489 BTC
Feerates: 60.16 > 0.79 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (670,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,757 244,757 000000000000006cfac17b86995fae1383b886cfee8a0e11542ebc305c785c2d 25 0.02/1.00 vMB 68
244,756 244,756 00000000000000c3a02bf11a1059858c4939d09711afc51f7dbcdd1359d0dfd6 382 0.14/1.00 vMB 200
244,755 244,755 0000000000000054bb09f860837dc69a63fed23a8502c3ef0babdfd1660667e7 512 0.19/1.00 vMB 28
244,754 244,754 000000000000007e61b46a5cb3f2dad330cd3f9f1efe8f4e58acaaae9286e1d6 375 0.14/1.00 vMB 180
244,753 244,753 000000000000003626f0ebe6893eae7820bdba64362bb3ec1518d2a4ee54e50e 101 0.06/1.00 vMB 23
244,752 244,752 000000000000009a3e0326254623a3fa1c711075dce8a177deafc0ea27eb23b2 353 0.14/1.00 vMB 140
244,751 244,751 0000000000000086c591de38a31646246b0fbb453312eaa76b29a7e40f3e3b6d 354 0.15/1.00 vMB 146
244,750 244,750 000000000000007c1eda15d5b5a9223fddda94461042c8b91179671b197cef0b 44 0.03/1.00 vMB 20
244,749 244,749 000000000000002b8d705dd8a2b76c9d0f7fd8e976cc1ebe5c98793ce4782941 101 0.07/1.00 vMB 11
244,748 244,748 000000000000004190bd97ad111773a8313ad9d82eb074a2ebae697f16f9199e 511 0.20/1.00 vMB 209
244,747 244,747 00000000000000b18d92553228b40c6c1a76f1e4018b8ef77863a689d00e08ab 567 0.25/1.00 vMB 160
244,746 244,746 000000000000009680864ce0ab69d4ec3cbffd1ce5abec83daa7e43acf6ae776 102 0.05/1.00 vMB 106
244,745 244,745 000000000000002d10906c6f8d29291e237abe6144d687f08e8667ff1f0da4e6 119 0.07/1.00 vMB 100
244,744 244,744 000000000000007db6d93f3c409e166780a6b142e5f42f568d6cdc8f1c3f122c 172 0.08/1.00 vMB 88
244,743 244,743 0000000000000058be38dbaa4bf2cdce9d6e4e8118dc307ed9fce8ebd7478eaf 158 0.10/1.00 vMB 123
244,742 244,742 000000000000006438a441c5c2687fe9b062aa236a4b35fa38b697fba184435b 17 0.01/1.00 vMB 105
244,741 244,741 0000000000000088c61a36d3964c23a6105658db6924ced2545a0fe1d9d5f447 129 0.05/1.00 vMB 94
244,740 244,740 000000000000007484d795987e45b2e00d13eb2a04a14bef17c0eea5c50451c4 153 0.08/1.00 vMB 246
244,739 244,739 00000000000000532b7ea528609d8345f383012c8089b9c81f7586f1fdbf6df7 188 0.10/1.00 vMB 281
244,738 244,738 000000000000003559ace80cfd3ea79f5b0ba51b604c4438b130cfbddd19c138 241 0.12/1.00 vMB 172
244,737 244,737 00000000000000c687ecd54d4ff460d3ef03a2c56ed4e28a281d1796918f3e1a 44 0.02/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.24 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: 655.23 GB
    • Received: 14.27 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.