Loading Tool

Explorer IconExplorer

Memory Pool

84,916 transactions
31.85 vMB
0.16777921 BTC
Random Selection Loading Transactions
Max Size: 189.60/200 MB

Candidate Block

Mining Attempt a98b99ff2ba8c3653705a9bf86ade55c470a17bcc0b21b45679c0b3a4bb4fcda
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root d1dcfb900ee465241e4abaa1b0991330846c462849d30da4cbfa18433ac15b78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,022
Size: 1.00 vMB
Total Fees: 0.05317139 BTC
Feerates: 402.75 > 5.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (268,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,152 646,152 00000000000000000002e2dac63bdddd257bc6387c2086e300f22bfa59ea5137 696 1.00/1.00 vMB 80
646,151 646,151 0000000000000000000414a7fa655a6702b959a563ad2e6cfadf08bb3e9e1c4b 2,192 1.00/1.00 vMB 96
646,150 646,150 0000000000000000000a3192b7bec968d947dd6a869d38ce252f588ed86a682a 1,079 1.00/1.00 vMB 81
646,149 646,149 00000000000000000003d04b8fed15c36e834c2429df23cb572ccda8e38319ec 2,265 1.00/1.00 vMB 110
646,148 646,148 0000000000000000000f435f0cef53d05aa278fcf1874b4df6e18e13a39234ad 2,604 1.00/1.00 vMB 102
646,147 646,147 0000000000000000000e810236806191d087a75a8e9263c2c576053b31dfa044 2,434 1.00/1.00 vMB 83
646,146 646,146 0000000000000000000a1b114147201845ab410d6ae8569de20b288dac03c7c1 1,922 1.00/1.00 vMB 59
646,145 646,145 0000000000000000000f21f14ca7c375985ea6e8285bbe31fe10aa4bb08bec1f 1,461 1.00/1.00 vMB 74
646,144 646,144 0000000000000000000258225be5e1d4d7fd433736b3e3c95ead71441be5b07f 1,980 1.00/1.00 vMB 76
646,143 646,143 000000000000000000039a71216236e6712568510dfce00ae90a940642761c1b 2,361 1.00/1.00 vMB 103
646,142 646,142 000000000000000000058b096a0c98bde563bb20615d7bfa2b24ac4d3e3c6ddf 2,967 1.00/1.00 vMB 103
646,141 646,141 00000000000000000000238c23e1e11da8a3e3d1b6bce9fa163a936d75d5f2d6 2,244 1.00/1.00 vMB 38
646,140 646,140 0000000000000000000abab72161b61c48f0f901e522f3e5b97688cdbbba9e0f 2,729 1.00/1.00 vMB 81
646,139 646,139 00000000000000000008dd2d67bafd138a80df3ded93fd1573bf4d5736bf9ca8 2,544 1.00/1.00 vMB 55
646,138 646,138 00000000000000000009758410ed58cb3de1a6569962b1a6c85dc90d489a8639 2,667 1.00/1.00 vMB 23
646,137 646,137 0000000000000000000a05788975fff666bc9f903c2daf0790905cf6a7692d2e 1,773 1.00/1.00 vMB 55
646,136 646,136 0000000000000000000b6caf1b0b72193fa23214f0c2f001323bda75a2ff7bd4 2,210 1.00/1.00 vMB 77
646,135 646,135 0000000000000000000e0fca77094d4ffc62548610334f7255e1f880ad3c8eb5 2,524 1.00/1.00 vMB 71
646,134 646,134 0000000000000000000b04b4b442f23eb34a442ee29e56d64fb3e000092b7825 2,250 1.00/1.00 vMB 68
646,133 646,133 000000000000000000019dce728cbefbacf6d1a29c0a468710ad35267c84ea18 2,922 1.00/1.00 vMB 99
646,132 646,132 000000000000000000016b0142a4e88c52440a36bb1e45f7d97e3d4fac1f1a5b 2,654 1.00/1.00 vMB 93
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.66 GB
    • Received: 16.30 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.