Loading Tool

Explorer IconExplorer

Memory Pool

75,703 transactions
31.93 vMB
0.09295381 BTC
Random Selection Loading Transactions
Max Size: 184.69/200 MB

Candidate Block

Mining Attempt 04584ebfa8f23f3ff5db32befb6edf052ed7f04b03fbfeb49bd8dcc5b936cffb
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 5ae29b973a718461b2c7c17f9d9b383de8518bac97d92d6f1a1b9f6cd395f21f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,739
Size: 1.00 vMB
Total Fees: 0.02967337 BTC
Feerates: 151.03 > 2.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (40,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,251 874,251 00000000000000000000c3a840eb75091f1e0d68131df2532a5413452d2b0a94 4,046 1.00/1.00 vMB 19
874,250 874,250 000000000000000000001d61cff1531dd33ee5cf0b3a5adddebd59be0534ecec 4,223 1.00/1.00 vMB 21
874,249 874,249 00000000000000000000a62d036a0ba4c3a9f310151a7dd7b1c1544312fa5316 4,334 1.00/1.00 vMB 19
874,248 874,248 00000000000000000000ff7b41d1b75911a486e47fad293ffb20af08491b8a51 4,442 1.00/1.00 vMB 16
874,247 874,247 000000000000000000015ae7bcd47d2289c2548e561a04ee8719bba22bf98b8e 3,878 1.00/1.00 vMB 19
874,246 874,246 00000000000000000001ecf5d0b492029eefc9272dd1f7163a06a1a2bff32088 3,975 1.00/1.00 vMB 10
874,245 874,245 000000000000000000029f100a5922c2b0293320a93215e15342df671a9ed5f8 4,329 1.00/1.00 vMB 12
874,244 874,244 00000000000000000002635a747e7c7033cd2b7a95461d99399a4ebb7e9426a0 3,902 1.00/1.00 vMB 15
874,243 874,243 00000000000000000002786762daddb38fb2a85d67336de417626a541b167265 3,776 1.00/1.00 vMB 15
874,242 874,242 0000000000000000000289c43be06031b0d04eb5b22b66afdaf599b3155413d3 4,083 1.00/1.00 vMB 19
874,241 874,241 00000000000000000001a4ec000731a2836a6f5cf1f61bacdda23ecd676494b4 3,485 1.00/1.00 vMB 16
874,240 874,240 00000000000000000002573f6a389d0251bf8c1992ca12422abdc241f7797095 3,496 1.00/1.00 vMB 7
874,239 874,239 000000000000000000005fd6adc0a6a80c080785c18a02fe8b20f848ecead754 3,143 1.00/1.00 vMB 5
874,238 874,238 00000000000000000000a4de1472261da99fa9b9e6c3052251166b0cd3177dd3 3,637 1.00/1.00 vMB 9
874,237 874,237 00000000000000000000cd54de43ae08aa1e9743a25ea1066bc58d5985dc9ec1 3,768 1.00/1.00 vMB 7
874,236 874,236 000000000000000000008df6189e8c424b9bedaf79bef0149db1b3afe3e2b712 3,053 1.00/1.00 vMB 7
874,235 874,235 000000000000000000009bb36bc6d8b1370b794aa4eaf1c63316ab96cab72cfa 1,108 1.00/1.00 vMB 8
874,234 874,234 00000000000000000002437dba6dfa3a423ff718a90235ffd645e6758c133867 2,523 1.00/1.00 vMB 11
874,233 874,233 000000000000000000023c5731c639e0837180035fde7b70818d3493c31c22cc 2,251 1.00/1.00 vMB 10
874,232 874,232 000000000000000000002be66f8374bf4f9703d1faa4244e9d50ba8b08550dbe 3,283 1.00/1.00 vMB 11
874,231 874,231 00000000000000000000789ba30dd82d27f42cf5fe89ab2c1082fd702e323ffc 3,249 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.29 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: 657.10 GB
    • Received: 14.49 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.