Loading Tool

Explorer IconExplorer

Memory Pool

77,686 transactions
29.27 vMB
0.10479521 BTC
Random Selection Loading Transactions
Max Size: 175.23/200 MB

Candidate Block

Mining Attempt 25264b420ba0fbba75d8d87d2d89437dcc7039a768efedf13c0fea9193efac8b
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 2606da9a544eac283a346844ba553498b5e8c786bc9164ba896812e339ad4323
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,258
Size: 1.00 vMB
Total Fees: 0.03020086 BTC
Feerates: 150.77 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (540,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,338 374,338 000000000000000011fbcfbbbff84fc9d3a0b31ca7a8399c98de5169cfb26c4b 162 0.08/1.00 vMB 43
374,337 374,337 000000000000000004474c221a10dcdd344d574a4f1d00494b795f66da6138d2 866 0.75/1.00 vMB 21
374,336 374,336 0000000000000000126441a15fefdf108f748d1f06937adacca93c5ab9be1943 1,694 1.00/1.00 vMB 30
374,335 374,335 0000000000000000074db8462a56503f450eea8f89982b05bfeeff09efdc5092 1,452 0.93/1.00 vMB 29
374,334 374,334 00000000000000001069c01cb91df3090efe4e527a142b4fd05cf7166a00609d 3,425 1.00/1.00 vMB 7
374,333 374,333 0000000000000000000f986b71e7a6607bba99c07eeceecd14990bb3f448ef07 317 0.16/1.00 vMB 34
374,332 374,332 000000000000000007d7ae9567be41365ae724d7a6d34a44cfef17ef4090af3e 937 1.00/1.00 vMB 13
374,331 374,331 0000000000000000059f9319ad8771005beb733d5cf7dc6f31cc79b6e155b1d5 58 0.03/1.00 vMB 33
374,330 374,330 000000000000000004386371f8202a36b35a185602f1cd77ccb7f4665ea9ea3d 472 0.17/1.00 vMB 48
374,329 374,329 00000000000000000e9ee9c29bd71549d3cc69655500e3ba32c0e6ed87a5c7f7 1,252 0.75/1.00 vMB 37
374,328 374,328 0000000000000000084957251bc8fe35211d710b740c548fde19aa227c673a59 728 0.93/1.00 vMB 18
374,327 374,327 000000000000000009b4ad803bb3c7236ce86a360059d5a5077710e15c57d839 912 0.48/1.00 vMB 43
374,326 374,326 000000000000000007ca127fdae3b238070fe656c04bc77d1a3914e449e8275e 209 0.09/1.00 vMB 46
374,325 374,325 000000000000000008c7b12113c0e062198fec41968148ed00127fb435a7e625 1,365 0.75/1.00 vMB 39
374,324 374,324 000000000000000010603a885159a57732fd7b340dc22df2df71e253ac406479 144 0.07/1.00 vMB 35
374,323 374,323 000000000000000001937d06586fd0c747321f0d97ae1282ec8c56204493e3f9 119 0.05/1.00 vMB 57
374,322 374,322 00000000000000000fa23840daf3454d7355d568d96b2c290165465b947bc9c9 861 0.93/1.00 vMB 16
374,321 374,321 00000000000000000e389756d865425ea28ff614dec990c8f8048a9bb4bcabf6 743 0.35/1.00 vMB 42
374,320 374,320 00000000000000000ef9bac96e000e587377881e53212e67d2cf139df9b5f722 236 0.11/1.00 vMB 48
374,319 374,319 0000000000000000035eb9478346187135df1baae63b33604756340cb079df62 727 1.00/1.00 vMB 8
374,318 374,318 0000000000000000131141d5970a2c08d2940c90183fe59b56294fcda68bc0b9 684 0.93/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.86 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: 712.83 GB
    • Received: 17.23 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.