Loading Tool

Explorer IconExplorer

Memory Pool

88,018 transactions
32.23 vMB
0.16836577 BTC
Random Selection Loading Transactions
Max Size: 195.24/200 MB

Candidate Block

Mining Attempt 1e8df98d04835c69ead2ef6332837485352d57efb085c53334cce5caab82ff3c
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 4186c3c20097532a2030a1ad255be3e87a847f18ea437d19ce55d4c3b85674f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,474
Size: 1.00 vMB
Total Fees: 0.08090992 BTC
Feerates: 216.64 > 8.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (327,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,923 587,923 0000000000000000001b1c7d674fcf658074ed993ffe8233ae8e2ed404f30a47 1,678 1.00/1.00 vMB 25
587,922 587,922 00000000000000000015957c7d815ce21786a2d63b53c8c68b2a4bd83e0932c9 1,600 1.00/1.00 vMB 14
587,921 587,921 0000000000000000001a63f31cbce31387f444e8a8b86e9772881271254b549d 1,888 1.00/1.00 vMB 38
587,920 587,920 000000000000000000075bf4895c0c20da9780d9bef9b7ad8e2a2478b3772b9a 1,878 1.00/1.00 vMB 23
587,919 587,919 0000000000000000000eb77f9e212b640def4fa71f2e94f778c9f60eaa715530 2,865 1.00/1.00 vMB 50
587,918 587,918 00000000000000000014bdb3a492167ea335bad0a2fa7af4a474669e42535e4e 1,789 1.00/1.00 vMB 27
587,917 587,917 0000000000000000000f333602ca9aeb30892861039435bd7e282c8f5e71d934 2,805 1.00/1.00 vMB 36
587,916 587,916 0000000000000000001974cb8e746e3db93cfe81d57eafe543d30c0c88938293 2,835 1.00/1.00 vMB 61
587,915 587,915 0000000000000000000ce8f1fc9ace743dec14b52a9500d02485ba1bb44979b8 2,325 1.00/1.00 vMB 29
587,914 587,914 0000000000000000000033f4f45778eca48af9ada36014c2e194f8b21ede968d 2,338 1.00/1.00 vMB 34
587,913 587,913 0000000000000000000e32ef755fd781e3d469f4e4d04930e671f66ad68a2dec 2,828 1.00/1.00 vMB 58
587,912 587,912 0000000000000000000992c430d367d22fd9dd5e4c54c9ff3b85ba4eb0d5a146 3,087 1.00/1.00 vMB 46
587,911 587,911 000000000000000000006cfc1e2d45e933df47090d618f22f930c205e92ede68 3,015 1.00/1.00 vMB 61
587,910 587,910 000000000000000000089cd07d32af8caf064d8c95236cffc1544d8c8f76a8cd 2,919 1.00/1.00 vMB 60
587,909 587,909 00000000000000000017d6faef6f463bb06f15ab3dc48bd1e11c28d8c34dc0bd 1,885 1.00/1.00 vMB 35
587,908 587,908 00000000000000000009ccc417a2eafef89966beed9989f44803f7d16be23fc3 2,698 1.00/1.00 vMB 46
587,907 587,907 0000000000000000001566fd7824c0db290f258349184366e42e46de64486001 2,493 1.00/1.00 vMB 54
587,906 587,906 0000000000000000000ed4703cb959f08886ff15c21915ca12dc9ec5cb6d6b3d 2,726 1.00/1.00 vMB 53
587,905 587,905 000000000000000000109104163c9426f380bc987b4496185775f328e629bb76 1,966 1.00/1.00 vMB 57
587,904 587,904 000000000000000000017d4f4799a4a3e85f89190df279432a5ca34cda95baac 1,356 1.00/1.00 vMB 58
587,903 587,903 0000000000000000001923910383d0e758d78a7fe0769fb9dd084d1819c3d7d3 1,334 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.52 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: 668.93 GB
    • Received: 15.65 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.