Loading Tool

Explorer IconExplorer

Memory Pool

85,306 transactions
30.69 vMB
0.13959705 BTC
Random Selection Loading Transactions
Max Size: 186.47/200 MB

Candidate Block

Mining Attempt c58e6f29f4aecebb55cf207ac0bc129ca02e81a7fa27e74f5bbda7f7e3db858a
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ec89088dd3c5351fd2b9cbfa3d3f4738f8053640231ad48fe8819b3ff0b0967b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,245
Size: 1.00 vMB
Total Fees: 0.07633851 BTC
Feerates: 170.36 > 7.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (62,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
852,750 852,750 00000000000000000001bb6adde261d5dde6b8ec361156bb0c7d5085d4310dc2 6,212 1.00/1.00 vMB 4
852,749 852,749 00000000000000000001665465a254995b6ff3a05b80f15c8d4332732a01ece0 2,388 1.00/1.00 vMB 5
852,748 852,748 0000000000000000000051180e557ce11e6458d8a670b8d36087770da0d2cd6c 3,378 1.00/1.00 vMB 10
852,747 852,747 00000000000000000001f1a7f68c4db6933df4c9f1d27e38fdf3ea00d327da3f 748 1.00/1.00 vMB 4
852,746 852,746 000000000000000000008e3cd5f0aad47932d4c5a8bf19baa644fb45d9d5ac9f 1,060 1.00/1.00 vMB 5
852,745 852,745 00000000000000000000428646eb221f9e4125f513bae2190bf77a9eeed23c89 3,152 1.00/1.00 vMB 9
852,744 852,744 00000000000000000000604496781fa61b23fc2ff6d9052a46ae59037078b938 2,853 1.00/1.00 vMB 7
852,743 852,743 000000000000000000033b78ff28cd31c1912359f238bb5041c9595f516bfede 3,202 1.00/1.00 vMB 7
852,742 852,742 000000000000000000004bf6339c59b5c789c8bfd00efc1a4d77d948f1ea328a 3,345 1.00/1.00 vMB 13
852,741 852,741 00000000000000000002eefe7e7db44d5619c3dace4c65f3fdcd2913d4945c13 2,596 1.00/1.00 vMB 5
852,740 852,740 00000000000000000000b08e2b9eb1fb4e315d5ba3081c124a004cc76a39b3b7 1,945 1.00/1.00 vMB 7
852,739 852,739 00000000000000000002fbaaaaf7439ef0f73eb2d3c496ad6dac766a8b0dca11 3,467 1.00/1.00 vMB 11
852,738 852,738 0000000000000000000158891001258094f4ca1f1e3dc94921d19d1f696a2e1a 2,828 1.00/1.00 vMB 7
852,737 852,737 0000000000000000000113289e76efe0f409e34427cd4c5a48688ec0375ba7b2 3,782 1.00/1.00 vMB 15
852,736 852,736 00000000000000000000ad9bfced63cff8d617f4dd157d2b55a9e8b1d2a638ad 6,570 1.00/1.00 vMB 4
852,735 852,735 0000000000000000000379e559b87da32184fba6e788d66a20ec96be3c833f17 2,169 1.00/1.00 vMB 6
852,734 852,734 0000000000000000000369673fc30801f508676367771fc0f048f18177619b36 2,562 1.00/1.00 vMB 7
852,733 852,733 00000000000000000001b2cdf260e7de135371c947c0d1c7f7c2583c7c55d8b0 2,842 1.00/1.00 vMB 5
852,732 852,732 000000000000000000036975fa9a8c238aa8ca19d08d5d60f446b94a882fe2e2 4,217 1.00/1.00 vMB 10
852,731 852,731 00000000000000000000a72c0ca4e016e92294661c0110572e124ae2d43171f6 1,832 1.00/1.00 vMB 5
852,730 852,730 00000000000000000002213491573f22d68083e5d5a2b72c6b864eb376b29c71 3,013 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 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.