Loading Tool

Explorer IconExplorer

Memory Pool

75,052 transactions
27.68 vMB
0.07685532 BTC
Random Selection Loading Transactions
Max Size: 168.87/200 MB

Candidate Block

Mining Attempt 59a1585384f41681934ae59a80d0d99b61c82138b3dab918a99e251be976415f
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 4dd9aaa00d65994b6057705270e10b700a8df01f1d04ef9a06238913e8d9b36e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,052
Size: 1.00 vMB
Total Fees: 0.01765317 BTC
Feerates: 301.57 > 1.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (331,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
584,182 584,182 0000000000000000000d6fa277c0ceaa4e4616d71a86573086c691d779788ff2 2,542 1.00/1.00 vMB 22
584,181 584,181 00000000000000000008b9ab7d40dc2344278aa7f47d3e0d1dfbe7ce9ec3a2d8 2,604 1.00/1.00 vMB 62
584,180 584,180 00000000000000000014c03f85dec9d11b061fb4cbcb8f978290f6e950b9019f 3,494 1.00/1.00 vMB 77
584,179 584,179 000000000000000000180474b28bb166dadca20422ae383e7abdd7455d3422b9 2,243 1.00/1.00 vMB 65
584,178 584,178 0000000000000000000345ba427656e860eedd57590ee9c7c10407b3516695a7 2,270 0.77/1.00 vMB 35
584,177 584,177 0000000000000000000c8dbc5acfdf09fd571fddea3bba480acdafe267c2be9c 1,766 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.