Loading Tool

Explorer IconExplorer

Memory Pool

25,629 transactions
18.33 vMB
0.02376780 BTC
Random Selection Loading Transactions
Max Size: 104.23/200 MB

Candidate Block

Mining Attempt f3a5340e4df92bf1f988ec96d3ca36dafc6eaf2b9670eb6f983eb2ce0de092e6
Version 20000000
Previous Block 000000000000000000003bf54f7b3e6de0049b981f269ca50dbbe816992f81a1
Merkle Root b9afe31f586a617da45cb40e58d9e2767a265346a61eaf9374ec8111d43914a1
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 1,473
Size: 1.00 vMB
Total Fees: 0.00433535 BTC
Feerates: 50.27 > 0.43 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,125 (13,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
925,599 925,599 000000000000000000010a57a650305a6904a347e32b2de6d91f5cbe782a7b4d 1,917 1.00/1.00 vMB 2
925,598 925,598 00000000000000000001476d4e206a3d33a0014a5efa5c00daa3892a3b19f07d 2,965 1.00/1.00 vMB 2
925,597 925,597 0000000000000000000009ecf77fbd90deaea0ab35392e6dfd86e308e68e2783 1,988 1.00/1.00 vMB 1
925,596 925,596 000000000000000000013e7707d9e14a1a9bf14cb69f21ad32bb44d85046cb89 3,762 1.00/1.00 vMB 3
925,595 925,595 000000000000000000018d0d32d60cbb2a42e12ac396d2f88347c8bd0b74155c 2,793 1.00/1.00 vMB 2
925,594 925,594 00000000000000000001aa07b6adb9c791a7dd86fae0ae5cb4cd9adb4a73ac8b 3,971 1.00/1.00 vMB 4
925,593 925,593 00000000000000000000dd49a8e8cce76aeba8182f5aeb6c288539a2365bf314 2,713 0.96/1.00 vMB 1
925,592 925,592 00000000000000000000eaf1aae81d2d9a13da19cf33347f4be969e044898d51 3,411 1.00/1.00 vMB 3
925,591 925,591 00000000000000000000c53af3f511e312485383b25100a5d8e37c3e04557544 2,909 1.00/1.00 vMB 2
925,590 925,590 00000000000000000001c750843ac320ace256749aed4238a55061916f9eede7 3,865 1.00/1.00 vMB 3
925,589 925,589 000000000000000000018779cc595d55e949516241349a330a3706ae0c620786 3,451 1.00/1.00 vMB 7
925,588 925,588 00000000000000000001cbac45c0fa71e29a300669e917a2f3baf3c0324605b1 3,618 1.00/1.00 vMB 3
925,587 925,587 000000000000000000004cbc3e4516313d9624a7b7449ac9ee5408ae2df61b1d 4,604 1.00/1.00 vMB 0
925,586 925,586 00000000000000000001d27312efd51973cc16f4fac7fdb2cc5cd72861c2c923 2,660 1.00/1.00 vMB 2
925,585 925,585 00000000000000000001dbed55e9fd24969ae22932c56ec17bc90aaf69d7be1e 3,463 1.00/1.00 vMB 4
925,584 925,584 000000000000000000009a6c2d1097c67e29e44d663b67b9428b90c03bc18b85 4,356 1.00/1.00 vMB 1
925,583 925,583 0000000000000000000163f6282dbe43e89374aa36cfd68160adff2d597af24c 4,642 1.00/1.00 vMB 0
925,582 925,582 00000000000000000001afbbcf8bd539f2d805e3f9310a072a79a87499809647 2,255 0.61/1.00 vMB 2
925,581 925,581 000000000000000000003e216a7a80a86a25a65c2f21bc3fae24990c671a046e 3,280 1.00/1.00 vMB 1
925,580 925,580 000000000000000000018b3ce6eebebac8890fc6dc1c4abf47d37839e98b1f14 2,207 1.00/1.00 vMB 2
925,579 925,579 00000000000000000000324f629c517ad1233a6412ac3ec37b3f236e84487f84 3,148 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 825.13 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,224.66 GB
    • Received: 232.21 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.