Loading Tool

Explorer IconExplorer

Memory Pool

80,701 transactions
29.90 vMB
0.12113950 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 1ded2fa6c9e691951c75e0f64074964511327e300f826f081c6089681a6a7324
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root b4f77c5a74fd3a1612c5e6b6048ae1e60f36c59da94c386aec7cbc2b65f0f770
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,954
Size: 1.00 vMB
Total Fees: 0.03381184 BTC
Feerates: 149.47 > 3.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (39,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,886 875,886 000000000000000000024f942a3e715887c5cea73f17f8ad6245590cbb4d3084 5,480 1.00/1.00 vMB 10
875,885 875,885 000000000000000000019ebf82d21790c462661ccf54d5af36a18499952c9ae3 4,915 1.00/1.00 vMB 6
875,884 875,884 00000000000000000000df6b2205b64abdaadd55781232108465dc871f2ae34b 3,420 1.00/1.00 vMB 5
875,883 875,883 00000000000000000000d7e3fb2054d19a6ab7fad5914e77dc5fd4789f2dcdc0 3,763 1.00/1.00 vMB 5
875,882 875,882 0000000000000000000067e0377a93be3f4480c71e4a506560a5050039527a56 3,442 1.00/1.00 vMB 9
875,881 875,881 000000000000000000000f244ea1f22defa245d252af0dd63f5f28980380004c 2,661 1.00/1.00 vMB 3
875,880 875,880 00000000000000000001f2af6ea55a220106408068cda3ab3664bad07d5b6399 3,729 1.00/1.00 vMB 9
875,879 875,879 000000000000000000000cc74e06c94d3f89b3a0b2736273b0dad5e67e9c8786 2,942 1.00/1.00 vMB 17
875,878 875,878 00000000000000000000a7ed462cc6f003cf62a9b63921856730e36b4830d035 3,697 1.00/1.00 vMB 6
875,877 875,877 00000000000000000001156aefc364989f154a549e0cbb1716af2cfe5f6657e3 2,454 1.00/1.00 vMB 9
875,876 875,876 0000000000000000000062008d52c093ba8ad24e4a92f7f309426c2f4c963396 2,272 1.00/1.00 vMB 4
875,875 875,875 0000000000000000000119ea49ff96361997c115a1344bb7b14df84dc4d443e8 3,337 1.00/1.00 vMB 4
875,874 875,874 00000000000000000001e10afe4b46fa0382bd75b8236d3b22fa9b5a864b6f8f 3,114 1.00/1.00 vMB 4
875,873 875,873 000000000000000000010afdbb391f6b2aa469a8c6a756023e0ab43a25b19c75 3,388 1.00/1.00 vMB 8
875,872 875,872 00000000000000000000658925c09480fae01cb6962d1af8864a555f64f05dcc 2,827 1.00/1.00 vMB 16
875,871 875,871 00000000000000000001dae4f1b63e979941c1bbbacf3786c7b31391a43a5e9b 1,881 1.00/1.00 vMB 3
875,870 875,870 000000000000000000020d2f36dec89a61cc2ed02107c525dfae623765d3f542 832 1.00/1.00 vMB 2
875,869 875,869 00000000000000000000fbd94ae4b49d034c7b16beb93aea5d1b2510b12460c1 1,279 1.00/1.00 vMB 4
875,868 875,868 000000000000000000010534d20b884cac7d7ba724bc8f9e3c765cd3d9ed7a1a 1,649 1.00/1.00 vMB 2
875,867 875,867 000000000000000000024dc38ce1a9aed4ffe8b81e6026ceddb412d4bf558ef9 1,198 1.00/1.00 vMB 3
875,866 875,866 0000000000000000000088911c0dbf69ad26336a2d83233863c1901174a73e91 2,156 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.91 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.84 GB
    • Received: 17.49 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.