Loading Tool

Explorer IconExplorer

Memory Pool

49,151 transactions
21.16 vMB
0.06999312 BTC
Random Selection Loading Transactions
Max Size: 121.36/200 MB

Candidate Block

Mining Attempt 585c429d64a11e7671cd2f5d25e38f9cb5f329ebe3497234c9e4cbefc1f2651a
Version 20000000
Previous Block 00000000000000000001cedff4a6a7534d251e21eb41c36879f09bee61803fc3
Merkle Root a08bf983d919c18fd3ea711ba3e6019c85cc037982cae65d70a7753f4619de20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,325
Size: 1.00 vMB
Total Fees: 0.02745170 BTC
Feerates: 201.52 > 2.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,942 (757,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,911 156,911 0000000000000b6e57f9f77f6d023d0fcf504b6d3e6b89a62edb505d0dac4e87 48 0.01/1.00 vMB 150
156,910 156,910 0000000000000036f098cd0558c24bda708f1c3f5578d77992c2ab09ce64a43a 11 0.00/1.00 vMB 0
156,909 156,909 00000000000007768b25ef41f7b77ad03ce19bc9b4e0d2228bfa4f127620f80a 37 0.02/1.00 vMB 240
156,908 156,908 0000000000000be485548303c72acf599ba74d1cf019e45dbbb740183e7a1c65 43 0.05/1.00 vMB 44
156,907 156,907 0000000000000b7a6262aac661d62e85e7f0421a1e059fb7d81c8c626766770e 4 0.00/1.00 vMB 68
156,906 156,906 0000000000000a45745dc350b29e6d4df7342b90a1158e7a221cf76be8d6ff3a 1 0.00/1.00 vMB 0
156,905 156,905 00000000000006e1f254e07f24d87405385a95ba8756933127b9f5a7f6afac4a 11 0.00/1.00 vMB 17
156,904 156,904 0000000000000d3eec8a23a8367985973d3026960c5ece8a32b8d24ee6684741 46 0.02/1.00 vMB 109
156,903 156,903 0000000000000563c8f468f2a09750c8c699e75fc3bcf59df6f6e5d50f9feead 3 0.00/1.00 vMB 0
156,902 156,902 0000000000000ab9fcf1767e20a521fc69ab2b294b83da59800ded62e62d1b1a 16 0.02/1.00 vMB 59
156,901 156,901 0000000000000dc0668ebb96d0f019e1d47a63df632be78893b86e0d734aeb6a 38 0.01/1.00 vMB 30
156,900 156,900 0000000000000aa1102cad2ddbe04f83c8ab771859b43faadacd7f967f0bb5ef 5 0.01/1.00 vMB 5
156,899 156,899 00000000000000a14964ab8286ea0242beb045298664e5e35409aae8cd6381e7 10 0.00/1.00 vMB 86
156,898 156,898 0000000000000f483a9e6d050b26f4d5633a076195071029212d57bcdbfe9016 56 0.01/1.00 vMB 0
156,897 156,897 0000000000000d306bae77d9d57d7dedfe41fb7efef65b15923ded47494b5684 15 0.00/1.00 vMB 476
156,896 156,896 00000000000004d99970564a3b76ddcd7e7e0cbfcea3cedfb13286d76aadd74f 15 0.01/1.00 vMB 182
156,895 156,895 0000000000000dd59336f44a8ea296da3f17b1b72d1a0432488e79fc23ebbae3 17 0.00/1.00 vMB 45
156,894 156,894 0000000000000c7c4b7420d92b92921ce031a9eb6ee33998d23e7cfdb731cc8d 68 0.02/1.00 vMB 128
156,893 156,893 00000000000001fb1f136f42eda39330d24ed9e18f133868747f836d25e1d254 57 0.02/1.00 vMB 78
156,892 156,892 0000000000000ac72f4602113d2ef6ec2033f9123747a355a4925c0ef757939d 49 0.01/1.00 vMB 13
156,891 156,891 00000000000006d57eef06693140fa2cb0d2f296ed6fb4190d103fddbf1a37dd 83 0.03/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 780.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 529.74 GB
    • Received: 5.80 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.