Loading Tool

Explorer IconExplorer

Memory Pool

77,445 transactions
29.09 vMB
0.10099913 BTC
Random Selection Loading Transactions
Max Size: 175.07/200 MB

Candidate Block

Mining Attempt bbaf18fccdee1d452b58aac971adf1110ece32224e8e700899b02f1197ab1c98
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 78625c098f72f39c3e0845abb992688aa77b54a9b1d96ec04b0207418e21f4b5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,540
Size: 1.00 vMB
Total Fees: 0.02693524 BTC
Feerates: 453.09 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (355,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,495 559,495 00000000000000000024bab9c40f86f3d8ff378947cec7fa8d3c48084382d443 2,225 1.00/1.00 vMB 2
559,494 559,494 0000000000000000001ec1b94d79434921b9f127b4503fbb14f9201b56312e43 2,841 1.00/1.00 vMB 10
559,493 559,493 000000000000000000253a2b59e5504fcc1766b3e8ba613b840755d5290320d0 2,307 1.00/1.00 vMB 5
559,492 559,492 0000000000000000001439c79833600f394248148feebeb0d1e528768e6d05a5 3,077 1.00/1.00 vMB 23
559,491 559,491 0000000000000000001d57cf8d22cb4152914c700d6bba4d053cc40304417a3f 3,061 1.00/1.00 vMB 25
559,490 559,490 0000000000000000002790147308d2b4a855ec16d2ef497c1dc118f38e4d312d 3,355 1.00/1.00 vMB 13
559,489 559,489 000000000000000000144df9f8a1db477b363d396255afe449485a923e43b61f 2,660 1.00/1.00 vMB 33
559,488 559,488 0000000000000000000521e5bc5b1ca6b6fe4ead251251ae4efc3a0be58689a1 2,998 1.00/1.00 vMB 50
559,487 559,487 000000000000000000035197625239586fb3833efdb73bed3b6a34c6fe5624f5 2,428 0.85/1.00 vMB 23
559,486 559,486 0000000000000000002099c4d90a2353523505771c88f6a70d2a020fcba268b5 1,683 0.97/1.00 vMB 4
559,485 559,485 00000000000000000017f62308f7ea4f5d33e10538889ff69b2d1b26260b63d2 2,389 1.00/1.00 vMB 2
559,484 559,484 000000000000000000293bd49c805811902a22521cdfff00c2d31a5bed82f1fb 2,854 1.00/1.00 vMB 22
559,483 559,483 00000000000000000017721f556a7678e7c7639e54e7bf5c14cb60b97c6f8b74 2,730 1.00/1.00 vMB 17
559,482 559,482 0000000000000000001747789eaca46f55499d1a56878fc3e05346b938cdaba2 2,603 1.00/1.00 vMB 13
559,481 559,481 0000000000000000001b0fc7aaacc2d4a7bdd2c3e65a4770bb6531de82415f0c 1,631 1.00/1.00 vMB 47
559,480 559,480 0000000000000000000bbb29acf3f815b369b6c667940c77eef5a73cf3ed7eab 2,820 1.00/1.00 vMB 28
559,479 559,479 0000000000000000001191713e47fd1de7f4f443fcae77f9907c6bdc24be25e4 2,279 1.00/1.00 vMB 27
559,478 559,478 00000000000000000010404a10adf9cbb9290f3423ae07bfeeaa49b159c816c8 2,706 1.00/1.00 vMB 7
559,477 559,477 0000000000000000002b9350800c1f1eac42f1382ffd22e0748cf67e2ae857c2 1,223 1.00/1.00 vMB 7
559,476 559,476 0000000000000000001b985275605d2cb613cb9abe4587955177de314a6a4162 2,238 1.00/1.00 vMB 12
559,475 559,475 00000000000000000002307e0df5a545dacb7cab518b38e37d798dbc229aed7e 2,331 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.92 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.51 GB
    • Received: 17.56 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.