Loading Tool

Explorer IconExplorer

Memory Pool

37,797 transactions
25.34 vMB
0.05009703 BTC
Random Selection Loading Transactions
Max Size: 130.90/200 MB

Candidate Block

Mining Attempt 4a415e1843b8770d97761b171622341a889514683751df5e5312c7fb94a1f5f1
Version 20000000
Previous Block 0000000000000000000200721755ced2ab44d41ec558aea577f50bd3ed6c61e5
Merkle Root 006949d0ab16c5a3280e5700c3d8c452df48a5195074e0a8ab829b17ad96ed66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,986
Size: 1.00 vMB
Total Fees: 0.00454333 BTC
Feerates: 134.30 > 0.46 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,765 (348,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,214 566,214 0000000000000000001b9f78e8da37f388098206b2fa7419013979550497f35a 1,033 1.00/1.00 vMB 24
566,213 566,213 000000000000000000299847af103e1c2f44af9a860dc01b2455755fa03bf81d 3,127 1.00/1.00 vMB 43
566,212 566,212 0000000000000000000a11b6464897c9770f23a7ca84733a88d9229731125656 2,570 1.00/1.00 vMB 13
566,211 566,211 0000000000000000000bcd6a0c01f3a3c01a61c32086edf9bc2943053953047b 3,243 1.00/1.00 vMB 41
566,210 566,210 00000000000000000028d84dc5badcd15fad5ca1d19d6cf8a4577718e0d07f3c 2,786 1.00/1.00 vMB 11
566,209 566,209 00000000000000000002bb1c0ee088f228761be2d01960c2061cec3647c0b650 3,241 1.00/1.00 vMB 36
566,208 566,208 00000000000000000018e65cbb927995bf32b1e72cd02a0544d7c51c2b99f179 3,010 0.99/1.00 vMB 45
566,207 566,207 0000000000000000001b8554095b7ddf58b584d40f5265cc1cb98de3c3b1cb64 2,927 1.00/1.00 vMB 31
566,206 566,206 000000000000000000294bdca81dc750044f49828fa30dcc189f58b8a736239a 1,852 1.00/1.00 vMB 14
566,205 566,205 00000000000000000022c10365af72bde1bfe9aa84de30506ac0111c5e67ee18 2,358 1.00/1.00 vMB 25
566,204 566,204 00000000000000000021762a2391c36b6980d2a2b00b0154eaf2c34c821f82d0 1,858 1.00/1.00 vMB 23
566,203 566,203 0000000000000000000f80b8ebf4a704e4b00a36366d80eb61970379ad252206 3,294 1.00/1.00 vMB 48
566,202 566,202 0000000000000000000bc5845f88f5d31427c7866fd7929c541156c469ba53aa 3,275 1.00/1.00 vMB 37
566,201 566,201 0000000000000000001d4cc05d58cc0e1bb5c09a80abe521b55c2c80d98faa62 2,757 1.00/1.00 vMB 50
566,200 566,200 0000000000000000002b2f05855b5fb35e1d2b506c20a8927d72b9c88214408d 2,424 1.00/1.00 vMB 15
566,199 566,199 000000000000000000215af9682c4a6fd56b5be14d881a8966043aa979b95bfa 2,904 1.00/1.00 vMB 37
566,198 566,198 000000000000000000025e75714678d35f4f4864b81ad98037dd8aaa9b93a88a 2,887 1.00/1.00 vMB 27
566,197 566,197 000000000000000000298356a71dc70ec3d6492efdeadcfec2fd74570e2ef50c 2,537 1.00/1.00 vMB 31
566,196 566,196 0000000000000000002baa10949436dd6ef71e79e107cae6d63e973d8faed69b 1,417 1.00/1.00 vMB 16
566,195 566,195 00000000000000000026633204e330dae6cff3e7ee34e148b7972340f91fbfdb 2,207 1.00/1.00 vMB 23
566,194 566,194 00000000000000000028ef4e1959da767f854b4cc4fabe10b0cb23409ccafb2e 2,831 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.97 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: 647.87 GB
    • Received: 12.98 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.