Loading Tool

Explorer IconExplorer

Memory Pool

73,323 transactions
27.09 vMB
0.06171521 BTC
Random Selection Loading Transactions
Max Size: 165.46/200 MB

Candidate Block

Mining Attempt 6f52b4f07068996ee0f413813cd57296e2dc46be69cce3972d58bdffb66b2c5c
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 9a438fd42ce09ac1e9abf0785061653c0885408cdf71429a5426e54c9a4f041c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,667
Size: 1.00 vMB
Total Fees: 0.00427107 BTC
Feerates: 40.21 > 0.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (331,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,203 584,203 00000000000000000020e6ba79d63a2d3b370257fc0e4e4b1335d60e01b89faa 789 0.26/1.00 vMB 28
584,202 584,202 0000000000000000001c11b7c27ee068c427df25ca447b031c28e3a9601204c5 2,599 0.95/1.00 vMB 12
584,201 584,201 000000000000000000103bd72c76430f27f17907959bd4437bc58fab3195d0e8 2,911 1.00/1.00 vMB 49
584,200 584,200 00000000000000000020463a502fe182d48e2016632b2a2a0b5658e73c6bbc01 2,704 0.88/1.00 vMB 23
584,199 584,199 000000000000000000024862d7e2e521c55be7aab296086ca64ecebea37a2cde 3,145 1.00/1.00 vMB 43
584,198 584,198 000000000000000000031e9625ab62bdaad6940677331338eba8c9cc8ce762d7 229 0.07/1.00 vMB 33
584,197 584,197 0000000000000000001532accfd9e302607d938e8cfbe36b97037c1aa20f9fbb 1,181 0.36/1.00 vMB 27
584,196 584,196 0000000000000000001e66dea3f3b551ddd95ca12efd527f08816a356a0a02cd 3,011 1.00/1.00 vMB 40
584,195 584,195 0000000000000000000058645e715003cbdbf35bec50c87dfafce507d4ddc6a1 1,868 0.67/1.00 vMB 21
584,194 584,194 0000000000000000000088cee1ceed041f6a71a644bcd8e8d39643d49bd9c2dd 2,987 1.00/1.00 vMB 31
584,193 584,193 000000000000000000099982e2edde5c9e118bbfe530342ead6429823e55c873 2,738 1.00/1.00 vMB 16
584,192 584,192 00000000000000000012a5d7e0601fe6e8d004c1983aa1b644805c9ece6b5ddf 2,913 1.00/1.00 vMB 78
584,191 584,191 00000000000000000022dc98fe8fdbd3576388273a05d19f076c64a5bede5b13 2,715 1.00/1.00 vMB 25
584,190 584,190 0000000000000000000282b8d3f368cfb9c346ab35e876c22135c15f5da8415c 2,093 1.00/1.00 vMB 27
584,189 584,189 0000000000000000001eead4a620c1499573328f99c21d1c3f826f42188ce1af 2,651 1.00/1.00 vMB 9
584,188 584,188 0000000000000000000f9ff3129a6a83500b3b724ee45e58c20ed179ee2e2dcc 2,502 1.00/1.00 vMB 67
584,187 584,187 0000000000000000001168e5b579e1a4fbfa801b4470fa8f980d66e68d1cf7e9 3,127 1.00/1.00 vMB 50
584,186 584,186 00000000000000000021a520d5e6ee38bf84831dd6726e20ecd5ca0ad2b42480 2,872 1.00/1.00 vMB 20
584,185 584,185 0000000000000000000ab4f1186bfe8b9b8facc347627c78f5090460f462bc51 3,067 1.00/1.00 vMB 65
584,184 584,184 0000000000000000000e0bc0beff7b222c0290a517dbd4568a4b36d3817fbf36 3,018 1.00/1.00 vMB 35
584,183 584,183 00000000000000000002523f7d1bf1cc8ecdb23d5649eeb48558358b4d3a302e 2,948 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.94 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: 714.89 GB
    • Received: 17.61 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.