Loading Tool

Explorer IconExplorer

Memory Pool

82,752 transactions
30.24 vMB
0.09856542 BTC
Random Selection Loading Transactions
Max Size: 183.42/200 MB

Candidate Block

Mining Attempt ef15cc5c152b558828dcc5d3bd3ceb9a96f7e8b96558b7568cec32be5075cba6
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root eb8c49ac64bc686aba5c77528e584188cb000f656fb5b19d4c51fd93fbd01c70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,655
Size: 1.00 vMB
Total Fees: 0.02700127 BTC
Feerates: 521.84 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (268,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,160 646,160 00000000000000000009a268379e3b1de3e2ca03c9a8ccf97cd5169546963073 2,810 1.00/1.00 vMB 97
646,159 646,159 00000000000000000008d24d193d99a8f30a687ee4b4a1b6d28de3f7d5379be0 2,049 1.00/1.00 vMB 101
646,158 646,158 0000000000000000000f6436215889ce89d414663b900913356c912ad7091d2d 2,678 1.00/1.00 vMB 86
646,157 646,157 0000000000000000000629479c0f10d4ab10a190021bf2d00208bd5fdbc231e1 2,607 1.00/1.00 vMB 89
646,156 646,156 00000000000000000000402ec83b5400616c4723e6eaff6efa9daee361b41e92 2,855 1.00/1.00 vMB 106
646,155 646,155 00000000000000000005c0e2e3f45220ff359c129ee39a7e5a6ffef849b258dd 2,340 1.00/1.00 vMB 86
646,154 646,154 0000000000000000000236511b8ba13000c3c75af568c6546288d7c795b10b5d 2,500 1.00/1.00 vMB 93
646,153 646,153 000000000000000000099a578b5740acb6c8b5d76b100ff1ed6a865b7fba5d9d 2,155 1.00/1.00 vMB 78
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
Previous 10 blocks ↓
Total Size: 782.60 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: 671.81 GB
    • Received: 16.02 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.