Loading Tool

Explorer IconExplorer

Memory Pool

38,479 transactions
28.43 vMB
0.06575812 BTC
Random Selection Loading Transactions
Max Size: 143.92/200 MB

Candidate Block

Mining Attempt f613d1fcbee25d3697fd3c4255022e115ef623bfc52c2597e503b8de072b5ebd
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f7af5d41e5deb6387985a36200136c196ee4c9d9d9ceab6c1d63cb3a3d458575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.01102868 BTC
Feerates: 105.82 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (177,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,226 737,226 0000000000000000000668a9d16df4dbd0ac9492e7825c340436ee05108aa4de 2,974 1.00/1.00 vMB 14
737,225 737,225 0000000000000000000349c4e5dde9e50265aebcfdde4bb359de0be0262a41e5 2,674 1.00/1.00 vMB 11
737,224 737,224 00000000000000000000062200dddafcf1d9ab4c15efc2a781056ead319fb515 2,122 1.00/1.00 vMB 8
737,223 737,223 0000000000000000000207c324decc2aa519020b3ae9ed0dc9f65ada7d7acbe3 2,822 1.00/1.00 vMB 11
737,222 737,222 000000000000000000000204d28dddd4929a96a9c558bead8ff140fd94850322 2,281 1.00/1.00 vMB 17
737,221 737,221 000000000000000000004722cce1cb3873930d23c2002e43e6e46cc2c113f4b3 2,172 1.00/1.00 vMB 19
737,220 737,220 00000000000000000004b5e7ca66e6e98dbab488a98152b350f7051157391282 3,011 1.00/1.00 vMB 15
737,219 737,219 000000000000000000059efccc6aeebd29a4bb38154dbd17793e75e9e9bf9b72 3,060 1.00/1.00 vMB 11
737,218 737,218 0000000000000000000599e0beaa28a6570ab6fac34453ab185c56651e48624f 2,489 1.00/1.00 vMB 17
737,217 737,217 00000000000000000007281c85c32dcb0ba092993f3150a79036534063877898 3,404 1.00/1.00 vMB 24
737,216 737,216 000000000000000000080e157bc9311edafc71cb2401832d544e22ebcc225414 3,584 1.00/1.00 vMB 21
737,215 737,215 00000000000000000002f7b566e2049f2b64708e1a49c56df6cffcab91d7664b 1,874 1.00/1.00 vMB 15
737,214 737,214 00000000000000000008c4699fe093bb07523d6b87aa7ddfab870ddbcad2bc8f 2,068 1.00/1.00 vMB 23
737,213 737,213 000000000000000000060af5326ba697ec8b6bde1176f6295f451a710b22982d 2,704 1.00/1.00 vMB 16
737,212 737,212 00000000000000000008cae82e0e0d58e98dbdd7d9826fcc380443d03c5a4626 3,270 1.00/1.00 vMB 20
737,211 737,211 0000000000000000000127d7ad7330d87fc9e9d68d901e5700254eb01f9fcb12 2,134 1.00/1.00 vMB 28
737,210 737,210 000000000000000000034d6fe744d421f1f5a1153a709efd25d04fa755ff6b43 2,578 1.00/1.00 vMB 6
737,209 737,209 000000000000000000021214dcf3a59fd62d64e2021c7c1b40fbc69487206cd1 2,687 1.00/1.00 vMB 8
737,208 737,208 00000000000000000004ece0f2d760861abbd1a1355e5b15afdba77d56842915 3,494 1.00/1.00 vMB 19
737,207 737,207 00000000000000000000a14bb005a6649e0246cb9c41c91f963a13d9a3421ed8 2,380 1.00/1.00 vMB 26
737,206 737,206 000000000000000000012ee5ae9d6eb1a0f049779721a6924ae858c246b909e8 3,217 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.