Loading Tool

Explorer IconExplorer

Memory Pool

76,972 transactions
28.59 vMB
0.10134303 BTC
Random Selection Loading Transactions
Max Size: 172.98/200 MB

Candidate Block

Mining Attempt 4a48a70c20efe8d91fc2be1d9218e09b4075055c7a231e42beae1dea7566e967
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 4374c7213aff6e71e20d00bac44e19e758c0702b6eb026c7e3d2671da0247a55
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,682
Size: 1.00 vMB
Total Fees: 0.03474781 BTC
Feerates: 402.60 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (259,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,719 655,719 000000000000000000063977bbd79a5f764ea35956d419b620dc288b4e6603b7 2,930 1.00/1.00 vMB 274
655,718 655,718 0000000000000000000b41220353ec4f254d1e226b78ad42e58d5a0a61c6b8d7 2,602 1.00/1.00 vMB 228
655,717 655,717 00000000000000000002dd12e73c87b0bf83eae507b72670db04faddf6640f7c 2,774 1.00/1.00 vMB 325
655,716 655,716 000000000000000000019851fd561a8163434d7faf82ebef71e3a4b208c7fc0e 2,992 1.00/1.00 vMB 193
655,715 655,715 00000000000000000007d2467b2150e96ccef98557360f95f5e406e727fa31c0 2,877 1.00/1.00 vMB 327
655,714 655,714 00000000000000000002d23406aaf9286c4c10db614804ce172a5a6f87527ad9 2,911 1.00/1.00 vMB 191
655,713 655,713 000000000000000000021f6a6927fc54fae7f12ad757fdc5548ae152f85355b5 3,208 1.00/1.00 vMB 208
655,712 655,712 0000000000000000000157213bef0a9e934d738d78ac0015723db905b94af6bc 1,860 1.00/1.00 vMB 251
655,711 655,711 00000000000000000002e0a6e8144ac2191fc36caaef8b4642f466273cae3a61 1 0.00/1.00 vMB 0
655,710 655,710 0000000000000000000e39763af4585ac73e59069b9f9965a7f82e40b2e28a20 2,683 1.00/1.00 vMB 302
655,709 655,709 00000000000000000007abfb64117ec1d87ebc57e13498dc5ab6e6cd8053894f 2,713 1.00/1.00 vMB 240
655,708 655,708 00000000000000000000ea36b8b7fc119bfb490373ee8bd8172efe1a36d992a7 1,493 1.00/1.00 vMB 273
655,707 655,707 00000000000000000007f4beffbeb740c14ce86d7335b1283a45be478fc7063d 2,620 1.00/1.00 vMB 305
655,706 655,706 00000000000000000000d9d4653732d753c69597ae7c15089c8a2aaea49443ab 2,314 1.00/1.00 vMB 255
655,705 655,705 000000000000000000060f73e87c857daab060027fdaeac7ba0bdb7f9583853a 2,525 1.00/1.00 vMB 283
655,704 655,704 0000000000000000000d69b69c28ba32e49a3d0a07d7e5b71961e43a78706424 2,943 1.00/1.00 vMB 327
655,703 655,703 0000000000000000000502db286626f6ee96fa1f0d044689a58b94a7494a1a32 3,258 1.00/1.00 vMB 359
655,702 655,702 0000000000000000000dd0318468e49f42a373ee8d7c9f4cefd6566456f968ee 2,359 1.00/1.00 vMB 163
655,701 655,701 0000000000000000000f41e0a20e955996688c901ba2fca1f599db398c7255c9 1,841 1.00/1.00 vMB 69
655,700 655,700 0000000000000000000f9e39151aed70a47f483eddc275098bc170239afccaff 2,357 1.00/1.00 vMB 120
655,699 655,699 0000000000000000000d5b062ac235c68d8b0ae13fec8117c3d3b41181d10f66 2,295 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.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: 714.69 GB
    • Received: 17.58 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.