Loading Tool

Explorer IconExplorer

Memory Pool

25,824 transactions
5.35 vMB
0.03074606 BTC
Random Selection Loading Transactions
Max Size: 39.87/200 MB

Candidate Block

Mining Attempt 0a15f096796ef6c23afb9631000e3e1a03c50122c9d70556fa00e5d45fc3c6e7
Version 20000000
Previous Block 00000000000000000001beecdb55d6bad8d63ad9301bd915c8e737d1e14938e5
Merkle Root ea09d9f67bb850b6157d57e1323410981b6f1a8eca8f608dd869f4debd3ca821
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.02362723 BTC
Feerates: 725.03 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 937,968 (78 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
937,890 937,890 00000000000000000001e2bdd924eae1bbdf8ce343ed5ff560f0282022ea4539 5,026 1.00/1.00 vMB 1
937,889 937,889 0000000000000000000145c4bab6622af885760135d4e3d01e3ece9e90bf4fd9 5,454 1.00/1.00 vMB 0
937,888 937,888 000000000000000000012d90dd8356b64288216325bb55feaf1c41536543d3b4 3,421 1.00/1.00 vMB 2
937,887 937,887 00000000000000000000b8ca1a7b226fdd859ddd022835a9a14088e658cde547 171 0.08/1.00 vMB 2
937,886 937,886 00000000000000000001cf2f22ccaccd15107b93e3c4fe6b1fa48fe1d81ab9d6 5,156 1.00/1.00 vMB 1
937,885 937,885 00000000000000000001b440e62e970b7cbc6c0357b3e4186e766099e50505bf 1,329 0.38/1.00 vMB 2
937,884 937,884 00000000000000000001b80af8a8b67cb842cd74c8e8291b612a283f98c93200 2,852 1.00/1.00 vMB 2
937,883 937,883 00000000000000000001c1fe70a6a43f832141c2a8c8f4b120507530ff8e1dc1 4,226 1.00/1.00 vMB 1
937,882 937,882 000000000000000000010772109d3ce40945e801aadb611d7d031826d1bedd70 1,015 0.27/1.00 vMB 3
937,881 937,881 000000000000000000019819f8d663e8c883bc015c332afbba1d2ab9a8d19a2b 4,435 1.00/1.00 vMB 0
937,880 937,880 000000000000000000003f1b946a4544de95c4efb37df42b3a2b606883329205 1,466 0.46/1.00 vMB 3
937,879 937,879 000000000000000000003aa400189271935116856880baa60787c35ced7f3f8f 6,942 1.00/1.00 vMB 0
937,878 937,878 00000000000000000000d590ab3dbc6b385b3b60db7492c9a8d7d5df9c90f7a5 2,224 0.75/1.00 vMB 2
937,877 937,877 00000000000000000001019ab4a477f67165983788375eb4611369a27cf984e3 7,215 1.00/1.00 vMB 0
937,876 937,876 0000000000000000000194f5cba2d577b658d84a891a73bf5f468bc1908e81f0 1,807 0.51/1.00 vMB 3
937,875 937,875 0000000000000000000124a760d531a88c83b3531accebbc28508a6568ecdcd5 3,148 1.00/1.00 vMB 3
937,874 937,874 00000000000000000001db939544e297952b9341b3d7a2b0f8ae8b7b0703c5b8 3,494 1.00/1.00 vMB 3
937,873 937,873 00000000000000000000a518da811617e73af35cec4d94b437b54fe50b40ebd5 2,670 0.67/1.00 vMB 3
937,872 937,872 000000000000000000014eb23085ad7c82cf590f56db09836886ef89741223c5 398 1.00/1.00 vMB 0
937,871 937,871 000000000000000000010b4fd21790519a870030f14b9247e7bca159367d8a7c 2,750 1.00/1.00 vMB 0
937,870 937,870 00000000000000000000957ee1755aeb83af14f5b8c324d5dba1f0c93879875d 3,399 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 823.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: 4,075.16 GB
    • Received: 222.33 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.