Loading Tool

Explorer IconExplorer

Memory Pool

34,230 transactions
25.36 vMB
0.06841724 BTC
Random Selection Loading Transactions
Max Size: 129.19/200 MB

Candidate Block

Mining Attempt 6c79716b473bdfd5ba768bb28d6bd45747ca4d59203ee2b978e101943638f6c4
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 860d0ca2f5d19d46c930df5600e8068f4e3db32a546f8413dd3a47c773f1c5f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.02279373 BTC
Feerates: 101.67 > 2.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (324,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,938 589,938 00000000000000000002dc625f6c505a2a639a9358fd3b71937df358366329c2 2,592 1.00/1.00 vMB 70
589,937 589,937 0000000000000000001094fa33daadbd1e075602f8bfba7df3a6a0233662e6d2 1 0.00/1.00 vMB 0
589,936 589,936 0000000000000000000d680d6e05b73ab65993bd37da860b9440bd00e5572f79 2,976 1.00/1.00 vMB 85
589,935 589,935 0000000000000000000e0f48050882bd613d15a99584d57c40ff4fd73cc0cef1 2,592 1.00/1.00 vMB 77
589,934 589,934 00000000000000000004093765f1e649f8e7f86affc8f723bd24dcc926228075 2,748 1.00/1.00 vMB 88
589,933 589,933 0000000000000000000cfa9bb12d84fc5794d5df7efa8f7a093c16f4c71e8973 2,895 1.00/1.00 vMB 40
589,932 589,932 00000000000000000015855b009892c31429a8b6800a0084c4907ba4c5567dc6 1 0.00/1.00 vMB 0
589,931 589,931 00000000000000000000d8fb4fa6317c55be8164c0f079578e78a2d60cb00f75 3,131 1.00/1.00 vMB 36
589,930 589,930 000000000000000000088fd90ba37236579a679c742d57b01a9dc99a0b749e2b 3,017 1.00/1.00 vMB 63
589,929 589,929 000000000000000000113afa74f88752b17030451a8dfd21f4da6aecca2a1dbd 2,797 1.00/1.00 vMB 59
589,928 589,928 00000000000000000010046aaa981d4067a78a1c1db95e460350ae1baa008e7b 2,718 1.00/1.00 vMB 58
589,927 589,927 00000000000000000016b091f366df6b96e337a1e2d86ebaf1d787185fb2775f 3,024 1.00/1.00 vMB 47
589,926 589,926 00000000000000000001f5b0660e46aeee96d7514ecc6766b7d4e703ea29d274 2,688 1.00/1.00 vMB 79
589,925 589,925 000000000000000000065094cb6f219935a25f628f69c9e69050fb865efb2a05 2,689 1.00/1.00 vMB 54
589,924 589,924 0000000000000000000d918e3a7322df93b6f6ea1dadbf22d3443ddd838b77e0 3,284 1.00/1.00 vMB 76
589,923 589,923 0000000000000000000bf4b1bf8242bab4b3f12e463dea5cf08a7f4f6c0b42cb 2,987 1.00/1.00 vMB 83
589,922 589,922 0000000000000000000c7d4bbacb30ac3907a341e83f8054fe8af4069998fe2b 2,426 1.00/1.00 vMB 46
589,921 589,921 000000000000000000120203f8e85130e046c39d04d4017280d79e348513e1f3 2,494 1.00/1.00 vMB 62
589,920 589,920 0000000000000000001993d882ccc82c7e1806c874b9310436f53dbae4426ce4 2,807 1.00/1.00 vMB 82
589,919 589,919 000000000000000000149b18e74316248d106e42ca410f509305ae58ccda6b13 2,281 1.00/1.00 vMB 53
589,918 589,918 000000000000000000103f9da4ec19a23ec42ca7628975c31b2bc842be7b12a3 3,010 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.