Loading Tool

Explorer IconExplorer

Memory Pool

46,213 transactions
28.19 vMB
0.10741031 BTC
Random Selection Loading Transactions
Max Size: 147.91/200 MB

Candidate Block

Mining Attempt 1cad0d9341fdd85cbe555eba8ab4518461ff198b9fb8f9ba79435fd242d7c426
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 7abb1811c598df67ed61c6fee986e45e782150b2f4f9752e65cef12924aef187
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,574
Size: 1.00 vMB
Total Fees: 0.04461220 BTC
Feerates: 265.25 > 4.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (350,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,635 564,635 00000000000000000019b3428d58b3d62640fdffc0c650ba78a0fc99fc7acefa 2,882 1.00/1.00 vMB 39
564,634 564,634 000000000000000000140eada660b26a45bb4929a10baae0231663f3335c4792 2,778 1.00/1.00 vMB 26
564,633 564,633 0000000000000000000cfd25c718cff6cb196d9a574d91a2afb608c0bb9b758f 3,150 1.00/1.00 vMB 30
564,632 564,632 00000000000000000015f1496757b8baa1126141c1dce0d37d5ca080bc0f42d2 2,660 1.00/1.00 vMB 36
564,631 564,631 0000000000000000001dd7aa04d5e429946417552102e36f921e352af54c2884 2,751 1.00/1.00 vMB 50
564,630 564,630 00000000000000000019da5ed2a4f11858c45eb705c453c76a8cf2cea95b0b49 3,452 1.00/1.00 vMB 41
564,629 564,629 00000000000000000014607c5d526b31c5e1bc0b973ec8243528f40a61d1270b 2,324 1.00/1.00 vMB 51
564,628 564,628 0000000000000000002a96d9c80c3d21cc0150cf36f0b97225b348505b03c9e6 2,601 1.00/1.00 vMB 34
564,627 564,627 0000000000000000002b96e13295425f0b659117d531d320457b1a07cbbd9b96 3,268 1.00/1.00 vMB 44
564,626 564,626 0000000000000000000029145fe0000df8a7b1c4d8ca9c1dc12f1509de8a6ada 2,740 1.00/1.00 vMB 55
564,625 564,625 0000000000000000002919346284deeb1b2a6f646136193572478a8e03d54834 2,717 1.00/1.00 vMB 48
564,624 564,624 00000000000000000020b251b110db54a396df1df94ab39498abb4209c84a9d7 2,313 1.00/1.00 vMB 44
564,623 564,623 000000000000000000153cbcfd8e92b6f15595addbf448b29e2bfad0fb58c3d9 1,777 1.00/1.00 vMB 39
564,622 564,622 0000000000000000001d627e3383d750bb201d952281cfe90ebde88229047e5a 2,523 1.00/1.00 vMB 47
564,621 564,621 0000000000000000000ca41442c261485dc790789df306017460d7aeeddf0336 2,903 1.00/1.00 vMB 41
564,620 564,620 0000000000000000001287905854301e5f6f3a10abfdd3c40d41bdf4f327f65b 3,233 1.00/1.00 vMB 42
564,619 564,619 0000000000000000002c8a8afabcbb054ebd8901552f834acc4acd97f197f81c 2,982 1.00/1.00 vMB 69
564,618 564,618 00000000000000000005705b468cbab2079e9f1c6abdc6186bcda7be325d88f4 2,683 1.00/1.00 vMB 51
564,617 564,617 0000000000000000000f190b56e4674a8976e629837f0c0311bdfcddb9f90967 1,837 1.00/1.00 vMB 44
564,616 564,616 0000000000000000000d3b8310870747d6b2475c659db4f8fa70d1647d06c48f 2,317 1.00/1.00 vMB 57
564,615 564,615 00000000000000000007b4a8ddfa54c2c9a4cbd2cb529e0134251430677e252e 2,009 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.42 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.