Loading Tool

Explorer IconExplorer

Memory Pool

79,570 transactions
29.62 vMB
0.07180538 BTC
Random Selection Loading Transactions
Max Size: 178.32/200 MB

Candidate Block

Mining Attempt c8357a707893c00132e789a607348ab745abfbc5d988de53712677b39a08186f
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root 0811015e319f0dbdc73f5aa8cf5780a4aeff90afa541b125b4231cecddcef297
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,746
Size: 1.00 vMB
Total Fees: 0.01161608 BTC
Feerates: 150.77 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (397,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,772 517,772 00000000000000000028916b27f35d89a416bcbf73a1e30fa12bac0960a595e2 1,202 0.47/1.00 vMB 26
517,771 517,771 000000000000000000291a48c58bedf7ec71aaca95f79a5a24378044fd5d12b5 1,255 0.53/1.00 vMB 27
517,770 517,770 000000000000000000284544031e12a2b5546264382903023b7103914a8dbff5 247 0.08/1.00 vMB 30
517,769 517,769 00000000000000000005508c222955929b5322b8e1aa867213bf094e87577967 670 0.24/1.00 vMB 27
517,768 517,768 0000000000000000001d022760ac94a7cb55e0915ec5a40b11f19706199c8759 1,849 0.68/1.00 vMB 27
517,767 517,767 0000000000000000000121fe2655f00a681a425f6f2868b09692c9537598668e 830 0.29/1.00 vMB 25
517,766 517,766 000000000000000000168334e57bde7811d0e385278fd32d4488497b1000da1d 682 0.29/1.00 vMB 26
517,765 517,765 000000000000000000413ce9e36813bb737487d232cd6aae01b3a90e6d76a4e5 2,045 0.71/1.00 vMB 26
517,764 517,764 0000000000000000004bb69222289ef9202242d595c713c3e2a8ca6f50b7790c 428 0.15/1.00 vMB 22
517,763 517,763 000000000000000000284a864ed57a59f4a205555195419767104a336a057e4b 1,301 0.48/1.00 vMB 25
517,762 517,762 00000000000000000041c1eff5c0f37f2de3288a8c166bf82915f2b096e2ee54 116 0.06/1.00 vMB 54
517,761 517,761 000000000000000000341280bc5b685ebcf312a58ec8160ba6247967a6cbdb54 142 0.05/1.00 vMB 33
517,760 517,760 000000000000000000472b05181b501b9ecf81fca1800af5963ef6089ae45af6 1,999 0.76/1.00 vMB 25
517,759 517,759 0000000000000000003fac096e4245bd0e50eb59a156ea6be43d5a12bf56fac0 148 0.07/1.00 vMB 32
517,758 517,758 0000000000000000002b9330badc6bed8c84f9cdc4685947953e742d5603f2d8 459 0.18/1.00 vMB 25
517,757 517,757 000000000000000000472eda551a983f03929552975e43175d3383d633e01b3b 179 0.07/1.00 vMB 18
517,756 517,756 0000000000000000001356cd95a583d7b03bd3f449de0843bb6f7cbb5cbb8c8c 1,320 0.48/1.00 vMB 29
517,755 517,755 000000000000000000300dfa418db044c5c01482446e44a87bf96b15bd64c5af 1,498 0.55/1.00 vMB 25
517,754 517,754 0000000000000000000454074d20c1f223761bd13e496d313cbd856b064f09e1 55 0.01/1.00 vMB 22
517,753 517,753 000000000000000000334109ee52778db04923729761eb8baf17ad193509dc22 1,948 0.80/1.00 vMB 13
517,752 517,752 0000000000000000001ad19967fb1c11e68b35c20f82d01b1c1e10cb43e0b325 2,319 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.38 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: 664.37 GB
    • Received: 14.96 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.