Loading Tool

Explorer IconExplorer

Memory Pool

73,069 transactions
27.04 vMB
0.06057004 BTC
Random Selection Loading Transactions
Max Size: 165.12/200 MB

Candidate Block

Mining Attempt 57d3421dedffe1a88ae2e13b760adc25f7f6db0c6c6aec1d587f2e864e662fa6
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root a4d1be380cc057af419cb3a8eca2ae6ea74fb2916df29be4365a7f5f9cade36d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,754
Size: 1.00 vMB
Total Fees: 0.00331127 BTC
Feerates: 26.12 > 0.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (218,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
696,716 696,716 000000000000000000019912b926d78a37925fd91d3f24663e70831f17ec803d 1,242 1.00/1.00 vMB 7
696,715 696,715 00000000000000000001f2fa1353f17550f5087a695a6764dc6a89fbf880a99a 1,282 1.00/1.00 vMB 9
696,714 696,714 0000000000000000000052e3490303c2400f8a1fd9a8adba9aee36de867f702c 1,394 1.00/1.00 vMB 9
696,713 696,713 00000000000000000008339125282ce5d7c5d73453245108a644c9134a80db2f 2,344 1.00/1.00 vMB 14
696,712 696,712 00000000000000000011ef463ff59d18ed77d3bc937296dfeec74460fe22601b 2,024 1.00/1.00 vMB 10
696,711 696,711 00000000000000000001da73aa9579138275b87f297523e1c27986d4ffcd65e3 2,794 1.00/1.00 vMB 15
696,710 696,710 0000000000000000000b8409431e71cd5b0f0cb6cf1324e3caf1e99c803eac3a 3,050 1.00/1.00 vMB 23
696,709 696,709 00000000000000000001a269b5d5938e20287a8d5a94b457f72ab0dda6c6792f 3,051 1.00/1.00 vMB 8
696,708 696,708 00000000000000000004707a930b23ddb9660491a142a8ef7d6419e1a8ae1f05 1,688 1.00/1.00 vMB 10
696,707 696,707 0000000000000000000042feb97d359861fda2bcb306e3d17220d8b2425ae44d 2,530 1.00/1.00 vMB 11
696,706 696,706 00000000000000000007b6a472020bb9ef0612eccc787ae1fc43fe1bcb4dc38e 2,840 1.00/1.00 vMB 27
696,705 696,705 0000000000000000000624fac4049920bf59e1126d3217fc123b549b5e6bdbc8 2,903 1.00/1.00 vMB 21
696,704 696,704 000000000000000000014a8c4adb1d9b5dc0d92655dd563a5822fda8d5efb8b0 2,232 1.00/1.00 vMB 34
696,703 696,703 0000000000000000000afa182fe042afdd78380899ce6d987baa0f40aa1e6f40 3,305 1.00/1.00 vMB 3
696,702 696,702 00000000000000000009e2f0a0e5b18b6aeb397599a1998fbe1b8f666fe0331c 2,044 1.00/1.00 vMB 8
696,701 696,701 00000000000000000011e4fd655cb7e6b12e206d1402e6b9085352c60e5e187d 2,274 1.00/1.00 vMB 13
696,700 696,700 00000000000000000007b765ab1f09fd321a550c825a73559186a073827efbe9 2,694 1.00/1.00 vMB 19
696,699 696,699 00000000000000000008b36e90640df14cfcbf9ede8f876898446481ac242ef1 2,065 1.00/1.00 vMB 34
696,698 696,698 000000000000000000074aa2c47e79ea570c965c75846715219d1934729dac4d 503 0.27/1.00 vMB 9
696,697 696,697 0000000000000000000b4d670930ed2dc8c1ca468020b4794594b9af208d8f1a 459 0.20/1.00 vMB 12
696,696 696,696 00000000000000000002cbbd01e05fd07e327a39a64f5218e505247ba207478f 1,128 0.40/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.94 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: 714.91 GB
    • Received: 17.62 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.