Loading Tool

Explorer IconExplorer

Memory Pool

39,237 transactions
28.91 vMB
0.07380283 BTC
Random Selection Loading Transactions
Max Size: 146.28/200 MB

Candidate Block

Mining Attempt 81c6c2a7ca74e7775a142907bfcb5e5ec57014fe852ae5778bf2cca08187746a
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 3c7a010f66dfde8e65b55919265ecc0d50966439abfd72341d21b268498f3723
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,788
Size: 1.00 vMB
Total Fees: 0.01768466 BTC
Feerates: 100.36 > 1.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (797,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,262 117,262 0000000000003a57f9d6146783bf374bcae824eaa0bf3e5804985dd154d911d6 8 0.00/1.00 vMB 273
117,261 117,261 0000000000008005c9520f06054a1bde7e0ce4e7224cba2da5e3c483e4824d45 10 0.00/1.00 vMB 672
117,260 117,260 00000000000097af7b29c220afc0382ce11bf2051237cca85b4d6ceafa1a02b7 10 0.00/1.00 vMB 344
117,259 117,259 0000000000006a8ceda74df71b88c7b5d3333c8a0c809f3411571e2a897c7ab9 9 0.00/1.00 vMB 0
117,258 117,258 00000000000090887b9370d712f26542e0635842709d6ea3709fbcd4ec0c3e5b 14 0.00/1.00 vMB 1,325
117,257 117,257 00000000000077aab8e7fb7fe0cbdafad5c0186e57d4abd0d56747ddc9f8f01e 30 0.01/1.00 vMB 0
117,256 117,256 000000000000b82beeb1769d934caea61028aaf53a2aec404ab44c9d3ce5169a 12 0.00/1.00 vMB 0
117,255 117,255 00000000000023e1f095f2fb97086e3e390eb2a02a1d015c91118cdd0024c37b 11 0.00/1.00 vMB 0
117,254 117,254 0000000000003a4771296f5c0b2262d5bfa628e195af23e70091b88a6245f388 9 0.01/1.00 vMB 150
117,253 117,253 00000000000044a17c89a3791dd66dbc4334ff486c9331fd7167b0cf09f2529a 12 0.00/1.00 vMB 0
117,252 117,252 0000000000007eec0aa736723b646546e30c67bfc58bcda8a935102f2696203c 11 0.00/1.00 vMB 312
117,251 117,251 000000000000334565ebab2a1568dfdd728d662854ddb54e2551eacdee400eaf 11 0.00/1.00 vMB 0
117,250 117,250 0000000000006a50e2d834c80a197cdd2bbedb99bd5c20bac2e3c09eac01c3fd 11 0.00/1.00 vMB 323
117,249 117,249 00000000000033d3b90844fd2a5665fdbe75d79757564046e634f5c5a0c361bf 15 0.00/1.00 vMB 781
117,248 117,248 000000000000012f1ddf691d65a4044c646dc586fe32941060d6700e1a6a1e1b 14 0.00/1.00 vMB 572
117,247 117,247 0000000000004b40fb97afad1ec34d6bcf0875608c686e3685032cf95b1e5b9a 11 0.02/1.00 vMB 933
117,246 117,246 0000000000009597ba551cebc068b291dff25a16bf5bc4373d3bdfea8fcd50b3 1 0.00/1.00 vMB 0
117,245 117,245 0000000000001823e98f8f087902fb662cb23673944241b67308776eb63f147f 8 0.00/1.00 vMB 579
117,244 117,244 0000000000007cbad6d1dfa46b5e1065b1f3e2a811fc8c1923b0c02bcf57c164 12 0.00/1.00 vMB 859
117,243 117,243 0000000000004488aac2db115fe9767bd789ce2e428e30962b80b9e2464483c3 10 0.00/1.00 vMB 752
117,242 117,242 000000000000583bdb02c9e6ed683656d15e2d0c6379b4f23127582153a54764 3 0.00/1.00 vMB 2,469
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.40 GB
    • Received: 11.63 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.