Loading Tool

Explorer IconExplorer

Memory Pool

78,793 transactions
29.46 vMB
0.08337356 BTC
Random Selection Loading Transactions
Max Size: 180.39/200 MB

Candidate Block

Mining Attempt fafab821f3875315e91123d890750fde3d3dfcec98f5101a3cdf93a73ac53cef
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 5be8d3c587ba4e08a731d3f34d32a99eee6805794c16151af62d266dd8123853
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.01867930 BTC
Feerates: 301.25 > 1.87 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (316,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,663 598,663 00000000000000000014d5c579e7fa850904ae9aaf205fcb7510d953e3e40a35 1,953 0.76/1.00 vMB 14
598,662 598,662 00000000000000000007d48a4cbeb9cac9afc154adb6fbc8577cd976504eaee2 1,179 0.31/1.00 vMB 28
598,661 598,661 0000000000000000001071723eb373a1060812fad0faf5c2cee783b3b6680452 3,183 0.94/1.00 vMB 23
598,660 598,660 00000000000000000010d04a8139bfc8ceb2d1edc801b92d0c2e5122b0e3464b 3,108 1.00/1.00 vMB 13
598,659 598,659 00000000000000000012e1e43bdba88653f7d6490f878c2db5a6bb7e5c5a986d 2,255 1.00/1.00 vMB 5
598,658 598,658 0000000000000000000efe88fac9ba0e095144969613c0948113a2cada041763 1,647 1.00/1.00 vMB 9
598,657 598,657 000000000000000000021fdb9021dfd8c81baa2fbb6033734e658c06d71fb095 3,292 1.00/1.00 vMB 26
598,656 598,656 000000000000000000003d1848c4905a270e6c788ee300c25139bb3beca96d21 1,724 1.00/1.00 vMB 6
598,655 598,655 00000000000000000005684fe18f2fc0f063336ff1f31ffeeb53fc7030e9d3e8 2,839 1.00/1.00 vMB 25
598,654 598,654 0000000000000000000fd994b1ca8c3f0dc642c44fc869d7ae821652a35331a0 2,707 1.00/1.00 vMB 18
598,653 598,653 0000000000000000000aafcd50b2c1d48848d567f2a8e336d7e8caac5557218c 3,041 1.00/1.00 vMB 17
598,652 598,652 0000000000000000000139bdb45da4cda4b505eb74fb0ea15ed7f768e1da57dd 2,664 1.00/1.00 vMB 37
598,651 598,651 00000000000000000001c4818b82ed9476e506d2c1f7a3da744e25f0a081a5ec 2,359 1.00/1.00 vMB 7
598,650 598,650 0000000000000000001431e1e914b1c3e3d5cd0303195a2e6c76a5aeff08fb04 3,272 1.00/1.00 vMB 24
598,649 598,649 000000000000000000098c2374262da36d92f823278b1166c7c099501cc8d38c 1,812 1.00/1.00 vMB 11
598,648 598,648 0000000000000000000ebfade78ef247aa1f25ce4c60a99848f743455629a0c9 2,925 1.00/1.00 vMB 36
598,647 598,647 00000000000000000007b75d0841a2aea1fea2e44a618c6a99e6109420f5f1b3 1,615 1.00/1.00 vMB 7
598,646 598,646 000000000000000000159d08e358cda8066dc24f90b305da0acd54f5d6fbf3b0 2,538 1.00/1.00 vMB 10
598,645 598,645 000000000000000000132ec1ce0bb036d6aaa43a0b80997bc8cb48738ec03041 2,914 1.00/1.00 vMB 38
598,644 598,644 0000000000000000001211f43ef5cf5e98ae4ca633dff9ab968d568e802dae25 2,409 1.00/1.00 vMB 14
598,643 598,643 0000000000000000000f4f477b11033f751cfd558fa8346fcbc2fff2f8274eea 2,731 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.80 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: 710.03 GB
    • Received: 17.01 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.