Loading Tool

Explorer IconExplorer

Memory Pool

83,862 transactions
31.55 vMB
0.08721398 BTC
Random Selection Loading Transactions
Max Size: 190.09/200 MB

Candidate Block

Mining Attempt e7855ef6d5682fa41dc4c6d51b74599ac8445a4c64823dd180283b1d5c5e8f14
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 97c54e9468a8d866a37b3d7ed0b602a289e6d39cc511f4e8f45842746148c9ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,287
Size: 1.00 vMB
Total Fees: 0.02094284 BTC
Feerates: 181.54 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (319,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,114 595,114 0000000000000000000fe713ce3c42e8df5f5c1e6aefec704da987a767982f18 2,985 1.00/1.00 vMB 37
595,113 595,113 000000000000000000117afb750d315a48a962e945a10425c295df6c1b3b0458 2,807 1.00/1.00 vMB 65
595,112 595,112 0000000000000000001640427f08db7b246702b42c173fcc905d721930c3d72e 1,929 0.83/1.00 vMB 2
595,111 595,111 00000000000000000011a605dcfe5456c01538a80497554207a9dbb78432206a 2,823 1.00/1.00 vMB 25
595,110 595,110 00000000000000000008443baa38e36d86b7213a40455711e3f366d34135daf5 2,499 1.00/1.00 vMB 19
595,109 595,109 00000000000000000003bb87fd4e7424ac0de87e67268f6a599f1cde77dd8ce9 2,875 1.00/1.00 vMB 27
595,108 595,108 000000000000000000006d381d7a949eb55003bcc4bd6f42c2f88a9e9f8befa8 371 0.11/1.00 vMB 27
595,107 595,107 00000000000000000011d24b3b49a793bd2d59e822772c1129a22ee21d87225e 1,969 0.69/1.00 vMB 19
595,106 595,106 0000000000000000001406f9ac7d157003d31c173e259bb1eb4a0665cbb11c8e 2,776 0.97/1.00 vMB 11
595,105 595,105 000000000000000000137e2308514670c2bb0604e4be05982541de496b5993da 2,584 1.00/1.00 vMB 28
595,104 595,104 000000000000000000154de89102ccbc8ce54d33d46a4539ab43bad53760350d 2,026 0.77/1.00 vMB 12
595,103 595,103 00000000000000000008864b2adf9782ac3a1a23b3bd525ff4867d98d2ba59f0 2,728 1.00/1.00 vMB 19
595,102 595,102 000000000000000000055869f4ab534703c7250e5a3537c0188e4b01e8fb4e25 2,891 1.00/1.00 vMB 27
595,101 595,101 000000000000000000029165d3bdd29bbe468070c455e920d01313d0057decd6 2,692 1.00/1.00 vMB 20
595,100 595,100 000000000000000000145b4ee47946643952343a4684f35f1ab87fd0a887deef 426 0.20/1.00 vMB 21
595,099 595,099 0000000000000000000ab783b6d0b624a1ccd23adfc4d5174b45c2e4dfa92045 2,135 0.77/1.00 vMB 20
595,098 595,098 0000000000000000000a8eb47a4354f904f2131284348fbb337499f9f1c690f1 1,254 0.45/1.00 vMB 15
595,097 595,097 0000000000000000000320a00136a7b7e5949bc8f59f4e2caecf744e628f658d 706 0.28/1.00 vMB 18
595,096 595,096 0000000000000000000f68ee1b416fc8069444c53d2b62bf6630f94dacb38423 854 0.31/1.00 vMB 26
595,095 595,095 0000000000000000000f98354b0a779e0376009a41a52d49d0ba26f0c48b3a8a 1,629 0.56/1.00 vMB 4
595,094 595,094 0000000000000000001729c10c7b3ade49cfb55ad63aa8ec68cf5769d3a492ac 1,800 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.52 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: 668.86 GB
    • Received: 15.60 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.