Loading Tool

Explorer IconExplorer

Memory Pool

24,284 transactions
16.23 vMB
0.04442360 BTC
Random Selection Loading Transactions
Max Size: 91.52/200 MB

Candidate Block

Mining Attempt 156f58608bdae919309966dc03a5401b1d183d8b1fc14ea24b083abfc73f7805
Version 20000000
Previous Block 0000000000000000000049fecc45f42cd579c1fb4d796e3f3ef8d029f76d99db
Merkle Root 6a77f118661cb9d45318bf12d3e79080ce5aef1b33f980800c2f6149a9f44c24
Time (UTC) ( ago)
Target 00000000000000000001eb210000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.02176598 BTC
Feerates: 477.45 > 2.18 > 0.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 919,897 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
919,897 919,897 0000000000000000000049fecc45f42cd579c1fb4d796e3f3ef8d029f76d99db 1,915 1.00/1.00 vMB 1 ago
919,896 919,896 00000000000000000001e4dbb0d8dff6805cdeeb79e8a03ce2e7505fb57244a5 860 0.33/1.00 vMB 2 ago
919,895 919,895 00000000000000000000251fc4ba62c2833fef2c71c010f1019d3e1acdcaf094 777 0.34/1.00 vMB 1 ago
919,894 919,894 00000000000000000001050124f83e1320df76b8496d5a6a241430751f261ca0 1,998 1.00/1.00 vMB 2 ago
919,893 919,893 0000000000000000000066c8682a51a5e6928361830bf14110517ae6238535da 2,398 1.00/1.00 vMB 1 ago
919,892 919,892 000000000000000000003a198389a1a568cb6db3b664cc8de1c6188cfd78cc4d 3,058 1.00/1.00 vMB 1
919,891 919,891 0000000000000000000122a83371ba72aa41a421f51b7ec3f96d283cc05e9be1 2,618 1.00/1.00 vMB 2
919,890 919,890 000000000000000000019a0c49694c993f57dc8002929ac0086543c216d0ec0a 2,600 1.00/1.00 vMB 2
919,889 919,889 000000000000000000011e931f53651709bcf89d1639db37784c434e8ce81236 584 1.00/1.00 vMB 0
919,888 919,888 00000000000000000001e0a4de2eddb21a55e1da6bcb4ba1465604c1e687e72c 4,801 1.00/1.00 vMB 0
919,887 919,887 000000000000000000004ac3a61c3444c57a6f3bb7e1eef8384323664af9b7f9 3,126 1.00/1.00 vMB 1
919,886 919,886 00000000000000000000c47ec94205e4c991d7ba0cad5f5339f2230b9499119f 3,162 0.85/1.00 vMB 2
919,885 919,885 00000000000000000001b832b38f18f92a51a83f63c9f0a0398ff616825d7165 1,076 0.27/1.00 vMB 2
919,884 919,884 00000000000000000000416408dba529aa4a1dfed70841fb3c4f82c3a8bb2555 2,898 1.00/1.00 vMB 2
919,883 919,883 00000000000000000000fe1043fd1b44bb4036fcfa78ae7e95b44a5542680cd4 3,746 1.00/1.00 vMB 0
919,882 919,882 000000000000000000010efe10f20a2343d68ee1fca2ee4235a63e9f8037fefd 3,253 1.00/1.00 vMB 2
919,881 919,881 00000000000000000001935a7ae55c6356a881f770a667eebbeb75169df47d40 370 0.10/1.00 vMB 2
919,880 919,880 0000000000000000000036d2543f79a806fbe7a5dc575397daa2103545e92976 2,428 1.00/1.00 vMB 1
919,879 919,879 000000000000000000012a5c4f70c77cd9655704e4f679a9f91f2d14ce78342f 3,413 1.00/1.00 vMB 2
919,878 919,878 0000000000000000000028c0bf8b3c52f55e8c10ba55f88523c0748ac17a5fc6 2,957 1.00/1.00 vMB 0
919,877 919,877 000000000000000000012302b36ee5e992dab5c3634883841c889ea5ee967224 229 0.05/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 790.81 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: 1,450.53 GB
    • Received: 56.74 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.