Loading Tool

Explorer IconExplorer

Memory Pool

73,251 transactions
27.00 vMB
0.06074918 BTC
Random Selection Loading Transactions
Max Size: 164.95/200 MB

Candidate Block

Mining Attempt 66d10f4d7a37cd5c223120e3c0bdaa2aba54f505cd651d826bd5c07ffdc2e7a6
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 6979e31af83ab01fae8ed5f021e5975bca80ba6ceb71e6d0d090d8d21aa6c0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00355990 BTC
Feerates: 60.13 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (491,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,272 424,272 00000000000000000258620be9ec03069acb7a13192b2d07bb58afb7f38003b6 1,625 1.00/1.00 vMB 38
424,271 424,271 000000000000000001f7fe68f0cb85c15dd46f96756c22464dc7899dfe2e8536 2,250 1.00/1.00 vMB 58
424,270 424,270 00000000000000000355794382c16d9172eb857c672a7050d7692ad7c752cd66 2,687 1.00/1.00 vMB 96
424,269 424,269 0000000000000000048032343fd840531d8800ef0a6a0f7e6d6f733bda4e98b5 2,712 1.00/1.00 vMB 136
424,268 424,268 000000000000000002afae595ac77263bb360c5039b92e8f95290f03ee5849ec 660 0.31/1.00 vMB 80
424,267 424,267 000000000000000000790f000ba8f19a18aa07d1dd3e2c1bb0112809203a29bd 1,664 1.00/1.00 vMB 50
424,266 424,266 0000000000000000049b34553ac507b89582a28e78772cbb9048eddf3ec70394 2,019 1.00/1.00 vMB 75
424,265 424,265 0000000000000000010df01d1101f494adefe83b384ff3794f7145213121b7a3 1,275 1.00/1.00 vMB 30
424,264 424,264 0000000000000000046627e562de4625a4c4c77d1873725423d76b8fad91fc7d 1 0.00/1.00 vMB 0
424,263 424,263 0000000000000000007f9615f5faf13147338f3fd7d0d7acd6cdeab153601a40 1,683 1.00/1.00 vMB 34
424,262 424,262 0000000000000000043aa2d49584bb089affda3c40bc16e48b807f4dcd6e046a 1,911 1.00/1.00 vMB 70
424,261 424,261 000000000000000003c56339491f83a4e1fd7982c085fb40dd659287113a6841 2,257 1.00/1.00 vMB 60
424,260 424,260 0000000000000000007707a0c0ec589f68f931d9cc1913c8673408ee97a43a66 2,056 1.00/1.00 vMB 78
424,259 424,259 000000000000000002a6eafb8e2aba551cc0f648487293177a2b8fce45081043 2,552 1.00/1.00 vMB 134
424,258 424,258 000000000000000000b1db8c684b37270eca1c55c9a77870766a565305cfc6e3 2,316 1.00/1.00 vMB 77
424,257 424,257 0000000000000000053c2f05b41717140dec6143defe79ef9ea9bb662313ec6d 1 0.00/1.00 vMB 0
424,256 424,256 0000000000000000050c42e32f6b3fa66e8000f6b59e29cdcb1bd9da85d0e39b 1,678 1.00/1.00 vMB 36
424,255 424,255 00000000000000000114c09f7cf4b41f64e52f9ba4218382a6313ca6accd9633 603 0.31/1.00 vMB 64
424,254 424,254 000000000000000002a0ce8dbf048c53ec493639fb27fc06c3d00530fcc13276 2,182 1.00/1.00 vMB 79
424,253 424,253 0000000000000000005a2787769b1f1dee9a495e5d247856c0e016b2c327fa6f 1,652 1.00/1.00 vMB 44
424,252 424,252 000000000000000001ef7f849ec052e5df365856dfd7d04b6ab6b4422c5e6e03 1,489 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.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.