Loading Tool

Explorer IconExplorer

Memory Pool

78,022 transactions
29.08 vMB
0.07077951 BTC
Random Selection Loading Transactions
Max Size: 174.09/200 MB

Candidate Block

Mining Attempt bfd0cd80cec7585cc65a729386df4e0930913aacb0f861399eaedadea5fbe740
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root e7d591ad063c2634b172f81aa9f26470aaba0afdb356dc072d226c9a9b21a5ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,258
Size: 1.00 vMB
Total Fees: 0.01180331 BTC
Feerates: 73.20 > 1.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (281,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,988 633,988 0000000000000000000cd96258a5d2a6c9e6718705b748db6c09f1ffe1e33574 911 0.31/1.00 vMB 17
633,987 633,987 000000000000000000104cf156bbc4ef0e524815538a746a4edc26d68eeeadf1 1,325 0.49/1.00 vMB 28
633,986 633,986 00000000000000000010f5c98e22cf94b0dc934d233504b0f938d1e8e1d426d3 876 0.34/1.00 vMB 21
633,985 633,985 000000000000000000006a19314fd1132b13b92e78d8f13f6007d9a10b90734a 1,703 0.69/1.00 vMB 20
633,984 633,984 0000000000000000001170cf3e6c8ff7a72023bc32d14fbf2db25ae05b1a61cc 2,370 0.99/1.00 vMB 24
633,983 633,983 0000000000000000000dc4c7d71d36638d74459b184b368fbd48c4859615f0f5 439 0.17/1.00 vMB 28
633,982 633,982 000000000000000000025f611dd3eec1e5393d0fe1bc61e06d8a0848abc6bb90 2,084 0.99/1.00 vMB 21
633,981 633,981 00000000000000000007a05d3f92425a5fc61072d2272e1dc0e3f9cc27fb091a 2,175 0.93/1.00 vMB 7
633,980 633,980 0000000000000000000300f4d95f39bdeecb44a096df6e72edd1097cc3ddb9ec 2,728 1.00/1.00 vMB 39
633,979 633,979 0000000000000000000081f22162e5603c4349b66f12a6b4f4274dff14bdc3bc 116 0.04/1.00 vMB 21
633,978 633,978 0000000000000000000fcba3faa3289666b29b36c7954f9727060c67decb5e17 946 0.41/1.00 vMB 19
633,977 633,977 0000000000000000000e436a330e0be7d89ca1dfc8d291744684c50e085de1cd 2,003 0.83/1.00 vMB 6
633,976 633,976 0000000000000000000eb1512689f64fca88d43fee814343cdd42c51aa60e1dc 2,699 1.00/1.00 vMB 33
633,975 633,975 00000000000000000004b64a503301d3cf8c7613814c35aeaa25f45b195e5e1b 103 0.12/1.00 vMB 16
633,974 633,974 000000000000000000131ba425a74269f7a982a86fbeb2516ebac9eacd585017 92 0.09/1.00 vMB 23
633,973 633,973 00000000000000000011eff88a10db563de1723ad38e11e46d404fe4b1363e8f 338 0.17/1.00 vMB 27
633,972 633,972 00000000000000000005b0408ab4f702997bb49fa9a4702ad3f5e9867653cfa9 1,442 0.54/1.00 vMB 22
633,971 633,971 00000000000000000010f535a7d53a6050e417dbd4b9ff0cf5a22492e28348dd 1,376 0.47/1.00 vMB 24
633,970 633,970 0000000000000000000a5090ca19152e0e6f48ad94737e05c3a6f7cdff697fb8 1,009 0.30/1.00 vMB 23
633,969 633,969 000000000000000000091e042a6a56a760f5889cdad706a0405a9b6d85aca14a 1,507 0.53/1.00 vMB 25
633,968 633,968 0000000000000000000b2142a1b149eda0c8a0c11a08f5d703a011380f77034d 514 0.25/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.50 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.38 GB
    • Received: 15.49 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.