Loading Tool

Explorer IconExplorer

Memory Pool

78,717 transactions
30.03 vMB
0.08966720 BTC
Random Selection Loading Transactions
Max Size: 179.39/200 MB

Candidate Block

Mining Attempt 84fc344794a6edb656024f0317e495f294a65586dc83beb9f63b83877f8df116
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (631,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,318 283,318 0000000000000000e845de9fa810619d781f656bea0b50408cb1a24d27f4e72a 617 0.29/1.00 vMB 45
283,317 283,317 00000000000000017be9591a032b8d02d9a87a6ed2b9881a1eef7b061a41cfbf 634 0.25/1.00 vMB 39
283,316 283,316 00000000000000017fca0d72f1312b32c6d4b3b694811f57c1598e5cc74ca47d 1,033 0.64/1.00 vMB 29
283,315 283,315 0000000000000000e1f2c5bad7661a4b8c43ea2a138c03496a946f0dc38c2400 1,060 0.35/1.00 vMB 70
283,314 283,314 00000000000000012e9bbf2626854a2de2245d7d01e98d3a1592cfa1cccc53b7 835 0.56/1.00 vMB 37
283,313 283,313 0000000000000000e7dac06b610053a1d791cad2fb46f22dde6b51b7b6d745ac 79 0.05/1.00 vMB 26
283,312 283,312 000000000000000130c3acd3d665df0cb1f90c5e9bccbeb9891da1a2ffa0de65 425 0.29/1.00 vMB 35
283,311 283,311 000000000000000110842477f522720e53bb0a8b2ea1c873bbc1156c3b07fae2 524 0.35/1.00 vMB 30
283,310 283,310 0000000000000000d2b96c3bb4e95b93221abc343025a4085e563458bd1fab4f 530 0.49/1.00 vMB 22
283,309 283,309 0000000000000001e242dbda0635ea0a4d05337ba03dabd274b6f17f05ce6095 715 0.35/1.00 vMB 36
283,308 283,308 0000000000000001f4193a8b6300963073f06b860b8b157731a17cea42babe52 1,101 0.35/1.00 vMB 58
283,307 283,307 000000000000000178ab7f1cf30fb439c6647e833823806452009d6739a232cb 161 0.05/1.00 vMB 220
283,306 283,306 0000000000000001db85cdb5d98eb57774124643d58bba331ad0a915ad77a75f 450 0.23/1.00 vMB 52
283,305 283,305 00000000000000013020b03e1db3f1fd96c5988ae11cc21978eab7a1bb0038b1 36 0.01/1.00 vMB 53
283,304 283,304 00000000000000015bd3e97d5de7af1a391de8fd8786c21c8d663f4429b39039 26 0.01/1.00 vMB 32
283,303 283,303 00000000000000007b246335ea8d610cc00ca06b4e4f6be2c5a100b0b011d5d5 273 0.11/1.00 vMB 44
283,302 283,302 0000000000000001ca53305f22a01ffe6ef482d153688996c803e738841350d2 62 0.03/1.00 vMB 36
283,301 283,301 0000000000000001c39cd832b500feb3e7c14049fb3d24e98eb370f85016a131 233 0.13/1.00 vMB 39
283,300 283,300 00000000000000010a202e93c0da60fc605c2fed845f304e980e090cbb4359da 9 0.01/1.00 vMB 28
283,299 283,299 00000000000000017cd147d256efd52163827d7c36a8310ff2b786b6d994cf75 151 0.07/1.00 vMB 21
283,298 283,298 0000000000000001db85a843d5f28fd3973149def08a8f3f0a4c42dfdb574f2a 253 0.12/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.34 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.