Loading Tool

Explorer IconExplorer

Memory Pool

75,906 transactions
28.05 vMB
0.08841421 BTC
Random Selection Loading Transactions
Max Size: 170.69/200 MB

Candidate Block

Mining Attempt d808d22c2c74117b9f3f2f844a9776b02904712c9ad07fe2f17f2c808643a579
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root e3446f25cf6d2e4be1bba771b473148e260d913880706cf63e896fee45fec5f0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,165
Size: 1.00 vMB
Total Fees: 0.02810544 BTC
Feerates: 118.43 > 2.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (234,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,003 681,003 0000000000000000000b8236b656341f4bb8b751ba939ebd41641fda3bae11c7 2,292 1.00/1.00 vMB 118
681,002 681,002 000000000000000000090b5f2f149ec7dd3b80f1ac1ae0975868142442a733e9 3,401 1.00/1.00 vMB 180
681,001 681,001 00000000000000000007e9220ef7e4913495c39899da6cb17213f39b50e5d90e 1,850 1.00/1.00 vMB 46
681,000 681,000 00000000000000000001b9e7f67b9cd2572d6f01d189bcef4c93cb4570bf1ee7 2,928 1.00/1.00 vMB 158
680,999 680,999 0000000000000000000289b940764c8f2e15b0c672e23de868edf7e6d930c824 2,701 1.00/1.00 vMB 78
680,998 680,998 0000000000000000000a4cec55587eb5cb9580cc5147b63f9a6383cb7d933579 1,566 1.00/1.00 vMB 56
680,997 680,997 0000000000000000000861fac49551c6982b69ed4e50ca8d5253b4be7e576b37 2,598 1.00/1.00 vMB 84
680,996 680,996 0000000000000000000943fd1278eb99f97750d8d7a455beeec8885d3d575d1e 2,274 1.00/1.00 vMB 175
680,995 680,995 00000000000000000009af24d78b9ea078ab977ace7281889c5c70783a8c80b7 2,081 1.00/1.00 vMB 106
680,994 680,994 00000000000000000008adf18a90bdb2199f086599d887a01ea19720d73ad905 731 1.00/1.00 vMB 149
680,993 680,993 000000000000000000042b556ae7fde5e5fab260c89cd3c7349486c4d89f881f 2,358 1.00/1.00 vMB 183
680,992 680,992 000000000000000000071fd5d0d5b6131d8b85012cfc4c92ab728268380cf7ab 2,186 1.00/1.00 vMB 29
680,991 680,991 0000000000000000000ad4563adc4390ee5bc0c73c8cb99c1ad108f165526796 2,294 1.00/1.00 vMB 57
680,990 680,990 00000000000000000008a4cbe8f09c58d72aa8a4ff1a2d8f8e87f32d5b2b50d3 2,629 1.00/1.00 vMB 128
680,989 680,989 00000000000000000008aaacaa8feec32ec7c611cf217454027462a89c807f5f 2,369 1.00/1.00 vMB 67
680,988 680,988 00000000000000000006dd2e13436b45cb975812d5ede4dd2a4f58687c81e415 2,490 1.00/1.00 vMB 93
680,987 680,987 000000000000000000039f4062700b591a8e1ec2864a49871f50808b4f0338cc 3,212 1.00/1.00 vMB 112
680,986 680,986 0000000000000000000888ed441546ef33df02f6e959bf4c5a36269246cdc859 2,418 1.00/1.00 vMB 129
680,985 680,985 000000000000000000048186ad036ce5d8a961e6b0d507f6b35f20a26a55c471 3,395 1.00/1.00 vMB 146
680,984 680,984 0000000000000000000879f137211858de4f01053f58de1ec9fabf4814d73b0c 2,973 1.00/1.00 vMB 205
680,983 680,983 000000000000000000071ba7843961b4b99bb56617a669094f59a18b79fc3416 1,193 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.89 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.38 GB
    • Received: 17.36 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.