Loading Tool

Explorer IconExplorer

Memory Pool

78,697 transactions
30.27 vMB
0.07372462 BTC
Random Selection Loading Transactions
Max Size: 183.75/200 MB

Candidate Block

Mining Attempt 51a5879b8765d59fe8d6a545a1f2f4984827e752238ee31fa680040701fee3a7
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 865df760c687b1fa0851075d8a9b9165b33bf717b4706d196beafb4c10734431
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,887
Size: 1.00 vMB
Total Fees: 0.00929820 BTC
Feerates: 45.66 > 0.93 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (535,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,304 379,304 000000000000000003c2a43fb3aa44544fb750313f868933f7348f79c05193bf 2,446 1.00/1.00 vMB 44
379,303 379,303 00000000000000001165cbe41a68ec2547c9b2b98f64f84a0b80c197e0283011 1,688 0.93/1.00 vMB 38
379,302 379,302 0000000000000000117c05bdc510018ed71d6070b906931fbf98e5372900b647 1,808 0.75/1.00 vMB 52
379,301 379,301 000000000000000009a7cef0a1434b7f8bda284ba9df9b2be37b1bd029d02aa3 760 0.39/1.00 vMB 32
379,300 379,300 0000000000000000083968d68f9444a1c1194552a5f24f0693af4fad75af8b09 1,238 0.78/1.00 vMB 26
379,299 379,299 000000000000000006f4abf3de76554365e9b4e17a3e5c9128bb37411f4d5a8a 531 0.44/1.00 vMB 17
379,298 379,298 000000000000000011c090305e2333d98f47211b009f350e80797900753bdd7d 852 0.86/1.00 vMB 21
379,297 379,297 00000000000000000cb24127920cb4898851d01170c6bd44388a874776239435 1,122 0.99/1.00 vMB 18
379,296 379,296 0000000000000000098788bfbdae2c31d4949f8d6ce47edfb037939e714da7f1 1,583 1.00/1.00 vMB 45
379,295 379,295 000000000000000000055dcc33388b9b584d8af53398c26031e9c955be47251c 2,126 0.99/1.00 vMB 46
379,294 379,294 000000000000000006d4b389f5483d6b4c747d10fcadb5b167e1ca5d202e3612 1,121 0.95/1.00 vMB 39
379,293 379,293 00000000000000000d08ef5dc612c889ffc8eb6be1b1e78e7d6594e20e93f1f8 1,665 0.95/1.00 vMB 43
379,292 379,292 000000000000000005a19fa0acb2e5e95d06910fce2b2a91da21eb24fe582d3d 262 0.25/1.00 vMB 21
379,291 379,291 00000000000000000584db3bd5dfdd41d081867aa919537a5b26bac2490343d3 735 0.34/1.00 vMB 38
379,290 379,290 00000000000000000684382831a1f00f1960c9e233012eeb635ebb9c95e07ea8 1,022 0.45/1.00 vMB 36
379,289 379,289 00000000000000000875059f2ede86258ae7559ee8404aadf3fdc21afb2dbdb0 455 0.33/1.00 vMB 20
379,288 379,288 000000000000000002728fe23c13ec74a7e2674ae1a356e4d7a7b3e08ba0a055 804 1.00/1.00 vMB 22
379,287 379,287 00000000000000000c4852132e4c81b0224f1464f6fa24bb1e56dbd78911ff48 1,886 1.00/1.00 vMB 44
379,286 379,286 00000000000000000aa712316d87efb24e3febb66cd20b39ec2112a2550e4ded 1,987 0.93/1.00 vMB 43
379,285 379,285 00000000000000000079bf86c4d5fb2919d97f99a352ae29bf55966fcb16e518 886 0.76/1.00 vMB 29
379,284 379,284 00000000000000000b1e22ea0ce7894759564bec4f848db5abda68b248d19102 1,198 0.94/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.73 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: 707.33 GB
    • Received: 16.67 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.