Loading Tool

Explorer IconExplorer

Memory Pool

77,505 transactions
28.85 vMB
0.07929906 BTC
Random Selection Loading Transactions
Max Size: 174.51/200 MB

Candidate Block

Mining Attempt a29060cce7637baacad0253303f21a2ab6e6579d9292d10132cba10942dc23a5
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root aa3c70dc8d7509df4506cf5cd5720b7fce7d8f3ac94d94b7117c935166bbc7f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,564
Size: 1.00 vMB
Total Fees: 0.01919812 BTC
Feerates: 150.62 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (519,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,218 395,218 0000000000000000056e4fa122a85489ba3caae2982574ba20fafec34584b97a 1,500 0.70/1.00 vMB 41
395,217 395,217 000000000000000006005b6562c1b3748c33d2e870a6bf5b7c62a5086ccca1c3 581 0.29/1.00 vMB 40
395,216 395,216 0000000000000000081b0f82271e69a194fe5327ffe72167345595f2c978059b 1,518 0.63/1.00 vMB 54
395,215 395,215 000000000000000002ee61e2c560f4ffadd4e782f8ce211eb6fef8ec96bb1b46 766 0.95/1.00 vMB 14
395,214 395,214 000000000000000002aba8e54b4aea0b882f4afb55f1f84d642ec0e8b4058e60 2,285 0.93/1.00 vMB 48
395,213 395,213 0000000000000000064283c2495ac6e2cc22b00aba6d3a921dbdbce8279dd0c4 1,183 0.93/1.00 vMB 22
395,212 395,212 00000000000000000918a02b9c735289b3df4c139abefaebb51d198b1f72b57d 1,673 0.95/1.00 vMB 41
395,211 395,211 0000000000000000057cb406e3df3dc9008b583a2f0c4ba70739e36f8a01cf1a 1,773 1.00/1.00 vMB 33
395,210 395,210 0000000000000000063919a4131cf9de4d9ba847c4f74b17373b059b5dadd371 2,484 1.00/1.00 vMB 53
395,209 395,209 00000000000000000901b7c0d6d92ce0b0f9a392a75574a15f4b898eabb7ba38 2,326 0.75/1.00 vMB 79
395,208 395,208 0000000000000000074d8c8b3d3522fe6a5838ed87957ae918414ed90eec9071 1,694 1.00/1.00 vMB 32
395,207 395,207 0000000000000000064787fd2856b76069e8d9435041930c9b8bc0c6a563bd35 2,789 0.99/1.00 vMB 86
395,206 395,206 000000000000000008e82029ad321e7c115d36f0a8121f74e9a89e076a7134ba 1,357 1.00/1.00 vMB 31
395,205 395,205 0000000000000000055f0b05ac14859de23ae95cda619c1fdf28129ce18a27dd 3,339 0.99/1.00 vMB 93
395,204 395,204 00000000000000000376b1fb810be282ccef039c06d071bc0ceb61dd4272abc3 1,352 0.93/1.00 vMB 25
395,203 395,203 000000000000000008c8138ea90621f41e8856c9e0948880d85de4f2322dbf4a 1,989 1.00/1.00 vMB 53
395,202 395,202 0000000000000000072744e76b2e672b44855209d9b39ecc2a19b9dda1a331ac 2,165 0.90/1.00 vMB 62
395,201 395,201 000000000000000002aad7c30b03d600806ea13afd2cfac34e5ad1873c69a8ae 1,380 0.75/1.00 vMB 38
395,200 395,200 0000000000000000086cac3335a2d28c4e00c5dac3ed8f9656e140df4de4fd07 2,030 0.99/1.00 vMB 37
395,199 395,199 000000000000000008c0b73e8a2ca6b6a076654573802318cf1062fd4299bebc 1,890 0.99/1.00 vMB 32
395,198 395,198 000000000000000007373e039267493a5145b1e552604ffbdc6bee367dd6039b 2,861 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.07 GB
    • Received: 16.37 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.