Loading Tool

Explorer IconExplorer

Memory Pool

83,093 transactions
31.33 vMB
0.16078351 BTC
Random Selection Loading Transactions
Max Size: 186.20/200 MB

Candidate Block

Mining Attempt 9f336ca146b4dae1df84bc64c6182d94a720b3a0ab353613f448bd5a2424a812
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 59fe6c6d028bdd8c415b168421e6a7e608bf9634d4d2e6d98d3e7a4daa703ad3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,042
Size: 1.00 vMB
Total Fees: 0.06099992 BTC
Feerates: 269.69 > 6.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (116,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,150 798,150 00000000000000000000dfd656ee26b08f1fe8db8b302bb4a71bf2069520c924 4,480 1.00/1.00 vMB 8
798,149 798,149 00000000000000000002a552e467eb7900e13e8c73d44a4b5fab4f0a29787802 2,758 1.00/1.00 vMB 14
798,148 798,148 00000000000000000001caadcd12bd461fd54b8e426638268f7a2f9af24a8094 3,427 1.00/1.00 vMB 15
798,147 798,147 00000000000000000003dd470487a801b0ad40c76904a0470e7fc2a5626eccd4 3,123 1.00/1.00 vMB 11
798,146 798,146 00000000000000000001e5711444b5be74648fa4888e27cf80106847d7178ad1 2,381 1.00/1.00 vMB 7
798,145 798,145 0000000000000000000423e29832a0cb0519459c5ae7f0d647660a6ac69a2080 2,753 1.00/1.00 vMB 11
798,144 798,144 000000000000000000012c392fe3a2f2c6729937686e4f3dcaa874c97e841a90 2,617 1.00/1.00 vMB 11
798,143 798,143 000000000000000000014b9fdb79b58c6e16432f656734a6431198d1947bf133 2,621 1.00/1.00 vMB 16
798,142 798,142 0000000000000000000419e75dcd8807afc677e08fedfef3cd15a6d05795e24d 2,904 1.00/1.00 vMB 20
798,141 798,141 00000000000000000002b3efe4612bc59e14dcb03b3b873e31c7a42ea79d1edb 1,847 1.00/1.00 vMB 7
798,140 798,140 00000000000000000001d40793b61f8f1a794d3a48b62913cd86eb218671fba3 1,468 1.00/1.00 vMB 7
798,139 798,139 00000000000000000001ea2537049dc58f05e86fef123c12c10a07644a0361fd 1,725 1.00/1.00 vMB 9
798,138 798,138 000000000000000000014ac62ce39b1f53a688fce1c33128830c4e76f8d07279 3,130 1.00/1.00 vMB 16
798,137 798,137 00000000000000000000a1ad4cd685e6e68ab2ceb6580438fb21e16b1943951b 1,938 1.00/1.00 vMB 9
798,136 798,136 00000000000000000000faf9c9c690dc28efa095474ea908729c345bf1808146 2,492 1.00/1.00 vMB 14
798,135 798,135 00000000000000000003bfc97681fb1f504a7aa9dc32632573cf66f5024bf714 2,419 1.00/1.00 vMB 12
798,134 798,134 000000000000000000026bb0a6f6c0ba2f9f46530a47ee26e5a38ae482e5585d 2,321 1.00/1.00 vMB 12
798,133 798,133 00000000000000000003544f13400743ddf9a54132d4e1c5c8115aa0b5a06b21 2,738 1.00/1.00 vMB 16
798,132 798,132 0000000000000000000116093e71386fd9dc4742d4c9825d2aa3eada3abc29db 2,601 1.00/1.00 vMB 18
798,131 798,131 000000000000000000020ce001f90f727b40b8bc5b6773ed93337ff800986db4 3,331 1.00/1.00 vMB 19
798,130 798,130 000000000000000000052c8f2ea4bd07c5f76c496c79e36be794a97fe77a2992 2,978 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.