Loading Tool

Explorer IconExplorer

Memory Pool

40,844 transactions
25.81 vMB
0.05042288 BTC
Random Selection Loading Transactions
Max Size: 134.83/200 MB

Candidate Block

Mining Attempt d37d4d09053e2731c4fd8a43df1c07a6183a499257df66cb1f8488e7f5280a90
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root ac8c79dbbe8a6ea0c89171f78825534043a9e342f8bbd14aaf693f3637b6fafb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,701
Size: 1.00 vMB
Total Fees: 0.00360876 BTC
Feerates: 100.28 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (172,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,861 741,861 000000000000000000074f1279e2782cb7f4af8d4160884949f0687d2a670456 2,895 1.00/1.00 vMB 17
741,860 741,860 00000000000000000007ba24f2eab7094fd02888256acbd1fa5e4d16d4d6cccd 2,545 1.00/1.00 vMB 10
741,859 741,859 000000000000000000047b433f0d9fc1f677ece1056d423e4de4a01fd7534511 2,267 1.00/1.00 vMB 12
741,858 741,858 000000000000000000093ca11b38a67fd77d1d5622ab5bc0c3e0301116d510e8 2,735 1.00/1.00 vMB 22
741,857 741,857 00000000000000000003ee75e67a716157ab0140e0d93e5fb26b5a0e7eed4599 2,632 1.00/1.00 vMB 22
741,856 741,856 000000000000000000013f7113ddf845ba7443dfc7880bb002b4e21a5a2ddd75 758 1.00/1.00 vMB 4
741,855 741,855 000000000000000000083fa0e91b4d533a09aef89b05590121503b03bc6a4887 694 1.00/1.00 vMB 2
741,854 741,854 00000000000000000007825498726e08e69d666353ec11a66f2d77a487cefd84 1,740 1.00/1.00 vMB 4
741,853 741,853 000000000000000000073619375f4031b954f133a2e8bf7108daefad9b542aa2 240 1.00/1.00 vMB 6
741,852 741,852 000000000000000000082251d523136c2641a0a58c3f0d8fcb60180bf49a21b4 2,613 1.00/1.00 vMB 14
741,851 741,851 0000000000000000000111880499e348cb92228710962da30d36f1af79b02fe2 2,815 1.00/1.00 vMB 17
741,850 741,850 00000000000000000002ea57b3e2f5bae30307af7add663e8bc6db3c6a1fb8d8 3,363 1.00/1.00 vMB 23
741,849 741,849 000000000000000000047a450a48cc4d34a4621c6f7d036ff085d4012905fc58 2,312 1.00/1.00 vMB 19
741,848 741,848 00000000000000000009350ec9d35bc3dbfbc6ca620e95c0f70a44ab693822d3 2,576 1.00/1.00 vMB 11
741,847 741,847 00000000000000000002487f3d94d56400cd244a8eba4ca5b061ad8627bb448d 2,789 1.00/1.00 vMB 25
741,846 741,846 000000000000000000072013f0891e7dfc4a6201b09d4e33c94e3e329dffb73b 2,302 1.00/1.00 vMB 13
741,845 741,845 000000000000000000078668e573b025f9b44919a0b0e2ac030e9ded21359e37 716 0.30/1.00 vMB 13
741,844 741,844 000000000000000000001099b997f0845ffcedd9344334a3f417bf079180fa9c 715 0.21/1.00 vMB 13
741,843 741,843 00000000000000000002895575c9b55dd9ad692f6c6b5c088ef32c6d5afa0d5e 1,287 0.80/1.00 vMB 3
741,842 741,842 00000000000000000005110b2e493a1290e1e8e478e1ac697bd556863946fc28 2,849 1.00/1.00 vMB 16
741,841 741,841 0000000000000000000587ad1f51d1f14100b1f25bfb37c3596231e3dd1ef175 2,381 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.93 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: 646.27 GB
    • Received: 12.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.