Loading Tool

Explorer IconExplorer

Memory Pool

41,763 transactions
26.53 vMB
0.07903001 BTC
Random Selection Loading Transactions
Max Size: 139.24/200 MB

Candidate Block

Mining Attempt 521f98e6096a1be4f035cc8da55c986384032b8d2a18f8dd25c017a2f98c7870
Version 20000000
Previous Block 000000000000000000013b59fa3af0e2030ce23b6bd3110718452b322094879b
Merkle Root 97112f13049e45110dc6ee263976eccba09f7bef50c8f6a17c27010203a690e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,247
Size: 1.00 vMB
Total Fees: 0.03020736 BTC
Feerates: 101.66 > 3.03 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,910 (62,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
852,729 852,729 000000000000000000004b4a07242fd020dd7c8c7634c9a28fbbf5092f3fe229 2,713 1.00/1.00 vMB 11
852,728 852,728 000000000000000000019f711a099d221e7e71addb408fccaf308ee78bace8c7 2,651 1.00/1.00 vMB 7
852,727 852,727 000000000000000000004cb8620c0e01ec3a9d267edf2f54bc63ee39a9c8873c 2,460 1.00/1.00 vMB 10
852,726 852,726 00000000000000000000cde91d891ce612acfe459f3661b15f6bdc282c2e36d7 3,905 1.00/1.00 vMB 14
852,725 852,725 0000000000000000000319ddab50218c89450183063ed06a81ac7dfd76d8d907 2,899 1.00/1.00 vMB 8
852,724 852,724 00000000000000000003104d77574848fedac9b2fd5e7f7c10cd708559bc13d0 3,968 1.00/1.00 vMB 7
852,723 852,723 00000000000000000003567d2cabf547b075fdaf1ccd46e1df5a60fb20845471 2,360 1.00/1.00 vMB 8
852,722 852,722 00000000000000000000699bf3cb86b4b0ea128ee83f65c6308acb3ca4e2442b 6,219 1.00/1.00 vMB 4
852,721 852,721 00000000000000000000d404cc76e9425325001023ac757e3ff42c38fa5922b9 4,477 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.23 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: 654.89 GB
    • Received: 14.21 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.