Loading Tool

Explorer IconExplorer

Memory Pool

77,512 transactions
28.80 vMB
0.06876198 BTC
Random Selection Loading Transactions
Max Size: 174.73/200 MB

Candidate Block

Mining Attempt c8054cb4cd4124b663d9e73eb77de15e1aa6f2c3ddf1db59fc5d703ee8448fe0
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root 666678864cdc53aa10c4d2b3b9eec1af2ca0229921321467c24ab9bc7c79235a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,012
Size: 1.00 vMB
Total Fees: 0.00869808 BTC
Feerates: 100.72 > 0.87 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (449,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,933 465,933 000000000000000001ceda893ae46fff126b7aa863bfc8b485a38a66d4bb5ae9 2,732 1.00/1.00 vMB 239
465,932 465,932 00000000000000000039432860823fe55c45e19898a43d6a2e869df859cd72aa 2,455 1.00/1.00 vMB 170
465,931 465,931 000000000000000001921aabddb1026fcb359d577646823eda3ff9460f8326e0 2,279 1.00/1.00 vMB 215
465,930 465,930 00000000000000000111c72b6d5076abfb66c376bffd49d3e34096824782faf7 2,506 1.00/1.00 vMB 255
465,929 465,929 000000000000000000b9db836dbe16a31c58c2c43f945d40fee30f5998485ee0 2,411 1.00/1.00 vMB 245
465,928 465,928 000000000000000001f2990a443719a2135ce8be2ebf248eec9321dc507c11a3 2,286 1.00/1.00 vMB 226
465,927 465,927 0000000000000000002c84c03a95759811477a35fe282ec638dcd597ace5cf65 2,709 1.00/1.00 vMB 307
465,926 465,926 000000000000000000e6335eb64e43f37914af2e5b5e7c7fa8114ee25532b3c4 2,229 1.00/1.00 vMB 194
465,925 465,925 000000000000000001f0b1490a9417c764cfe9e50852b4a795eb1785fb83ec81 2,550 1.00/1.00 vMB 187
465,924 465,924 000000000000000001b6355104292d1c57e3f4b992f4ccca557f7ac8d50f2639 2,152 1.00/1.00 vMB 222
465,923 465,923 0000000000000000002e6a908e3b0678e06ea377102f9951022e4a574008d02f 2,460 1.00/1.00 vMB 194
465,922 465,922 000000000000000001d19d4caed5e367267070ead993f0448aa5b7c51b56b2c1 2,207 1.00/1.00 vMB 281
465,921 465,921 000000000000000000de743e1a7337179e21db24d37f7fcd76bf68b10c2ecc04 2,351 1.00/1.00 vMB 248
465,920 465,920 0000000000000000018b08bbb0e23077ad516354c581b2ca5b12d67a8713071e 2,599 1.00/1.00 vMB 199
465,919 465,919 0000000000000000010dacd2326dcdb19f011856b84877e881cf330463888a0b 2,746 1.00/1.00 vMB 238
465,918 465,918 000000000000000001a68beea1e21cb392e6e8e28df633dabc0f2a60ebb0df9a 2,900 1.00/1.00 vMB 277
465,917 465,917 0000000000000000019ff8d5830348af52cdf5550693815c91a497d7d2f62b74 2,231 1.00/1.00 vMB 156
465,916 465,916 000000000000000001a086a1da5f9f84cac2566beb517906421161da58a5a5c4 2,556 1.00/1.00 vMB 225
465,915 465,915 00000000000000000133623e4d1a3b7bde8bbfbb9cc3f42cf2bee5289a6f376e 2,413 1.00/1.00 vMB 222
465,914 465,914 0000000000000000013ac4283307e1c3b90df913acf371861bdd627e73b2fb68 2,116 1.00/1.00 vMB 162
465,913 465,913 0000000000000000002984f6e8391564b5fe451d6e3630708e8fa40d10a4e3f6 2,200 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.57 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: 671.16 GB
    • Received: 15.86 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.