Loading Tool

Explorer IconExplorer

Memory Pool

74,732 transactions
27.56 vMB
0.07207444 BTC
Random Selection Loading Transactions
Max Size: 168.23/200 MB

Candidate Block

Mining Attempt 1ef96b2f98e37c04d0ca0072db0e5a002bf3f1ef2f1e042a1da69e96c3e0b85a
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root b1e2da5b97a1ef4a1200d6035f20987494c180b5388e6a4ee5c5646e61cef9e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.01326848 BTC
Feerates: 80.55 > 1.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (188,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
727,052 727,052 00000000000000000001dbd8d0e2ab2eaa85b50abe5a2a8b1752fede3113cf8c 2,305 1.00/1.00 vMB 3
727,051 727,051 000000000000000000059e03007c79f6a3b3d995803f88736667c9c7752be57e 1,646 1.00/1.00 vMB 4
727,050 727,050 00000000000000000007d2d35c0781c28a4e43e14bed33b608587abe303423f3 1,484 1.00/1.00 vMB 6
727,049 727,049 0000000000000000000184c5e4baca32491270ab67a88c10d3113bc441ea19d3 2,868 1.00/1.00 vMB 8
727,048 727,048 0000000000000000000386845f44d1716bcdaca5a057ba3d3982862bea5da91d 2,389 1.00/1.00 vMB 19
727,047 727,047 00000000000000000007b5be285404b7623161f5d93d8afc207071406c2e671b 2,903 0.86/1.00 vMB 8
727,046 727,046 0000000000000000000424dfddfcbde59bb82b6bac5d26a8077b9967ae494a26 851 0.37/1.00 vMB 6
727,045 727,045 00000000000000000001618dc3ff5378975fa734436b5b5b4ea7c8c06aab00e7 356 0.18/1.00 vMB 11
727,044 727,044 00000000000000000005c3df36e09d822177c6fa335c8c9fe5aace5d9d7110ab 1,167 0.43/1.00 vMB 8
727,043 727,043 00000000000000000004c3631b570e86841a8752391de0f189256f67b9b9c96c 204 0.05/1.00 vMB 7
727,042 727,042 00000000000000000002d7f51e5a821787b889f2d709006e42161783590c3085 828 0.33/1.00 vMB 8
727,041 727,041 00000000000000000004f16dae32dd3cbe29a5a45ef2e193f63c66b5c91e4f07 2,450 0.98/1.00 vMB 7
727,040 727,040 000000000000000000084bb92dff3257452f0dae20b001630d4441de4c800418 598 0.25/1.00 vMB 8
727,039 727,039 000000000000000000031d24e976c3b5389f60d9bf2371ef52dbf2f9a75ee61b 311 0.08/1.00 vMB 11
727,038 727,038 00000000000000000006a3896c523cf40cdf8b02866e19cb36fa4947c29ab181 1,413 0.50/1.00 vMB 8
727,037 727,037 000000000000000000010d0393a0fe61f6453b037a856db9e59f4c2b3bb78d63 123 0.03/1.00 vMB 8
727,036 727,036 000000000000000000025926e1d2b3245d661b3e7fa40c7e173b72b6e8038deb 2,736 0.97/1.00 vMB 4
727,035 727,035 0000000000000000000368acbd0a66630705b59f8c839238cfddba5723f10ac7 2,877 1.00/1.00 vMB 11
727,034 727,034 0000000000000000000168f4f5db5b7c48db68571732d82fe25af6a1bbb9eb81 137 0.04/1.00 vMB 9
727,033 727,033 00000000000000000007f1fd65bcd2ecf4905a098cab6764a073a04b025d56be 158 0.07/1.00 vMB 6
727,032 727,032 00000000000000000002bf9d37d796d50f63a74d0115024271faa673981155fd 993 0.28/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.