Loading Tool

Explorer IconExplorer

Memory Pool

87,553 transactions
32.43 vMB
0.14832481 BTC
Random Selection Loading Transactions
Max Size: 198.94/200 MB

Candidate Block

Mining Attempt bc8ae3a6db2d239749d697b3fb54a91b25ed216fb4a0b4aad4eeec8b06a5ca2c
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root d818bc0d41b8d0659438dc2f70546c15983da164ea89f1f2a30e5687c8d3e75b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,361
Size: 1.00 vMB
Total Fees: 0.06567109 BTC
Feerates: 502.65 > 6.58 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (119,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,065 796,065 0000000000000000000522e5e1e4f9318014131b44b847f8b78374658b1f3ac4 1,031 1.00/1.00 vMB 19
796,064 796,064 00000000000000000000aae773d5d726b1494b2cf5946bb2f065a13ce7e33fe9 3,293 1.00/1.00 vMB 24
796,063 796,063 000000000000000000044d4f0c05691e5809749c0b3fc2494f422aa70b0182d4 3,539 1.00/1.00 vMB 33
796,062 796,062 00000000000000000000787398fc8912af51b53965f5d36b1dc8b65e20b94491 3,361 1.00/1.00 vMB 35
796,061 796,061 000000000000000000009d00f4bb3b82385de4709231f77f4bec2863acb95f6a 1,408 1.00/1.00 vMB 21
796,060 796,060 00000000000000000002d6dffc7e6952c70df553cd74f803743803bbf78e9aa5 3,412 1.00/1.00 vMB 29
796,059 796,059 00000000000000000000fe8ddee8b1491855516731ccd41241155d7020ad2d5d 3,300 1.00/1.00 vMB 31
796,058 796,058 00000000000000000002e799c74f42db3b23dd8c3dd063fe93680f97e74113f6 2,581 1.00/1.00 vMB 32
796,057 796,057 00000000000000000001c7553fab46c1051df9f28b5daeb953583b7b76e95b54 2,575 1.00/1.00 vMB 32
796,056 796,056 00000000000000000004a8a9224eafa79c10e5dd1b0d39ed878058a981c1ffdd 3,365 1.00/1.00 vMB 39
796,055 796,055 00000000000000000002a6c9c15200fb3dd5e9eb0ad992a6202cc41f9ad28826 4,703 1.00/1.00 vMB 18
796,054 796,054 00000000000000000002cd47e3eebc42b6b7232afc4b32863369baacfafa2ead 3,045 1.00/1.00 vMB 16
796,053 796,053 0000000000000000000522b4cba0dc6a1c8a1eb4cf0210bda78fd9a0e35690b1 2,467 1.00/1.00 vMB 17
796,052 796,052 0000000000000000000075aa1e20651d00bad0ced707584aaee331aa1bf2ff68 1,794 1.00/1.00 vMB 27
796,051 796,051 00000000000000000002e241b928c18c0aa426832dc2649b7ac69de315887ff2 3,261 1.00/1.00 vMB 22
796,050 796,050 000000000000000000018b7a5300f2b408a3a413ff8c73760028729d741e7011 4,787 1.00/1.00 vMB 24
796,049 796,049 00000000000000000000745ebdfef7981fe0d87e8d9370cb241d14abd8863e15 3,723 1.00/1.00 vMB 36
796,048 796,048 00000000000000000002664697c8b92cbfc4041a0c891380ce87be36d4659f6d 2,841 1.00/1.00 vMB 31
796,047 796,047 0000000000000000000310d142f338279e6961299b341b867d94994135ffb8ea 3,301 1.00/1.00 vMB 31
796,046 796,046 0000000000000000000329b86a62a7f15d99fb1a636c92685b6401a76d202b29 2,139 1.00/1.00 vMB 30
796,045 796,045 00000000000000000000ae21c22c91b801fcfb0eded6e227e60489db2f46671f 3,516 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.76 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: 709.15 GB
    • Received: 16.85 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.