Loading Tool

Explorer IconExplorer

Memory Pool

13,620 transactions
7.33 vMB
0.00892335 BTC
Random Selection Loading Transactions
Max Size: 45.29/200 MB

Candidate Block

Mining Attempt 0bbcf25da04a78a6e98af174e40191a6680de7d5b826d55936b2d25ecd444b05
Version 20000000
Previous Block 000000000000000000019fd1f8ce28a19a8c979f614fb8d248d149dc273c9e42
Merkle Root 81d7717c8b60554698ab57861cdf57b851b4d7a047ad3f5b9f4f699f7d4d00bf
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 5,195
Size: 1.00 vMB
Total Fees: 0.00211574 BTC
Feerates: 29.85 > 0.21 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,330 (92,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,163 846,163 00000000000000000001f5078f3ce3f7b65e5b1c91fb1628a06bab202bbc7e42 3,089 1.00/1.00 vMB 20
846,162 846,162 000000000000000000024397012a3274523b9e3257d539cdd6ad3043fc206a3f 3,017 1.00/1.00 vMB 30
846,161 846,161 00000000000000000000fedb04a8b6de80a3599ab84352dc814ad37396b465aa 5,073 1.00/1.00 vMB 18
846,160 846,160 000000000000000000031a473407fdf67242a9fdcc42fff19d53a73502fd4fdb 3,749 1.00/1.00 vMB 21
846,159 846,159 000000000000000000008fb6500e446675b1f8a9b2ee134dfa92090143d99266 4,840 1.00/1.00 vMB 27
846,158 846,158 000000000000000000013f963d89123ea4039adca410b550553608ca5d1c79f1 4,861 1.00/1.00 vMB 28
846,157 846,157 000000000000000000030e91de68bd344805c41057ae1c52e6cde2a520deabc2 6,418 1.00/1.00 vMB 18
846,156 846,156 0000000000000000000085a541d5a8589b2aabf7c4febd79172a5ca54b35d4e4 4,406 1.00/1.00 vMB 26
846,155 846,155 00000000000000000001f24fa4b2e39c7ba3479e9a80ab99946e98ecf666c873 5,963 1.00/1.00 vMB 19
846,154 846,154 00000000000000000002de5755e07c29095ea43b6962da72a68f82b75103abf2 6,408 1.00/1.00 vMB 20
846,153 846,153 0000000000000000000025e43e661b75407a2e14b20f7aed6ad1df433b29f4ff 1 0.00/1.00 vMB 0
846,152 846,152 00000000000000000001248bfe351d138c62202f258ab94262fc4f7d6ff3e2e3 5,228 1.00/1.00 vMB 23
846,151 846,151 00000000000000000001e60e98e243c2ded2d8965cf624a244da0b9d71e3163d 6,561 1.00/1.00 vMB 18
846,150 846,150 000000000000000000021371e59046a6d1ccfbf1f2e6eec950d2d196e6fbcc6b 4,965 1.00/1.00 vMB 23
846,149 846,149 00000000000000000002046902241d590e2f835dee96786ec93bbbd8ffeed180 6,100 1.00/1.00 vMB 17
846,148 846,148 00000000000000000002d5383969a618828c880e0c267d6b4308a520ae489b17 4,349 1.00/1.00 vMB 25
846,147 846,147 000000000000000000023c3b95a8a629f7f992892e52d040ef5b290f79b6d3aa 5,225 1.00/1.00 vMB 22
846,146 846,146 0000000000000000000183cda258ce72fbfdc496085b64ec5575e60f6430b699 6,259 1.00/1.00 vMB 20
846,145 846,145 000000000000000000014a25e4f123b2c18ccc2e7c67c8bb5d1afb41d598ce25 5,678 1.00/1.00 vMB 17
846,144 846,144 00000000000000000002ddb99760273aec2c2c06383faabf2c8a5d848b65547d 5,969 1.00/1.00 vMB 23
846,143 846,143 000000000000000000026413289bc5c32bdcf16494f97e557604c9db3529a995 4,009 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 823.72 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: 4,095.48 GB
    • Received: 225.15 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.