Loading Tool

Explorer IconExplorer

Memory Pool

42,669 transactions
26.15 vMB
0.05364331 BTC
Random Selection Loading Transactions
Max Size: 137.33/200 MB

Candidate Block

Mining Attempt fcc748c152e075d7d4259c54874dd93ed8239fdd2c8c7ad28b5aee4591fefd31
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root f749e1f7bc22c2b52a128655ddc5bd50bf52e7b5da2116389176dae4aec7366f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,083
Size: 1.00 vMB
Total Fees: 0.00601167 BTC
Feerates: 100.28 > 0.60 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (457,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,806 456,806 000000000000000001f5c48122d5ab45b834b2ba7e87f15042a3a1f46cf2160a 874 1.00/1.00 vMB 65
456,805 456,805 00000000000000000152a461e0ce31604b99f1d719f68af36775f501eb420935 1,972 1.00/1.00 vMB 99
456,804 456,804 000000000000000001bb17fcd6b8be919d4ac3000d5f1e92f14a383188ad6ffe 2,630 1.00/1.00 vMB 189
456,803 456,803 000000000000000000128ff62d32739fa406356731481eeae179c75d95853aa3 2,411 1.00/1.00 vMB 208
456,802 456,802 00000000000000000188e75fb5f55d8cb22861465924f3664e26fccdf71306f0 2,576 1.00/1.00 vMB 152
456,801 456,801 00000000000000000004ccc5d6e71e2a0ed5d8c79e70ffb8c05f9c4fc8415572 2,692 1.00/1.00 vMB 226
456,800 456,800 0000000000000000003977bf0577f0220a546645c7d6cb93f928d8d81d9923a6 2,534 1.00/1.00 vMB 181
456,799 456,799 0000000000000000012c1bb3573ba322fe5a1625d3cd3bbfe72666661b4fc968 2,176 1.00/1.00 vMB 161
456,798 456,798 000000000000000001d27561ce73de8e25ae8c71b0f14ca8493cd3b88e9cdec3 2,291 1.00/1.00 vMB 209
456,797 456,797 000000000000000001705e70bba662375325973d1f46b9dc76a518ca0947dbe8 2,451 0.99/1.00 vMB 117
456,796 456,796 000000000000000000877bebbe8f5b15d2a679fdd0dacac7c9c0a511e6a9df1d 2,161 1.00/1.00 vMB 163
456,795 456,795 000000000000000001da36282a413538fd61a933595328680fbc2d0a3f786351 3,222 1.00/1.00 vMB 319
456,794 456,794 00000000000000000137069f96fe5f347c19be8ee3c6dbbfc7122ec211445991 2,937 1.00/1.00 vMB 290
456,793 456,793 000000000000000000c5758679ad28f35b78f086792c7ed1f2e52c4de41a4eda 600 1.00/1.00 vMB 54
456,792 456,792 00000000000000000257eae45c21186b63734eb7bc2bd008130f7aa401f8d1bf 1,367 1.00/1.00 vMB 85
456,791 456,791 00000000000000000226b1ed3a75dd40419743fa99782350e2ee98f46a694d84 1,001 1.00/1.00 vMB 79
456,790 456,790 00000000000000000038c0b65c20b106a99b9bb484a640764a084079b7728c83 2,348 1.00/1.00 vMB 137
456,789 456,789 000000000000000001624282e608f5430d338c74996dffe155d5ab423c04fd53 1,850 1.00/1.00 vMB 250
456,788 456,788 000000000000000001b84ba2d5474aefcc5c4ba22ee9d92d9c423678c7c3c688 2,324 1.00/1.00 vMB 217
456,787 456,787 000000000000000000b3cd5f70a37b7dac1e79b5f3e4b688a0923e960f89064f 2,674 1.00/1.00 vMB 309
456,786 456,786 000000000000000001c1652c075705b303de9dc74eafc1cdedf9ccf722aa23a3 956 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.