Loading Tool

Explorer IconExplorer

Memory Pool

73,388 transactions
28.31 vMB
0.07747595 BTC
Random Selection Loading Transactions
Max Size: 167.59/200 MB

Candidate Block

Mining Attempt b591f0179cd3d12b1a6fb0551dad49ec69dcf0c315a4b086529944bb5d510c89
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 4ccd910068f3ac05f16073c41fd1704fba484436fe5a2f51cd583cfd2fab8842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,613
Size: 1.00 vMB
Total Fees: 0.02072163 BTC
Feerates: 152.31 > 2.08 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (363,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,723 551,723 000000000000000000099c977c7ca14b15eb7c8614a92c3dee705987af826bbb 3,093 1.00/1.00 vMB 61
551,722 551,722 000000000000000000267c87d375ebeecb20c86a593de929cc9607e9269c4de5 2,644 1.00/1.00 vMB 52
551,721 551,721 00000000000000000005d0b0dc05e492abb5a6f8c302aa1b4a0493e65b201c27 2,786 1.00/1.00 vMB 84
551,720 551,720 00000000000000000019f4d6b0a3ac29f65789035e88ca279d2820a33405e056 2,318 1.00/1.00 vMB 24
551,719 551,719 0000000000000000002525605d4135cefb292f19d6511ad2ac9de2b78a774168 2,075 1.00/1.00 vMB 11
551,718 551,718 000000000000000000067b1437f6a9004f1dff0444fb4dc0034a45f0b57c7dca 2,347 1.00/1.00 vMB 28
551,717 551,717 0000000000000000000b511a71635dabf7182322f5df5cfcdfa67909efbe2fa9 1,713 1.00/1.00 vMB 20
551,716 551,716 0000000000000000000d7ca4c4b45e61973ec741a4037c54ccbf1afe2733c1c2 1 0.00/1.00 vMB 0
551,715 551,715 0000000000000000001aae9a8ae632a1b625866a7f34b0c60dd34b428d6d417f 1,626 1.00/1.00 vMB 16
551,714 551,714 000000000000000000174beb91e4d7684af7a2a371cfcbd0eb3af09927d0a069 2,146 1.00/1.00 vMB 58
551,713 551,713 0000000000000000000c23321a2976455cacf8d5b86827ddef27a75eba58e718 2,759 1.00/1.00 vMB 46
551,712 551,712 00000000000000000012299991c55a5f32b50deecd4da256abaa27352ca991fe 2,178 1.00/1.00 vMB 24
551,711 551,711 00000000000000000003c29292ea0950f75febb07bd60ccf390848633a00615b 2,424 1.00/1.00 vMB 31
551,710 551,710 0000000000000000001dfceec71e694e8d313b5897e860b02030d3dc4c1959e5 2,098 1.00/1.00 vMB 35
551,709 551,709 00000000000000000019c4ad6c84e412c56406ea47bfa926252454c13fa06d0f 2,602 1.00/1.00 vMB 54
551,708 551,708 00000000000000000025fb8189b29b0744b202b3722e5d30855623a6fc4e222c 2,898 1.00/1.00 vMB 39
551,707 551,707 000000000000000000209ccece6d003b3b050e72d2d7145864ee2590bacdc0af 2,496 1.00/1.00 vMB 54
551,706 551,706 0000000000000000002472eee09eebad58c1141ffcaa2213bb9264fe6a1d47e0 1,618 1.00/1.00 vMB 50
551,705 551,705 000000000000000000046bec1dbf9f79d79f33be45ce36de00afa105b8367f5c 2,617 1.00/1.00 vMB 53
551,704 551,704 0000000000000000000cb2328f9ccffc25dd712226544b3061263e7a93fa8dc6 1,932 1.00/1.00 vMB 62
551,703 551,703 00000000000000000029fdf2fb2bfda74345192c608010a16c3b87588c2973e3 1,805 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.