Loading Tool

Explorer IconExplorer

Memory Pool

45,977 transactions
20.80 vMB
0.12477417 BTC
Random Selection Loading Transactions
Max Size: 117.68/200 MB

Candidate Block

Mining Attempt a5c76684ac2a02f92337f000e1ba80ddf2e8b288d8fff8b833f7261b9a36064a
Version 20000000
Previous Block 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693
Merkle Root 9df8d73e4a9fce99dc5de4b5cd89a0b256178d307d5f126f0e930846bfe08cf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,544
Size: 1.00 vMB
Total Fees: 0.08070090 BTC
Feerates: 502.67 > 8.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,057 (781,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,662 132,662 0000000000000323a3580ebb0b06d8e0c82a463b044c341940314d8f8cbd29d2 57 0.02/1.00 vMB 165
132,661 132,661 000000000000049aed4e944bd4743c505d0ac92f25e9945e9c18dc08d3937b3d 99 0.04/1.00 vMB 211
132,660 132,660 0000000000000b1ce26d368651c7d02db06f45d1728e53d6dc9b19095a6f7ba9 1 0.00/1.00 vMB 0
132,659 132,659 00000000000002e262eb3e353cde2bc15ed8d72ce45930ceb6fdbac379bce6fc 7 0.00/1.00 vMB 1,150
132,658 132,658 000000000000127f4e9184d1a1c3191264d6404cc0303ae066348f26a820c8f3 44 0.02/1.00 vMB 506
132,657 132,657 00000000000006f0951a76c37180edbe1fe77ea6eff9c46433f4ad31c467e786 6 0.00/1.00 vMB 857
132,656 132,656 0000000000000f30bf024040f0e5d196060d5a8363e0b50b644813aec60e6ecd 36 0.01/1.00 vMB 111
132,655 132,655 000000000000090f428367cb8609f07e5652bfdc40dcbe092215899f431be6fe 2 0.00/1.00 vMB 0
132,654 132,654 00000000000004a9138e1e4823403e02bd31183b13ebcec7674089442efaff11 8 0.00/1.00 vMB 284
132,653 132,653 000000000000084f6daf7688aee5d20c72896aedcd843f7ea2874fc8192a7cef 91 0.02/1.00 vMB 95
132,652 132,652 00000000000009d14cb01b9343c1b2ca4b30978235917020ed7e17ea7ec498e6 155 0.05/1.00 vMB 227
132,651 132,651 0000000000000c07a9fd29fd45d5e9e95bda747ba24d372a842d583d214fe17a 140 0.05/1.00 vMB 201
132,650 132,650 00000000000011bd8c8124c1a2836a2646d182b472ce88f56bce3da4a27fe814 10 0.00/1.00 vMB 675
132,649 132,649 0000000000000f26a28d8c72e640bd09230d8f7f7a9cbb9a023b1e181ce054f0 163 0.05/1.00 vMB 221
132,648 132,648 00000000000010f6e1abd890142a866abe99b0f5ecfbef8060bf1be3db8c440c 16 0.01/1.00 vMB 1,355
132,647 132,647 00000000000010c1461c5cf2dc0c22c46ade72c2c3fcd3ea42ab9a33e37d6dee 54 0.02/1.00 vMB 684
132,646 132,646 0000000000000866aa20dddbe72980831a985d8088209dfb4e4894b522ea32bc 16 0.01/1.00 vMB 1,540
132,645 132,645 0000000000000033b48e9272665051f5ead703fd7968cd086a6c5d9391ddb917 63 0.03/1.00 vMB 631
132,644 132,644 00000000000005a8d7be8ad9b451abcb2d3e5735cb07956111b20faf477c7ff2 6 0.00/1.00 vMB 206
132,643 132,643 00000000000002f38ac0388ba0f19cd4c1186ec760155031b18783e2c0b71e8c 72 0.03/1.00 vMB 268
132,642 132,642 000000000000050ffc31a0568bde1bf58fdc1740be8eab327f3ccc1843cade1c 37 0.02/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 780.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.62 GB
    • Received: 6.75 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.