Loading Tool

Explorer IconExplorer

Memory Pool

99,483 transactions
24.55 vMB
0.06382117 BTC
Random Selection Loading Transactions
Max Size: 171.16/200 MB

Candidate Block

Mining Attempt db43f9facb1a890d68ed05caba578f84e5f0b368cf859454bdd99e888de9f100
Version 20000000
Previous Block 000000000000000000017a035b5be9a6c339c0d4f5584f5eedb4d2581f14fdf0
Merkle Root 65035867f0c5b2cba362ff982066973a7beb891ab68d41fd47be5ebf9adf13db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,240
Size: 1.00 vMB
Total Fees: 0.00808310 BTC
Feerates: 60.79 > 0.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,920 (904,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,945 10,945 000000005237dbc4fdee9c3676aaac78bb766eb4a1102bad0895edc92408029d 1 0.00/1.00 vMB 0
10,944 10,944 000000004400aad7376bac457673abcce6daf68bbcb884848190abb7f770cd51 1 0.00/1.00 vMB 0
10,943 10,943 00000000c5591c89ce012adaaa0eeb484f61e025f731e688c23f04cec81ef4ac 1 0.00/1.00 vMB 0
10,942 10,942 00000000bcd92050f96c31ab5c9fe71d3d443e568f9c5918f5f45450f6fa953b 1 0.00/1.00 vMB 0
10,941 10,941 0000000013b83c80cbcf3e47155b9a9d2ee652ab3d576dba3d3719abb3a246da 1 0.00/1.00 vMB 0
10,940 10,940 000000007016d1df1c1c15c14363cf19e967c317ef039d8dc99e497df49a15e4 1 0.00/1.00 vMB 0
10,939 10,939 00000000549fda96d27c489148a87c06a614160cb1d2cd6613348f5177eb35ab 1 0.00/1.00 vMB 0
10,938 10,938 00000000dff2564e822e3f78fb6026a1e9ffb990c8f6c4e8533f81f6df9cea20 1 0.00/1.00 vMB 0
10,937 10,937 00000000fa421abc09d7ab5506059f668ef236642109153dfe2d02c457081c06 1 0.00/1.00 vMB 0
10,936 10,936 0000000065d0af9dcf638e58993475761427b3c4642c0de5f77a28c58da3050f 1 0.00/1.00 vMB 0
10,935 10,935 000000002448b8f43bf5d0018c15cf9bc1fd6958029e85fed2d37012e6fd5063 1 0.00/1.00 vMB 0
10,934 10,934 00000000798c0da413ec0a86628125f626750abccde630559da90c692982c468 1 0.00/1.00 vMB 0
10,933 10,933 00000000dbc40c34eff40a2c1976c1f3ab9d8409cd3ff527eb2746f9dec2ec5a 1 0.00/1.00 vMB 0
10,932 10,932 00000000651673211fe406b5baf6eed0ad74e592bfb746ade39420a91fe49a92 1 0.00/1.00 vMB 0
10,931 10,931 000000004df261c29d06d876cdb8308c5427284ea8e56012304164a03641f2da 1 0.00/1.00 vMB 0
10,930 10,930 00000000fb534b2439b4910de1b3250fc624d98b8bfe3f916e8f0c3e8f1bfdc7 1 0.00/1.00 vMB 0
10,929 10,929 00000000f9f967725265be035479d640fdee122f3d6a758283b38cd14d4b870c 1 0.00/1.00 vMB 0
10,928 10,928 000000005b60affbd26a530b8f2ac3011ba93a828247132340be31ae5e2562f7 1 0.00/1.00 vMB 0
10,927 10,927 00000000d2fea2a0eae64736f64c0590e074a1d0bebedb172ce301fee83a5bb1 1 0.00/1.00 vMB 0
10,926 10,926 00000000624e58cee032ccefc961d955d27c3fef910ffd632cfb460445ab6995 1 0.00/1.00 vMB 0
10,925 10,925 00000000dc3e335f99fcbbe33390b1265525637b48aa5679967b4ae53a5be8cb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.97 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: 798.63 GB
    • Received: 22.52 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.