Loading Tool

Explorer IconExplorer

Memory Pool

42,756 transactions
26.25 vMB
0.05689415 BTC
Random Selection Loading Transactions
Max Size: 137.69/200 MB

Candidate Block

Mining Attempt 042b44417d74c2cc76f85d3f1d97dca06fc477b23be8c2c9305f552c06b41863
Version 20000000
Previous Block 00000000000000000000a60f0cc25e0059f039a7782b5ad6e6e075a606bef2df
Merkle Root 2ca67a6a9c4b84ff3e0c1b65a9df21d9c4ac0991ff866441e2730b984aa2c9a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,601
Size: 1.00 vMB
Total Fees: 0.00899551 BTC
Feerates: 40.21 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,758 (348,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,221 566,221 0000000000000000000a0bc28368facea203c557403274715f5dedd4394ffaf5 2,457 1.00/1.00 vMB 15
566,220 566,220 00000000000000000023502bf9eb7bfac7990b36cf89441f5e30ff85c455731f 2,362 1.00/1.00 vMB 11
566,219 566,219 0000000000000000001527e59a12d1e99a4a16087dc6f9e703097a44c07adde0 2,461 1.00/1.00 vMB 19
566,218 566,218 0000000000000000000a80904ba67c3c2e6dfa5f7dc766f668625cc1f2f5f558 2,506 1.00/1.00 vMB 10
566,217 566,217 0000000000000000000f5096b824f53b9f698c1c9e1d7d74d145ba6fe1de9daf 2,660 1.00/1.00 vMB 18
566,216 566,216 0000000000000000001d2e51ffd84936715f6fadaa51e6b2631640017bdae069 3,550 1.00/1.00 vMB 45
566,215 566,215 0000000000000000000e4bef9daba557cc749dafe99d4b3f25ac12d726d9c323 2,821 1.00/1.00 vMB 17
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
Previous 10 blocks ↓
Total Size: 781.96 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.47 GB
    • Received: 12.94 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.