Loading Tool

Explorer IconExplorer

Memory Pool

84,307 transactions
31.59 vMB
0.13528331 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt 038161ea8dc8f5a76af26a20470d86e90e33ade1fe5d28542c378da68a9e6b41
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 09e16b34e511e7487478066fbecb3745b95992264194f6ca13938d87fd16b7c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,104
Size: 1.00 vMB
Total Fees: 0.05455188 BTC
Feerates: 163.06 > 5.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (103,410 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,759 811,759 000000000000000000034e462eceb9a97af870ef1a29a45363186bebbf9d9a30 3,189 1.00/1.00 vMB 23
811,758 811,758 000000000000000000014a38cdd8f6ace1cf8013d4545504d1f69aaeeb62040a 3,519 1.00/1.00 vMB 30
811,757 811,757 00000000000000000004a857f6bd56e06b2e60777970dca19dbf0190a433b7ea 2,600 1.00/1.00 vMB 17
811,756 811,756 000000000000000000028e42f7b96d5b89117db6d9d49beec5a000df26a837f1 3,500 1.00/1.00 vMB 18
811,755 811,755 00000000000000000000b14bc4f43cdcb107e40a2d0b57a0159d791163edcca5 3,247 1.00/1.00 vMB 22
811,754 811,754 000000000000000000007171006c1579962ceaafe64c02cbd5e50d4534c63992 2,894 1.00/1.00 vMB 33
811,753 811,753 000000000000000000044d56da2bc398f5d594544bf4261b761131e40df6a5e5 3,228 1.00/1.00 vMB 32
811,752 811,752 00000000000000000004a407b8aa0a5ea77fe59f32ebef18211ea551290e8df6 985 1.00/1.00 vMB 10
811,751 811,751 00000000000000000004cef2ed8934cd9ea3c148f2dc564d3150fa3bbe634b00 2,339 1.00/1.00 vMB 15
811,750 811,750 000000000000000000041625c731f4598983f9764c6fc5b7e0a0fd4c9a5e0dff 2,786 1.00/1.00 vMB 19
811,749 811,749 000000000000000000045f745a20fe295ccedfabc3fb64a920697151922297d2 3,310 1.00/1.00 vMB 27
811,748 811,748 000000000000000000023d00f5576c557244c7d379a946dbfc647124974a9a99 2,825 1.00/1.00 vMB 18
811,747 811,747 0000000000000000000474a3a6239eae37461c0f2b34d9db3dfa35456ed956b0 2,598 1.00/1.00 vMB 24
811,746 811,746 00000000000000000002492c9b52334a2bff7281cd3eb00ba48f90b85a0f8d15 3,142 1.00/1.00 vMB 19
811,745 811,745 00000000000000000002e9b3074b449d3476e06aa9b3ffe5a219c5163ae02dde 3,107 1.00/1.00 vMB 33
811,744 811,744 00000000000000000002eead9a4d39d12bb51a61b0b268ca8b7d3fb891dceb7a 1,188 1.00/1.00 vMB 13
811,743 811,743 000000000000000000038cc218cd3961554432e6e7c987eaf2c13f15e5031cba 1,786 1.00/1.00 vMB 16
811,742 811,742 00000000000000000002d1d6c98c1570b88db3d8124f34d997e89d4e8532b913 641 1.00/1.00 vMB 10
811,741 811,741 00000000000000000002651e0974a1f0afb4def88047a827f73088a50f761e81 2,820 1.00/1.00 vMB 20
811,740 811,740 00000000000000000001bda21163b75e3cccd31e176216c93678343cf2fac9c7 2,006 1.00/1.00 vMB 16
811,739 811,739 00000000000000000003718dff2e4a24c407d6818e59cd4422591318498efd7c 483 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.