Loading Tool

Explorer IconExplorer

Memory Pool

87,337 transactions
32.40 vMB
0.14826682 BTC
Random Selection Loading Transactions
Max Size: 196.10/200 MB

Candidate Block

Mining Attempt 2542719e381e1a23f9a47901cdfd2a5de539e4dbbc37e0ce303aa0a3a20a2bb6
Version 20000000
Previous Block 00000000000000000001dd93da9c3eaf3a1586c8f21ab1c3c495e3509d02eb95
Merkle Root 3105d613e562c666766fca34528cf3ea57e8faa2713afe3f31d6f507aac470e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.04778346 BTC
Feerates: 522.41 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,954 (483,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,779 431,779 00000000000000000233a67a7ff02ee245a2c899fabe7a771fc53725c674b8a6 2,085 1.00/1.00 vMB 101
431,778 431,778 00000000000000000244bf1d3600aada272d2d08aa1919a88ba9ecd14f42f3ae 506 0.99/1.00 vMB 10
431,777 431,777 00000000000000000146161cdb757ffc5a8b22dff06b27a76f6f7d0584f5df05 1,172 0.64/1.00 vMB 41
431,776 431,776 00000000000000000269df4fb40033f50f2d8e279cf52080a8e74d361b543ba1 2,803 1.00/1.00 vMB 64
431,775 431,775 000000000000000002e49f2036c1d6e176dc4f1b9e9b4513db1d1fd3ef215b91 601 1.00/1.00 vMB 12
431,774 431,774 000000000000000002c5d747d53b7b506097574e88b00ca2f75da09d47311b26 1,058 0.56/1.00 vMB 38
431,773 431,773 00000000000000000425b126247a061706c6c518953597e2954b8777fee49461 2,083 1.00/1.00 vMB 48
431,772 431,772 00000000000000000134a07e238770052d30ca4fd3a33de1cfe6c06416809328 2,069 1.00/1.00 vMB 70
431,771 431,771 00000000000000000311a084b689bdc37c4ef246b53ade2378a3a1faa78e49bf 1,673 1.00/1.00 vMB 40
431,770 431,770 000000000000000002524c474b49f905713ea9b6d4aae4ec2123852bb0113cf8 2,039 0.75/1.00 vMB 59
431,769 431,769 00000000000000000395f50b2ada8edbeb68db9996158652df06c083034c80f0 816 1.00/1.00 vMB 17
431,768 431,768 00000000000000000450d7b13b49d86ce549a252a82e5ecd50a664235ef1df83 2,332 1.00/1.00 vMB 64
431,767 431,767 0000000000000000027c29abebbc47863d7e1dfc9a5ab5533b911de485216963 514 1.00/1.00 vMB 13
431,766 431,766 000000000000000004022fcd56bcdbe1307be8a86e656b9b1791143cfed42c01 424 0.20/1.00 vMB 55
431,765 431,765 00000000000000000049d901304388e628275d4b82d215063af2a6416310b638 464 1.00/1.00 vMB 13
431,764 431,764 0000000000000000000c82a3b9013ecea341c73f3ba45c902a945438e3e0a4ec 1,748 0.68/1.00 vMB 60
431,763 431,763 0000000000000000014240f7c6429c8c26b6c61651244d968c7584dbe7a73668 1,931 0.99/1.00 vMB 51
431,762 431,762 000000000000000003c8a52242c6cd1df9d08638716a937d802937da8984b7d2 1,076 0.66/1.00 vMB 53
431,761 431,761 000000000000000000625c24e44222a8d38ace50ad4a379edd64127bb78a91d1 129 0.04/1.00 vMB 62
431,760 431,760 0000000000000000025e55011817fc2ac2fe813b0920cc8ab11466baa0a9d2d3 1,399 1.00/1.00 vMB 32
431,759 431,759 000000000000000002d4ac0e9fbf7a169010b1a460b524d0a749698f2d02d1b9 1,305 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.31 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: 660.20 GB
    • Received: 14.63 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.