Loading Tool

Explorer IconExplorer

Memory Pool

80,861 transactions
25.73 vMB
0.07009548 BTC
Random Selection Loading Transactions
Max Size: 162.08/200 MB

Candidate Block

Mining Attempt 80f4ff636e097e51a4f6c30f9a695b40fb05c695edf9eb4dc49be85855b335a3
Version 20000000
Previous Block 000000000000000000003235ea333b96e74fdf15460e243bb593779f54e9a137
Merkle Root dcab136786e041e3341eb1ce257c1cfa8e93fdda4e89a2fb71f28587ffdc7c15
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,033
Size: 1.00 vMB
Total Fees: 0.01342466 BTC
Feerates: 73.20 > 1.35 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,958 (904,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,967 10,967 000000004a0f6bd7f6894b8a423599b9bc6968380b2afdc5d8b75e560142be41 1 0.00/1.00 vMB 0
10,966 10,966 0000000033b353dbabc7b843a1831d9950c15e38a64a6d138adc9831fc11906c 1 0.00/1.00 vMB 0
10,965 10,965 000000007111d1ed8a64f923ec66696966ec00d22d8da095586b2de2157fcc00 1 0.00/1.00 vMB 0
10,964 10,964 00000000906467b0b14fa74a965252cf70cbcbcc0055c006a9c9bceca3ae37d2 1 0.00/1.00 vMB 0
10,963 10,963 000000005f05650d23da03e1afe3f9d1e6e298eb209286be4b06c5b3ca92fb49 1 0.00/1.00 vMB 0
10,962 10,962 00000000349be105e9d88161dcd0511ce7274a4168478da3c524a64ebb4fc865 1 0.00/1.00 vMB 0
10,961 10,961 000000003dfb4ee5f4c76d0d201dc513faad7ed230eba255a584775ff074061f 1 0.00/1.00 vMB 0
10,960 10,960 00000000c39075f212a8053d4805d588bce4c08a6b38ea3e3f0bb36c678514f8 1 0.00/1.00 vMB 0
10,959 10,959 000000003e1e72f95b1bf6ddb0f1cb5f143d0c21d9f0960d8314a876cef9ab28 1 0.00/1.00 vMB 0
10,958 10,958 00000000bb1ac35c1f5d8be68dd05afeed8786249e9a03713ce7f81494a3011f 1 0.00/1.00 vMB 0
10,957 10,957 00000000d77c22fef066db57bc28bb28d0495d5a994a7ca22b1ef4fc1f9e81a5 1 0.00/1.00 vMB 0
10,956 10,956 00000000dc81677658fc0131d5c847ba01dd0950bec48d620301ba426b9bef6b 1 0.00/1.00 vMB 0
10,955 10,955 00000000a3e0715798b8d28aa1803fe3dd701002310a678d4bd9568bb811023b 1 0.00/1.00 vMB 0
10,954 10,954 0000000039e129f296d1c317dad8c0a5cf364169faf1a776244962533eae7ac8 1 0.00/1.00 vMB 0
10,953 10,953 00000000f0262c12d9d4e71e74110b2adb93a0c4698166d3a0f1c33073366043 1 0.00/1.00 vMB 0
10,952 10,952 00000000cd8cae231f91e4765c7c580ebe3058b93129ccd2286cdff2c9afeaf1 1 0.00/1.00 vMB 0
10,951 10,951 000000006dad96a7f494a8d614dda2ddb860d2186c4dcc86da3e23f39702fb7c 1 0.00/1.00 vMB 0
10,950 10,950 0000000024a54917b4f535a4f6c105e088507819e644095c150671cfa388da67 1 0.00/1.00 vMB 0
10,949 10,949 000000004895e6322dbf39866051812dc938cb78dd44405fb902851fb5464d66 1 0.00/1.00 vMB 0
10,948 10,948 0000000037e4031e4952b1b7bbc99b520fd59580afa3442ee9b77fa6d5acd1a8 1 0.00/1.00 vMB 0
10,947 10,947 00000000a7b5bb94f3ae6a00d965aebe36e931e412230990d316151ee28cf066 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.05 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: 801.96 GB
    • Received: 22.89 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.