Loading Tool

Explorer IconExplorer

Memory Pool

81,508 transactions
34.22 vMB
0.14194692 BTC
Random Selection Loading Transactions
Max Size: 194.82/200 MB

Candidate Block

Mining Attempt e753d3644d53287754821e36c7c1b58ac75f4bcac55289ac7fb57f8a8e6ba419
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root c7a9fdbb6444a07a72ee7efe3f90b6dbb837db6c8b46f2cbd956a2fa358ee67b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03045976 BTC
Feerates: 150.78 > 3.05 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (50,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,264 865,264 00000000000000000002ac0d3fafc61f18fb53b72166c2470c6b8c1f7d8fb20e 6,311 1.00/1.00 vMB 22
865,263 865,263 0000000000000000000111eec6c12594435ce04b62e966e4521b0b83c5270ef1 2,988 1.00/1.00 vMB 15
865,262 865,262 0000000000000000000237f4492859249a66102e1c636b0bef3a78c7f686941f 4,560 1.00/1.00 vMB 27
865,261 865,261 00000000000000000000057cfe33d5df234e3e1dc6baeb882832ebd8cd8c85ea 3,292 1.00/1.00 vMB 19
865,260 865,260 00000000000000000002d1c26fe7e2b662bd134a48d0738f7e8ca7da66983278 6,131 1.00/1.00 vMB 20
865,259 865,259 0000000000000000000148aab60eee05f463c2b38852b05a05c24c85fb2951ee 5,150 1.00/1.00 vMB 25
865,258 865,258 000000000000000000026a698ba206cc83d3164a09e02ff190f1a442073403a3 2,379 1.00/1.00 vMB 17
865,257 865,257 0000000000000000000213e35318cbab91c11dc356db75468a6c53d4ccf956ce 4,254 1.00/1.00 vMB 17
865,256 865,256 00000000000000000000d17487c83b0cc04a8fef382990467b46dc66d48bc900 5,825 1.00/1.00 vMB 22
865,255 865,255 00000000000000000002183d910ee8fba564e77adbb93c3ef7e4f4496d56d4d6 5,110 1.00/1.00 vMB 30
865,254 865,254 000000000000000000009bf2ce04c22748da58d957a3d179808b62c4ac5c6c44 4,747 1.00/1.00 vMB 38
865,253 865,253 00000000000000000001d0eb9ce6f2a370ccd8109d2500d4dafed766716822d2 5,672 1.00/1.00 vMB 28
865,252 865,252 00000000000000000000b61ecd5ed74c1401218cbb03bce102af2aa5fa421fd8 5,305 1.00/1.00 vMB 35
865,251 865,251 00000000000000000000a1bf837dce0ec656330302d83734b79957665c69f16e 5,343 1.00/1.00 vMB 31
865,250 865,250 0000000000000000000307cea5906924d69ab6a69049f9b1dc203445efa96951 6,298 1.00/1.00 vMB 29
865,249 865,249 00000000000000000000f898f1bb6957750aad50a02fa8d2720f80a98cefb0a9 5,142 1.00/1.00 vMB 43
865,248 865,248 00000000000000000000b8c79fa69defa7c0013defaa9c0b358522856171b972 6,272 1.00/1.00 vMB 28
865,247 865,247 00000000000000000002d1162e18d5f84a342892fe7aca883d93a14baa8168f2 6,235 1.00/1.00 vMB 30
865,246 865,246 00000000000000000001b83bb20b38d9a6139d3ee7d440997405c04e95e607d1 3,707 1.00/1.00 vMB 56
865,245 865,245 000000000000000000010975225cbc88e96930d684dae5c71207e6a0765cd7af 4,571 1.00/1.00 vMB 17
865,244 865,244 000000000000000000004ea2bb50478cc887b9ce5da75dac1528d4e86f79d330 5,545 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.10 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: 728.07 GB
    • Received: 18.47 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.