Loading Tool

Explorer IconExplorer

Memory Pool

83,530 transactions
31.72 vMB
0.12906067 BTC
Random Selection Loading Transactions
Max Size: 191.71/200 MB

Candidate Block

Mining Attempt 41e5d0f0f3ae9b540dc0f4bc08b9e9edc1bda830012b66eed10c032fdea7a092
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root be00a75b607da1ee78ef3b245c4cf5e6f3d29746c27b0ba61df4c8a5fe83e4dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.04362894 BTC
Feerates: 803.65 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (559,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,749 355,749 00000000000000000bcc249fb202a820a4d20168a216b7bf56a524e602672d6d 299 0.16/1.00 vMB 27
355,748 355,748 000000000000000013114b6dcd7c6c601643d9dbc2944759d4537dc6dc5929ea 71 0.03/1.00 vMB 25
355,747 355,747 000000000000000010b9a60296024f54ebca1739eeaf8aa182d2589142503d77 686 0.36/1.00 vMB 25
355,746 355,746 00000000000000000d0c5ab6b61ee23490fbc048eed2152c663082cf0bc86e4c 1,366 0.68/1.00 vMB 29
355,745 355,745 0000000000000000071449ad557f57061ba72c0ef07e759820e7c43d13673d92 1,299 0.38/1.00 vMB 52
355,744 355,744 000000000000000012f595bf37938fec54352250c218c905d2c0a71f0f0b6d0e 817 0.37/1.00 vMB 34
355,743 355,743 00000000000000000da68ae4f7617abbec3823f47915dfc74fc5dd7218ddbd08 510 0.23/1.00 vMB 30
355,742 355,742 000000000000000016becc3433e15320f97aa8f8a5d6b9156e8db6a33ee7b1d0 651 0.39/1.00 vMB 27
355,741 355,741 0000000000000000058256228470bd7b3c5e7575c9175a751af90529ae44d931 1 0.00/1.00 vMB 0
355,740 355,740 00000000000000000af91015941327db07824dae3acaf39d43eaf0f03e1e5c49 240 0.15/1.00 vMB 18
355,739 355,739 0000000000000000007830eedb2b431faf96f7b9b64f6a61be7915dc1c11107b 1 0.00/1.00 vMB 0
355,738 355,738 000000000000000014a1df2c1e4b863e8ca1f30591aa8bd5a5227b0a5a8ed8da 58 0.06/1.00 vMB 4
355,737 355,737 000000000000000013a7ce7cdcb84e7a9c2c14ef8b3a852ace0f5e4cea69bab7 1,151 0.59/1.00 vMB 26
355,736 355,736 0000000000000000021d1e56cb17b11b1a7f38157999f7dbdb74771ab48049ad 1,447 0.77/1.00 vMB 29
355,735 355,735 000000000000000009bad6cb110c38197d1cb738547151cc53998c1f487850fe 926 0.59/1.00 vMB 24
355,734 355,734 000000000000000011940c1bf82c5002af8e54f75441e3a35a4c02e142ff16f2 258 0.14/1.00 vMB 25
355,733 355,733 00000000000000000fcf9e101d76652a374edc87610376804dfa24858a8f0fe5 645 0.64/1.00 vMB 41
355,732 355,732 0000000000000000128a3cc0f2e10e76895a7a6749550ac8d0c26e70e6faedbf 134 0.11/1.00 vMB 21
355,731 355,731 0000000000000000123b8b7d1831783cebdaa2e543b9077c53ff8a12e9ae35cc 399 0.25/1.00 vMB 25
355,730 355,730 00000000000000000b820c9d9a1f6a88f3aabddd9fdad4ddfc9ec39950562c64 1,041 0.62/1.00 vMB 24
355,729 355,729 000000000000000008fad3392b5e80303ecc13ab5243a64726a126aaf5e7b8bb 343 0.38/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.00 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: 718.69 GB
    • Received: 17.94 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.