Loading Tool

Explorer IconExplorer

Memory Pool

83,195 transactions
31.36 vMB
0.09431149 BTC
Random Selection Loading Transactions
Max Size: 192.11/200 MB

Candidate Block

Mining Attempt eb7e8d56cc80ff3a60cc79a25daa4cc9e37cbfdb431389eec3fe45ee1e521911
Version 20000000
Previous Block 00000000000000000001c741e94ff9ce9b4832dde958a2941db0822cdb652151
Merkle Root 4916ef5383f61fdc2b3d23e54eeebb65825d6745b3af722afe26b2af8d12f8a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,566
Size: 1.00 vMB
Total Fees: 0.02335089 BTC
Feerates: 301.60 > 2.34 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,220 (377,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,613 537,613 00000000000000000007ed686908ba59ec6d39f1bd8fe230c875121897d69a7d 2,002 0.81/1.00 vMB 19
537,612 537,612 0000000000000000000ac8150394b8704999db6095f57dcdb473e055dd1016ce 327 0.15/1.00 vMB 38
537,611 537,611 0000000000000000000163681b6ff2050f948d79d8f3e7635951c4fba0420633 552 0.28/1.00 vMB 16
537,610 537,610 0000000000000000001fc41f94e21e0ca7de696bcd0cadc170d201d4dcbe9a4a 2,323 1.00/1.00 vMB 21
537,609 537,609 000000000000000000063f5caed057bd7bd8b919d8a32b6a82a12b7e9ba165b2 1,018 0.42/1.00 vMB 31
537,608 537,608 0000000000000000000044d8f8daf0c797bc09936d504fe5d182e015a7b1385a 1,528 0.73/1.00 vMB 17
537,607 537,607 000000000000000000214ccfb767b28a7044880383c408248a135e6221e3d688 29 0.01/1.00 vMB 11
537,606 537,606 0000000000000000001e94afaff8bef68daead5a0043e7988101ba51fcd80db2 1,784 0.83/1.00 vMB 33
537,605 537,605 00000000000000000009a8f46464e3d1f8cc940855665b2f39787e8557aac946 1,856 0.77/1.00 vMB 22
537,604 537,604 0000000000000000000a4418a4a516548298a17a58b850bc128f6429e3950c86 167 0.14/1.00 vMB 8
537,603 537,603 00000000000000000013416d437b7ab7ab777f9e40a1bd87204790464ec83026 708 0.41/1.00 vMB 13
537,602 537,602 00000000000000000028120bca09b78931c0691ce4b5b78f7d88c4689d914b6f 2,174 0.81/1.00 vMB 20
537,601 537,601 0000000000000000002350ee07fd72effbacc2d83c47d13eeccec6b4f36f983d 1,850 0.83/1.00 vMB 9
537,600 537,600 000000000000000000003e0875a1c50790f7b5077b3a40a27fdd492d91d56224 2,478 1.00/1.00 vMB 24
537,599 537,599 0000000000000000000ebc9b889c2ee78cd00c522230f5a3212ff42eb8fb9000 1,839 1.00/1.00 vMB 18
537,598 537,598 00000000000000000016de5b4f86954de3e622fbc0861a80d4844a68426e9132 2,764 1.00/1.00 vMB 7
537,597 537,597 000000000000000000254a1bdbc7a36d8f331d8f108467f5c530ed5a14f98db3 1,948 1.00/1.00 vMB 37
537,596 537,596 000000000000000000033682a7e781758c4b9493fd5fbef9d5d9364a8ac0a2fa 797 0.49/1.00 vMB 14
537,595 537,595 0000000000000000000748cc73934263c0b19aa6c0358d8f0041c22fda05c8ea 437 0.18/1.00 vMB 16
537,594 537,594 0000000000000000002b1d17779e3300f30a2079a89088c9b51f1351a8f09829 1,284 0.48/1.00 vMB 28
537,593 537,593 0000000000000000000b46fe1bd61fb6e1cbd9e3f48025534022d9831af57c9d 1,091 0.44/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.77 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: 709.31 GB
    • Received: 16.88 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.