Loading Tool

Explorer IconExplorer

Memory Pool

43,537 transactions
26.99 vMB
0.05611665 BTC
Random Selection Loading Transactions
Max Size: 142.39/200 MB

Candidate Block

Mining Attempt a27ab989629eb1cff592d501b0ef9baabf077a4bf94d045f73e4cb140dad6f77
Version 20000000
Previous Block 00000000000000000000ef2b06aa7f82dbaa71ad73b04104ed64fb3c5c1b09e3
Merkle Root d88bb3b3349b2bb968a991c3a3e769e41a299f5d581e808f8bb0bfeb9943ec6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,880
Size: 1.00 vMB
Total Fees: 0.00596260 BTC
Feerates: 40.21 > 0.60 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,908 (117,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,310 797,310 0000000000000000000572590b560036aa6efb9df45d184acdcea2fe0ae93c40 2,723 1.00/1.00 vMB 14
797,309 797,309 000000000000000000007a2b715e52e20383abbeb7baef0a5635cf903c4db369 1,797 1.00/1.00 vMB 14
797,308 797,308 00000000000000000002a78889f58d39e3d487b5e6db8b86b1a08a2409921f0c 3,382 1.00/1.00 vMB 19
797,307 797,307 0000000000000000000184daf8c92342993e36e2ab19875d31b906914f5b125e 1,672 1.00/1.00 vMB 18
797,306 797,306 00000000000000000000e4af4ca734a59e15365a869522fb5fe403eb76c17529 3,857 1.00/1.00 vMB 20
797,305 797,305 000000000000000000057447af81064e654debcfdd13a13e2118fa24f0c945a2 3,378 1.00/1.00 vMB 29
797,304 797,304 000000000000000000033e960d0fe5d08901986baf3b39c24538b7d5ec9eb521 3,025 1.00/1.00 vMB 20
797,303 797,303 0000000000000000000163bf8ecce87ff9604066f3e8fcb874be99939f6daefe 2,920 1.00/1.00 vMB 16
797,302 797,302 00000000000000000001d02ab863d75667859040e9b45c7aada81f2fe1bda7f9 4,056 1.00/1.00 vMB 8
797,301 797,301 00000000000000000002defa3b798e894c7116f95654efceb7782f4d62cf3912 2,112 1.00/1.00 vMB 8
797,300 797,300 0000000000000000000334df2ea4e85c7aa17bd5791ff4ee5b3a760ba71e7680 2,405 1.00/1.00 vMB 14
797,299 797,299 0000000000000000000428494aec98dd3e64174872efa0ce91c47a4b427d4761 2,204 1.00/1.00 vMB 12
797,298 797,298 0000000000000000000374e2f729a469619f9cf3b8de59645f07f14b62889639 3,959 1.00/1.00 vMB 21
797,297 797,297 00000000000000000003b5ffb78934693124f72a1da686e8bf69d74ee4f15d44 4,249 1.00/1.00 vMB 24
797,296 797,296 00000000000000000003c4d170083485a2726fcc22b33c0c6eb21929fabaf24e 1,661 1.00/1.00 vMB 10
797,295 797,295 0000000000000000000028fc5f3207f9f887f6fb7a483d3da7d8df3ef6374854 3,206 1.00/1.00 vMB 19
797,294 797,294 00000000000000000004dd47823bf5c582b4f9693fe31c9646edd8f3cc240dec 3,422 1.00/1.00 vMB 24
797,293 797,293 00000000000000000003af083bdb9494584b3e1d5bccbe42ba64e651c2e2eaf7 1,562 1.00/1.00 vMB 7
797,292 797,292 00000000000000000003858d23cee0844f540895cb82b6269a257a40c79ca47e 1,746 1.00/1.00 vMB 17
797,291 797,291 00000000000000000003eb3cb93e025a5430f7b3faf140f919d8a6e5a36abfa6 3,365 1.00/1.00 vMB 11
797,290 797,290 00000000000000000004867fda5c21c9cb73eac553c5d52b86a8323519aebbad 2,316 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.23 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: 654.82 GB
    • Received: 14.21 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.