Loading Tool

Explorer IconExplorer

Memory Pool

79,493 transactions
29.51 vMB
0.06748204 BTC
Random Selection Loading Transactions
Max Size: 177.87/200 MB

Candidate Block

Mining Attempt 738dd10c5b1ab3001b74784be9dcd87aceb3f6f73f85318f2711fb1e256ae25a
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 8cb04ed2b436b70f6272539d0d4f7086836d6b6826b2e190b5b7d20d95523939
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,478
Size: 1.00 vMB
Total Fees: 0.00761794 BTC
Feerates: 147.04 > 0.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (262,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,156 652,156 00000000000000000002460d33b9d1d779ad7df01da863991445cff00b038cdc 982 1.00/1.00 vMB 22
652,155 652,155 0000000000000000000cc293645fa972c3f8b753e4dfd9ce2c815d7a5a57e621 676 1.00/1.00 vMB 35
652,154 652,154 00000000000000000002035ff7e8a328736f3d8e16482894a4013dd858259f32 691 1.00/1.00 vMB 4
652,153 652,153 000000000000000000011eee3dc8d588be023cef629f8a6af683d56587364e43 1,708 1.00/1.00 vMB 22
652,152 652,152 00000000000000000005af9c4c18df0fe1b7777c471925536adc1141a6bbbdc7 2,898 1.00/1.00 vMB 72
652,151 652,151 0000000000000000000a7472c4407245e20cabfd22f5bf46e141b0317e3a1498 1,349 1.00/1.00 vMB 25
652,150 652,150 000000000000000000059f1a2bc7980cd35bd4892c2c6111983679fce88b4210 2,651 1.00/1.00 vMB 56
652,149 652,149 00000000000000000001e312a498b86ebf8dab18f0d30f943b2aa303621f5a88 1,692 1.00/1.00 vMB 8
652,148 652,148 00000000000000000001190e2f64e0f75bd5c9a1f1a4349e1a729abba8aea32e 2,701 1.00/1.00 vMB 55
652,147 652,147 00000000000000000005095c70e44bc4e591beca14ecaf32f1f2b90e503f6660 2,506 1.00/1.00 vMB 21
652,146 652,146 0000000000000000000d7eca865b73a2bcf909b70e7dffab01370ac9d8a26408 2,576 1.00/1.00 vMB 59
652,145 652,145 0000000000000000000475b6d339782f11f413c31786f6c844c4fc7c316fc2b4 2,874 1.00/1.00 vMB 27
652,144 652,144 0000000000000000000cb814405709ec4cf8b38525281e0672214388714601f9 2,657 1.00/1.00 vMB 38
652,143 652,143 0000000000000000000634b14986dbc0d76ce0115afaab2b3893174be844f11f 2,974 1.00/1.00 vMB 103
652,142 652,142 0000000000000000000c21cae62b2dfed80bd4479fa4514ca28f50112d7d153b 1,810 1.00/1.00 vMB 71
652,141 652,141 000000000000000000043773b2f24a259d8c2889cb1fe486d1c13f5897a1b37b 2,696 1.00/1.00 vMB 30
652,140 652,140 0000000000000000000b1a60986e56728ed3a299e62ad834745d9c3d846871b2 2,815 1.00/1.00 vMB 27
652,139 652,139 0000000000000000000d5ddbc8affcebca7edf931abf1c920b8b0be82d3d6a8a 2,976 1.00/1.00 vMB 113
652,138 652,138 000000000000000000094e1eb54caae552a3eea96627a947ed721e87425c59b4 2,422 1.00/1.00 vMB 61
652,137 652,137 00000000000000000007412d6b6c52182a11e49f39b658e838ee6f64ad31c3ce 2,638 1.00/1.00 vMB 46
652,136 652,136 0000000000000000000b2efea79f72f48b3da4e03192b2eabc5da3f766ccee38 2,758 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 782.36 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: 662.79 GB
    • Received: 14.88 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.