Loading Tool

Explorer IconExplorer

Memory Pool

82,242 transactions
31.55 vMB
0.08442123 BTC
Random Selection Loading Transactions
Max Size: 187.91/200 MB

Candidate Block

Mining Attempt 23b50bbfce2783564e7fd1ec25d1ac9c0285ecb2438d54f76e5f7d92365c09b1
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 6faa8e916deaabb7fff7ba869f386bb6f084832e0c18f4aa3fccba0716ea61ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,309
Size: 1.00 vMB
Total Fees: 0.01675780 BTC
Feerates: 157.11 > 1.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (366,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,903 548,903 0000000000000000000c017fc864157c26cc64ad491c6041c97f7f814fa3aca5 1,456 0.46/1.00 vMB 19
548,902 548,902 00000000000000000011eea8fc8c1d6bab0cddc85dbe9121d73260b7b456b9b2 2,817 1.00/1.00 vMB 10
548,901 548,901 0000000000000000001e8703455f6f3196631e268b8301df65aea6af876c2360 1,550 1.00/1.00 vMB 9
548,900 548,900 00000000000000000000896f995faa83d8444c83ca6610376a7d2e9b50ecdd97 3,095 1.00/1.00 vMB 21
548,899 548,899 00000000000000000022b82b6f5d994946a18e5337df4066b8859f2ace373e33 2,172 1.00/1.00 vMB 11
548,898 548,898 0000000000000000001a265bb57d06d3bc63b0909be503f07af6523455f12e50 2,879 1.00/1.00 vMB 10
548,897 548,897 00000000000000000013a5626b404d8464bcc81031f6ee90f8cf08cca1d39b77 3,074 1.00/1.00 vMB 21
548,896 548,896 0000000000000000000b83013356b1678465567c50febf6d760f6d41b61d5250 1,623 1.00/1.00 vMB 5
548,895 548,895 00000000000000000011bc12ab08b0e056b47cda48d20614fde5a51a5b904bb7 2,669 1.00/1.00 vMB 10
548,894 548,894 0000000000000000000cd41d06bde0925b6c9929ca7572029eff9af87fedd5e6 2,732 1.00/1.00 vMB 13
548,893 548,893 0000000000000000000aade5aa5d94e9c79ea01fb3f3483978355d22b3e47972 2,913 1.00/1.00 vMB 13
548,892 548,892 000000000000000000052b2c34986cac383b8f2107b49f1151fa54673ce05dfc 2,817 1.00/1.00 vMB 25
548,891 548,891 00000000000000000018cdc65ed6e1e48fc98c6fade6e5b521424308071367c8 1,688 1.00/1.00 vMB 11
548,890 548,890 00000000000000000002cde169f9db3d4456ea90ac2be740895c5a8e650814a2 1,868 1.00/1.00 vMB 4
548,889 548,889 00000000000000000020e095b5eabd0ae3276f171eb575f23b750e0b9c78d5b9 2,549 1.00/1.00 vMB 15
548,888 548,888 0000000000000000000ad2324bb039b88d237b561c93a194fdb9c3afd647c08d 2,868 1.00/1.00 vMB 10
548,887 548,887 000000000000000000120fb13ac473a4bc295d905ae7ab993212169017d00e55 2,947 1.00/1.00 vMB 23
548,886 548,886 00000000000000000008bd6c29b96d2262da1bb72b9237db82a1284db3b6eca9 2,728 1.00/1.00 vMB 18
548,885 548,885 000000000000000000112a167a35add5bee302a0d9c95f34b49233b392ec3927 806 0.49/1.00 vMB 18
548,884 548,884 0000000000000000000683ac8df1800ea2e7577bcc652eb5f6f5731bccf8b04f 1,826 1.00/1.00 vMB 5
548,883 548,883 0000000000000000000efd47f9aae31482c9310f768f759199918aeed6f6d2e1 2,584 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.