Loading Tool

Explorer IconExplorer

Memory Pool

79,186 transactions
30.08 vMB
0.12501319 BTC
Random Selection Loading Transactions
Max Size: 180.42/200 MB

Candidate Block

Mining Attempt ee84f3e5650e9050eb0e8856d5de1cd418e89cc9835d5c00b7ac986b16b1c663
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 4bfc8f2dbe0127e3f1cf2b20ca84cec2090c96e30f83a2a96354e396a4c96a58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.03886689 BTC
Feerates: 673.02 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (220,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,155 695,155 0000000000000000000801bd817bd6ab236cdfd0189f96bcd05dbbffc0bdf446 495 0.17/1.00 vMB 11
695,154 695,154 000000000000000000041e32509a51c7e8e5267248d6cccfd991cc5181d75434 2,220 0.88/1.00 vMB 9
695,153 695,153 000000000000000000102a53466fa7048fa0607710272ef41aa32169d468031d 1,329 1.00/1.00 vMB 2
695,152 695,152 0000000000000000000d00e0868f4fd52f4c2ee8c41b8c14dfa605e6ad4d53a8 1,495 1.00/1.00 vMB 3
695,151 695,151 0000000000000000000b9b05bf88a3dc7af62e0d4367a777adb9e2a6a9b68f2d 2,511 1.00/1.00 vMB 13
695,150 695,150 00000000000000000000d606dc04402ad5dcaa6018b2179454b056a245d282f6 2,736 1.00/1.00 vMB 10
695,149 695,149 000000000000000000021e707ae13a1ff8edb0f8b3740ff0569be76f1fdec301 3,026 1.00/1.00 vMB 33
695,148 695,148 0000000000000000000d76961cf00068e1a86dff3d5d791b82125a46d69f3ebc 3,248 1.00/1.00 vMB 14
695,147 695,147 00000000000000000006e3c6f9e2e8500125ef3e55311cec0f6ac78d0e7cc7dc 2,713 1.00/1.00 vMB 13
695,146 695,146 0000000000000000000b64f9c2a4b5117cdf107623301c5573b70aaff4d910da 1,088 1.00/1.00 vMB 6
695,145 695,145 000000000000000000112cc360e66054b63d1d28140a4b9679c80e7da3580853 3,503 1.00/1.00 vMB 5
695,144 695,144 00000000000000000006a8d0f4caceb0895153eabb9d7b75a0d792069945cb7c 3,052 1.00/1.00 vMB 23
695,143 695,143 00000000000000000000e4f63ea6541096ba9d4c1db5458a668f3699fe9bd97d 750 0.25/1.00 vMB 14
695,142 695,142 0000000000000000000cbc5ae547facacd21d7046fca9de97ed7dcf0d4b65ac8 2,298 0.99/1.00 vMB 9
695,141 695,141 0000000000000000000b65d866bb9e4e6957397424288029ca8eaf43690c470c 2,140 1.00/1.00 vMB 11
695,140 695,140 000000000000000000064bc1b6f14c03c66cbd49fa70f72b0321e0259bab7956 1,477 0.61/1.00 vMB 15
695,139 695,139 00000000000000000003d130dc6cda9db18224016b703133af0e94feae862198 586 0.29/1.00 vMB 3
695,138 695,138 0000000000000000000939c96541b317918b49d71696a70dad3b6d6ad6e18da9 1,263 1.00/1.00 vMB 6
695,137 695,137 0000000000000000000ded78223c59a30047ec3ad6f9735cb680967a284e1806 1,997 1.00/1.00 vMB 5
695,136 695,136 0000000000000000000f23a2720ae615ebbfeba6e8a2d8d1104d885a5b67fc88 2,992 1.00/1.00 vMB 10
695,135 695,135 0000000000000000000f934c932b7159fd51a183f07d6da5f564bc5586ffd78d 2,872 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.