Loading Tool

Explorer IconExplorer

Memory Pool

24,795 transactions
26.89 vMB
0.05536663 BTC
Random Selection Loading Transactions
Max Size: 128.08/200 MB

Candidate Block

Mining Attempt 474a464d5d16149bfec657efb29ce70d64af7a0293617b7ca4f96c22ad8dd9f8
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 37935940d08ef35f04f87413a7900807c19c6dae415025016b9aafe6fa826c12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 839
Size: 1.00 vMB
Total Fees: 0.00491781 BTC
Feerates: 150.93 > 0.49 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (680,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,098 234,098 00000000000000b9441d58d9bdc56975dadf9f69614ebb4e3d61035691d7a594 798 0.45/1.00 vMB 155
234,097 234,097 000000000000012b5c633850460924a06e12668c80d2ef58a21f5785cf1dfb1b 1,096 0.47/1.00 vMB 205
234,096 234,096 00000000000001a8b60e5458b8bb8aae28d8ca536c27792dab30a9f7cab16357 579 0.25/1.00 vMB 233
234,095 234,095 00000000000000b2ae4111d46f836bb6e876c115214b4274f69ae0aa8a276fe2 801 0.25/1.00 vMB 225
234,094 234,094 00000000000000cc9c36b06dab0daa809d03974cbbefc7f434a2eade7600250f 135 0.15/1.00 vMB 56
234,093 234,093 000000000000005cf1091a3eb10b0c55ca852c9adfc43fb780d15b4fc47dfd80 204 0.10/1.00 vMB 154
234,092 234,092 00000000000000697b28bfccbf9f476dfeb1af994a3cf3a32bd617037b63bc73 71 0.03/1.00 vMB 38
234,091 234,091 000000000000017e5c97659e7c032b9797a32ceb1e45e0a0a844162b06ca6464 511 0.22/1.00 vMB 176
234,090 234,090 000000000000002946ac07de865964c1182080f50004acd8c74ad9834448d7c8 152 0.06/1.00 vMB 183
234,089 234,089 000000000000014c0bfe4481b0748c30bdce5a89cab4e183c34405807a898ca6 181 0.15/1.00 vMB 67
234,088 234,088 00000000000001184cae3606396f1bf7a2ee2e56ed4520351de44e3261b5f2d7 655 0.29/1.00 vMB 172
234,087 234,087 000000000000016dfdb6df7eaad5c49c3b903c87318f4889df18a5d117095e61 1 0.00/1.00 vMB 0
234,086 234,086 0000000000000061a79db73a9916030c6bedd2d9c39d92b8d44d8dfdb46f3f7c 170 0.10/1.00 vMB 124
234,085 234,085 00000000000000e0f32e1bdd8009306e727e2e9f59e6ee82c100ee370e25c5cb 587 0.25/1.00 vMB 173
234,084 234,084 0000000000000049efeb78b18334c69e04e2e78c1abc74261c0ef0b5c3f9c222 602 0.25/1.00 vMB 233
234,083 234,083 000000000000008a8c9c8a7594d77147f28bf8e6fa5857833116d06fc2f5a5fd 702 0.28/1.00 vMB 164
234,082 234,082 00000000000001123e4aed59381adec7c0c10192f9a696c2d3689a97a01a7892 312 0.09/1.00 vMB 1
234,081 234,081 00000000000000eb4aa6f7591f6a44dd211ccc93a3168516368395cb5e396d9d 249 0.15/1.00 vMB 56
234,080 234,080 000000000000012b35d7d3e488808d13a0f3506b190f47651b261d9f86483621 361 0.31/1.00 vMB 84
234,079 234,079 000000000000008f73af61ce77191e2ec5e368f736778ab8d9d9a79ee8fdee50 638 0.25/1.00 vMB 133
234,078 234,078 00000000000000bf4b1e3745c2615852c779063ca337acf91996fa632ed61f5d 1,270 0.47/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 781.46 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: 611.03 GB
    • Received: 10.78 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.