Loading Tool

Explorer IconExplorer

Memory Pool

83,532 transactions
31.50 vMB
0.09474721 BTC
Random Selection Loading Transactions
Max Size: 192.82/200 MB

Candidate Block

Mining Attempt 487395f97779f9024266401bfde0290394ac0b88a74fc1f68c810def26e4ec63
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 697399b5e92be48b29a6afecc9369598c41e87433b4a1a5f2da4def364d094c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.02212389 BTC
Feerates: 50.66 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (520,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,223 395,223 00000000000000000897456a74a0fa5aa918ebdc105a5886908d4a100475f52a 2,029 0.93/1.00 vMB 36
395,222 395,222 000000000000000000df9b9f861e8894432867670c09f19412baeabef6384d9b 2,575 1.00/1.00 vMB 55
395,221 395,221 000000000000000003b9ff92d6fd523380c317fc5e0b00eadd4d2385528a373b 776 0.95/1.00 vMB 18
395,220 395,220 0000000000000000022c2833a20520f3d5a685c36363f112272f749d9da0e802 1,746 0.73/1.00 vMB 49
395,219 395,219 0000000000000000088d3fe452dcb3a42575738f87e5932725114d3e14d4e6c5 993 0.48/1.00 vMB 45
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
Previous 10 blocks ↓
Total Size: 782.78 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: 709.67 GB
    • Received: 16.95 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.