Loading Tool

Explorer IconExplorer

Memory Pool

49,900 transactions
30.82 vMB
0.10442447 BTC
Random Selection Loading Transactions
Max Size: 164.96/200 MB

Candidate Block

Mining Attempt c46591beb3c58d8568abeb82a86de2412d1fdb96b8be2b5c1605b7cac62cb47e
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root d3b1cd227adff6f99eaeb3268f9bde8118b8687dfde42063a9c27b6493863f3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,159
Size: 1.00 vMB
Total Fees: 0.03770734 BTC
Feerates: 101.56 > 3.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (197,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,673 717,673 00000000000000000007bc9081aec5109564a47f1cc895ac3f0fc71032901275 99 0.05/1.00 vMB 8
717,672 717,672 0000000000000000000546e90b04399638b97d4c0072ac44245011a2e176091c 1,163 0.67/1.00 vMB 5
717,671 717,671 000000000000000000091b550aea442a41bd7447f5ccdbdf3a1c46b8d0b7cb81 2,484 1.00/1.00 vMB 12
717,670 717,670 0000000000000000000b03e6ac9483acdd51a977525d52dd7bb947b8e3e19e4f 755 0.79/1.00 vMB 10
717,669 717,669 0000000000000000000a34ef15764ed2055987b9c1e999510ddc06f66c0fad12 733 0.98/1.00 vMB 4
717,668 717,668 00000000000000000005ba074f20dfe1df594bcadb6d057cdeba0605ad55b190 1,708 0.98/1.00 vMB 4
717,667 717,667 00000000000000000005f66daf12558bf82999f52b55c7d103e9cc1abf4713cf 1,592 1.00/1.00 vMB 12
717,666 717,666 00000000000000000002385b6dd48e566566d4d96fd40e455ec073d8c32f6589 1,568 1.00/1.00 vMB 4
717,665 717,665 000000000000000000074b49d618a99ff095c445011663cb2856183b3101e13b 2,633 1.00/1.00 vMB 14
717,664 717,664 00000000000000000000b670ff0d11c7e52ce8fbfc4713b336774b9ffd2001cb 718 0.62/1.00 vMB 7
717,663 717,663 000000000000000000003a5af7f04bd39eaba04f4e814cad38824a9db0d21fb9 1,505 0.59/1.00 vMB 10
717,662 717,662 0000000000000000000084d2882491c0ea34ef728631edff867f73276a1192fd 2,099 0.78/1.00 vMB 9
717,661 717,661 00000000000000000008c6ec10c1daa392193e7b92964c4b752e2b04cd2140c1 2,289 0.98/1.00 vMB 10
717,660 717,660 00000000000000000000cb40ebdcaaa1db0263c894415b6fe6eeadde696c2753 1,389 0.59/1.00 vMB 6
717,659 717,659 00000000000000000005d6f37adf19f98fc062acc7e5437a9594c7c8bac3f85d 1,764 1.00/1.00 vMB 12
717,658 717,658 0000000000000000000338655ac9afae9521edc9ea1ab29a7c238e33abfda8e6 1,809 0.78/1.00 vMB 17
717,657 717,657 0000000000000000000243b2b5533bc6e972c2bc581f43b3ddf5aa4bfa37c0a0 54 0.10/1.00 vMB 7
717,656 717,656 00000000000000000007f1ea2141d6b7937c895ce6d39d407f22150767a4b83e 1,579 0.63/1.00 vMB 7
717,655 717,655 000000000000000000053786b21e2678f0ae8bacb7ee63f9d2f7026bd9846f3f 1 0.00/1.00 vMB 0
717,654 717,654 000000000000000000003a297119b670c3f1d1033ddaa18ade3595d3971b3167 2,550 1.00/1.00 vMB 12
717,653 717,653 00000000000000000000fe4677e3c5ab182bcde98b20f50e4acd254f318a31ca 1,488 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.