Loading Tool

Explorer IconExplorer

Memory Pool

26,059 transactions
5.01 vMB
0.05172640 BTC
Random Selection Loading Transactions
Max Size: 38.72/200 MB

Candidate Block

Mining Attempt edb6b747bdfe0dcf5c769f1d4ee4ad0f4956c65940c5350482e6be551226e0bf
Version 20000000
Previous Block 00000000000000000001a43c2609c80932902dff9b814dd3783825c81c6f06a5
Merkle Root 779c8d72d4931c4023911bbd7b382c0d4c10e9ed749724cbbecda0b08a5ca99a
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,571
Size: 1.00 vMB
Total Fees: 0.04212350 BTC
Feerates: 477.45 > 4.22 > 0.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,033 (120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
937,913 937,913 00000000000000000001e7e951854ddb25a58d686a432f9a34d5be39c0a6673b 3,015 1.00/1.00 vMB 2
937,912 937,912 00000000000000000001ee756f14cc0d597d42942b0ee7b2b96d2169499986de 1,426 0.51/1.00 vMB 2
937,911 937,911 00000000000000000001eded42331e7eef135ef926b247c91bd8cea5ca89b2b3 3,990 0.70/1.00 vMB 0
937,910 937,910 0000000000000000000088491e72f5a7b80bdda58e12784d41202098551434dd 4,594 1.00/1.00 vMB 0
937,909 937,909 00000000000000000001be2bf4800c875b19ed9f472357a019a1e76063f4e0f8 3,707 1.00/1.00 vMB 1
937,908 937,908 00000000000000000001d5f1a0b232c1e4eebbb4eeea4a40a45f73ef37450acf 4,127 1.00/1.00 vMB 1
937,907 937,907 00000000000000000001b65fe8cfd6a8d803ef86b2e63022943d0f9fe95dfcdc 1,997 0.62/1.00 vMB 2
937,906 937,906 000000000000000000005cff9aa1863c3f74ea1fd76556cf324e0a5c547e13ab 3,400 1.00/1.00 vMB 3
937,905 937,905 00000000000000000001b0b91fff01fb371a095f785e721a0f18f0eaed8a4d1d 2,898 1.00/1.00 vMB 0
937,904 937,904 000000000000000000004ea71f71a8dcde8a5cec2f4bc372d2699c24871219d9 2,315 1.00/1.00 vMB 4
937,903 937,903 000000000000000000004541e540d66252e83481ee4e2264dddd557f699cdfe0 2,384 0.75/1.00 vMB 3
937,902 937,902 00000000000000000001d5f34a9ca32a6a7698ee92868efe6ad0972f23329b15 2,681 0.86/1.00 vMB 2
937,901 937,901 0000000000000000000004af43c169dbab25f2f6e34e95aff2f5c819fa25d85e 2,576 0.93/1.00 vMB 2
937,900 937,900 000000000000000000014d220650c653d6d7c2f8f12e48d1d27cefa06ffde52a 460 0.16/1.00 vMB 2
937,899 937,899 00000000000000000001b4fefed19f936c6a99522babf3e981095eb9682e13ea 4,027 0.70/1.00 vMB 1
937,898 937,898 0000000000000000000041ecdd000fbeb6a6f7bbce9244ea1aee1d70ea93830f 7,810 1.00/1.00 vMB 0
937,897 937,897 00000000000000000000c44a4035407c8b6a0fa4206ff9ee326b85c1496ca364 3,315 1.00/1.00 vMB 2
937,896 937,896 00000000000000000000646d14811ca7ba173031827707518191f7e073804960 1,923 1.00/1.00 vMB 0
937,895 937,895 00000000000000000001bf00c82da82b59b74e9041c38be00bfffc8af925a8b6 3,158 1.00/1.00 vMB 3
937,894 937,894 00000000000000000001e7872a28ec2d1a35c9b4a76c7f145cf24518703c01fd 6,412 1.00/1.00 vMB 0
937,893 937,893 0000000000000000000000d19e9ce095c04b44309f98b6fbadedd543b7269684 3,417 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 823.22 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,078.73 GB
    • Received: 222.83 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.