Loading Tool

Explorer IconExplorer

Memory Pool

84,735 transactions
22.76 vMB
0.06579024 BTC
Random Selection Loading Transactions
Max Size: 152.93/200 MB

Candidate Block

Mining Attempt 7677506037cf28607faddb99031398dc8661f217961307ea055e74e382d3c4df
Version 20000000
Previous Block 00000000000000000001f8680275ebb29117c31abf5b46a3e9c8149af3d9c244
Merkle Root 5151e0e92e8f1cca821e4d76d1afc03fb6514dfc42a14912948379ee054db6c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,327
Size: 1.00 vMB
Total Fees: 0.01308949 BTC
Feerates: 144.58 > 1.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,163 (830,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,704 85,704 000000000013c2dfbb0310733e11f477a3e8b78db80444b47d6b4c3aee386555 1 0.00/1.00 vMB 0
85,703 85,703 00000000001e4f3583857061e04e4844549e3a9c4b341aae01e7b5982c27fe86 4 0.00/1.00 vMB 0
85,702 85,702 00000000001c70739c784002f8968d85f9dde6906f16ad99bc8a0df525cf5473 2 0.00/1.00 vMB 0
85,701 85,701 00000000001f1aa47700f957caf408357e2fbd1ab5a860dc82e1c28cfb80b3a6 4 0.00/1.00 vMB 0
85,700 85,700 00000000002821bdcdb4f0f2accdec1cff83d0cac0833503b11f7844334e4ff2 3 0.00/1.00 vMB 0
85,699 85,699 000000000016d029f9b7b7a470bfce3fdf76508aa41defa0d8ff82d9e2654d58 1 0.00/1.00 vMB 0
85,698 85,698 00000000002d52e0ac968cf20e93f9e1effe417509e477a89012412a88060968 1 0.00/1.00 vMB 0
85,697 85,697 0000000000171a551d95c63a9fae556f407a3a7bdabf627b744979da248c6f15 1 0.00/1.00 vMB 0
85,696 85,696 0000000000024e3d378ddf9ec84d61af9d296cc13ed21b51a69d6338f766f720 2 0.00/1.00 vMB 0
85,695 85,695 0000000000191fe6e9a7ce1b3c26c7143ad779ccad59880211e0f4421c90e6da 1 0.00/1.00 vMB 0
85,694 85,694 000000000023a4dcabbee64396561fa5143f5bb3952d2cd3639a6a4741099efc 1 0.00/1.00 vMB 0
85,693 85,693 0000000000093c1eba062bb8f375f3c9f76ec8f3d15c5b82d2af153dc54860b4 1 0.00/1.00 vMB 0
85,692 85,692 000000000008f30e031182af7fc0fc54f525ecaf0610ede7dcb1133d7fe8aee5 3 0.00/1.00 vMB 0
85,691 85,691 000000000018b52a546c95a8dfbea49f90b339598aedc2c371ac0482034f246f 2 0.00/1.00 vMB 0
85,690 85,690 00000000002565b43f43aa927df420ef77e8a6b0b76ff2bdc37cc20186b11642 1 0.00/1.00 vMB 0
85,689 85,689 000000000027676ed2d34a6e0f1b11c6f53b890934cf887d6ce3b90c54028904 1 0.00/1.00 vMB 0
85,688 85,688 00000000001c82356e82caf5716ed7754bc76231eee0521fca8d7c9337f59156 4 0.00/1.00 vMB 0
85,687 85,687 0000000000109081f0ab9e37790777c030fec122f7b79d7147f20de4be2c8dc2 1 0.00/1.00 vMB 0
85,686 85,686 000000000017a7554ee2b125447b18e94e9b433eb08660190cb9c24de4c598cb 2 0.00/1.00 vMB 0
85,685 85,685 000000000013c4dde39bbef4f1ad180fa7bd8a5fdfe48b02b31454000222ed13 2 0.00/1.00 vMB 0
85,684 85,684 00000000000e69eca6c996547af6bbb62ba3d14c72055dbd92c3be8bdcedaf3d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.39 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: 819.65 GB
    • Received: 24.63 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.