Loading Tool

Explorer IconExplorer

Memory Pool

77,105 transactions
30.45 vMB
0.10990591 BTC
Random Selection Loading Transactions
Max Size: 181.36/200 MB

Candidate Block

Mining Attempt 05b3491b8b5faab044ddbe75b5c749e9286c95e62a8b879dc37114a4c203fa3b
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root ad60465913138cba2581e9fd7f36de77ad47833c7a7ab9b5c8c48287a5cfdf09
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,455
Size: 1.00 vMB
Total Fees: 0.02895804 BTC
Feerates: 100.00 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (19,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
895,694 895,694 0000000000000000000159d51c94833bf1a07984185825726ebccfce5e8ad50b 3,435 1.00/1.00 vMB 13
895,693 895,693 000000000000000000010a727a189049c8abb16cbe27dd3c71c38ac9826971ec 733 1.00/1.00 vMB 2
895,692 895,692 0000000000000000000238ac7b704daa92a7a1d86541873bb1a3b236397306cd 1,790 1.00/1.00 vMB 4
895,691 895,691 00000000000000000001221a94e874365f64b31f9c700d13641fe125924ec865 2,074 1.00/1.00 vMB 3
895,690 895,690 00000000000000000000aeb59259db8fa4015bc680ff87792c60ab961c5b835c 2,349 1.00/1.00 vMB 3
895,689 895,689 000000000000000000025a9a7f9a5b1c41e84e0f6ed8e4420afcf775050a01f6 3,424 1.00/1.00 vMB 4
895,688 895,688 00000000000000000000cb74a2aaf345b6ea5b83c8dcd8b269771c1b5b9536c2 3,444 1.00/1.00 vMB 12
895,687 895,687 000000000000000000003c996ee42e0751d60407dc5feb344557ee3e5db382f1 3,515 1.00/1.00 vMB 5
895,686 895,686 000000000000000000022c4c1bc73f839d2a1f44e6a5154173bcd3ddccc5611d 3,466 1.00/1.00 vMB 6
895,685 895,685 0000000000000000000000f211d52445323e1f393c0d5fe038e250ca4d084570 3,311 1.00/1.00 vMB 5
895,684 895,684 000000000000000000014f6c9f0894c56c30cf349eb54225136d5f430ae328bb 2,564 1.00/1.00 vMB 4
895,683 895,683 000000000000000000017dd9743ce7996ef38fce582bcfe581d8bedf447a2802 3,898 1.00/1.00 vMB 7
895,682 895,682 000000000000000000021ab21d7ecd6ac2e3c0a5384f36c4c54701b66f794190 2,461 1.00/1.00 vMB 22
895,681 895,681 000000000000000000005ebf2e5d0a188b23cdfcb94f72744e53747654ac3d5d 1,553 1.00/1.00 vMB 5
895,680 895,680 00000000000000000001542ebc56c0aeaef68f75bc7f1b3fe19500b0b5a53dc1 1,758 1.00/1.00 vMB 3
895,679 895,679 0000000000000000000060f1237effbdbd6b604a8865cece2d2c89301cb2a62a 3,614 1.00/1.00 vMB 5
895,678 895,678 0000000000000000000087a6a23f73a6b6e8371d76b51c5664dc14a8c869d3b3 3,200 1.00/1.00 vMB 4
895,677 895,677 00000000000000000001053122a1976d196cafaebffa53eaf2c8802c7fd5aafc 3,290 1.00/1.00 vMB 5
895,676 895,676 000000000000000000020e6060945a881eeab2b78efcd8bfbc94bcd5175e2bca 2,385 0.99/1.00 vMB 3
895,675 895,675 000000000000000000000c3a6f31764fc7b821676b85090c419a0b48cb52ff9e 1,766 0.97/1.00 vMB 2
895,674 895,674 00000000000000000000b902f401deefd93b20c7323f4765138314eb88a56fab 1,349 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.17 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: 749.56 GB
    • Received: 18.82 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.