Loading Tool

Explorer IconExplorer

Memory Pool

81,460 transactions
30.86 vMB
0.11321915 BTC
Random Selection Loading Transactions
Max Size: 187.44/200 MB

Candidate Block

Mining Attempt 8414be317e4901a09dc1f704050f053595ae64af107429ffbefbe3b9512ccd80
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 6ed2070b104c5deb7fc9993dfabe736fc3e9b6fa96e1233a8ba3fa54dcf11af0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,748
Size: 1.00 vMB
Total Fees: 0.03787221 BTC
Feerates: 318.30 > 3.79 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (556,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,069 359,069 00000000000000001222da9367640bc20148f4cfd3d239217b47923422c50d7a 280 0.17/1.00 vMB 26
359,068 359,068 000000000000000003c024cdf419476611305a1962176275ca5496a07a32dfb5 211 0.11/1.00 vMB 27
359,067 359,067 000000000000000002797738ca4a253cbd1225ab065701dfff7a56829c6027ba 130 0.10/1.00 vMB 18
359,066 359,066 00000000000000000806fa2d2174d50cc77b0e2991a397b1ced94710baf58c24 102 0.05/1.00 vMB 28
359,065 359,065 000000000000000010c8f4de4dddcd051fa917e9437c15b8a55e405a9b7e6d28 215 0.10/1.00 vMB 23
359,064 359,064 000000000000000001ea8ac5cde129da84835025a0e581a066c2a27474df2f59 1,167 0.59/1.00 vMB 27
359,063 359,063 0000000000000000135a7205000d7cd7df78a2c156553e3bdb49ce32b6980d2f 729 0.38/1.00 vMB 24
359,062 359,062 000000000000000012ae17e1266ed30e6ef16d153bffd3f14ed80f5321437743 99 0.10/1.00 vMB 10
359,061 359,061 00000000000000000a628e71519d606502eb7c5768ad801410cce1432446de1d 780 0.48/1.00 vMB 20
359,060 359,060 0000000000000000086aca98bde98c480624228382ee5832e9b37efe00fbde85 1,372 0.75/1.00 vMB 26
359,059 359,059 000000000000000008e864e8359cb95d56844511353ae40887787a1d69684875 1,095 0.74/1.00 vMB 19
359,058 359,058 00000000000000000f7a114ad6e0075bb3e5226aa583ddcb9f3a44b1cacc55ff 1,677 0.75/1.00 vMB 32
359,057 359,057 0000000000000000107652a625338cdebc4d4539a946988f45f4d30d52f53506 790 0.74/1.00 vMB 12
359,056 359,056 000000000000000006dcf92e41c93f746689582b08598520d3521fe386c87169 1,528 0.75/1.00 vMB 29
359,055 359,055 000000000000000008c0be16e152f86ab3a271a13c3f41c56228d72990abf7bd 119 0.05/1.00 vMB 29
359,054 359,054 00000000000000000c185fd9d51ea21c01747fa92de521dfc4e8063964e822da 287 0.13/1.00 vMB 29
359,053 359,053 00000000000000000527e131edb21a8e251eb19a1910adb8c31211d4b890330b 222 0.15/1.00 vMB 20
359,052 359,052 000000000000000013bb18bd8119bc432e5076e78dc858eb9cb47faf993c3a57 183 0.15/1.00 vMB 16
359,051 359,051 0000000000000000127ab1d576dc851f374424f1269c4700ccaba2c42d97e778 458 0.29/1.00 vMB 27
359,050 359,050 000000000000000016ad1b5abf048e8ea6b759d2ca5f4c8c105372bce78ab802 160 0.12/1.00 vMB 23
359,049 359,049 000000000000000009de5126d44688167c837b348f37b6f898ff53cb39fb7b66 1,267 0.75/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.08 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: 721.72 GB
    • Received: 18.39 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.