Loading Tool

Explorer IconExplorer

Memory Pool

39,867 transactions
25.67 vMB
0.04996385 BTC
Random Selection Loading Transactions
Max Size: 133.65/200 MB

Candidate Block

Mining Attempt d6740102d4e530f8a0be5fad6bfc19798e40d6a445f756e4d5f2275da72b1b6b
Version 20000000
Previous Block 00000000000000000001e4641041357973cbb89b5d273b08fb2552f298aa7366
Merkle Root 1cf6d55caf6c520ed91ce88cb91c17dd5b0f9063f62ca6ce3ef53c6b90fac054
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,713
Size: 1.00 vMB
Total Fees: 0.00356246 BTC
Feerates: 41.65 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,734 (518,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,980 395,980 000000000000000001826cd5c2c88341e26c64ab52a8e518873b987522f03628 2,655 1.00/1.00 vMB 55
395,979 395,979 000000000000000005d0aeb86a7171f470256bb43ea3bd6ffdec39db018eb8c1 1 0.00/1.00 vMB 0
395,978 395,978 0000000000000000075a51ffca981383cd7a6b04711c0cb3a9eefe250b04451a 589 0.27/1.00 vMB 36
395,977 395,977 000000000000000005e39e7cbe1c61f96377fa047f2ed402b944a4114c0f7aec 463 0.26/1.00 vMB 31
395,976 395,976 00000000000000000881587306fc95f9d9166c1962e75e6cec7797c2aa932ebe 305 0.19/1.00 vMB 23
395,975 395,975 000000000000000000ca6142ad46c16fea6d83b74f3bfb5bfa11aebf9cf8c0be 419 0.39/1.00 vMB 18
395,974 395,974 00000000000000000368457b5b1ba2357cafe99b2279c37f251c6cdde4100242 1,942 0.93/1.00 vMB 40
395,973 395,973 000000000000000003ab7e7d64c4878e0eab9bebd29b81a75dbaef0e4839c009 356 0.17/1.00 vMB 34
395,972 395,972 000000000000000002a5e0944824ed5ea08b1878351c8e4dd83205af298f528b 193 0.13/1.00 vMB 19
395,971 395,971 000000000000000001c12513767b1a94a94e4aee1d979a87efd0b918c93a99b4 666 0.31/1.00 vMB 34
395,970 395,970 00000000000000000418f4761657ca8b4c76c4d26044862cebf6260fc0c97cc0 301 0.13/1.00 vMB 46
395,969 395,969 000000000000000004cf2c51f47d311d77be7f61c41ec8cb1c3699e405f90b9a 514 0.31/1.00 vMB 24
395,968 395,968 000000000000000005ecced73d32e285d3c8e3ae25d95e8d31682f56f2efa243 938 0.44/1.00 vMB 39
395,967 395,967 000000000000000005bc74a17fd8f020a98ff8c041108e65f347cb784528ee5f 1,411 0.66/1.00 vMB 36
395,966 395,966 000000000000000001a919dc24b353023fcf8e3c068cd0dc7ac87a14818d5273 1,446 0.59/1.00 vMB 38
395,965 395,965 000000000000000005c4f635bdbb6a78f6a25ded31873dae99e8311e6c34ecce 1,303 0.55/1.00 vMB 41
395,964 395,964 0000000000000000074419d317a85224d6a48c632d3f9abb5a1a39ddb3ec8cb7 1,117 0.56/1.00 vMB 37
395,963 395,963 00000000000000000668af7782f64111894d884ca92d389e1ee26a99a8267ae0 837 0.45/1.00 vMB 28
395,962 395,962 00000000000000000510b2c21d365ca6fa999ddf22daae2f922a58a1c46b9424 358 0.17/1.00 vMB 51
395,961 395,961 000000000000000000cda2bf670fac413056ed79a4aed8356861570016cb0b9c 194 0.12/1.00 vMB 19
395,960 395,960 000000000000000000770ad86a890a279b5a88f617ff7e3b5fa7e8e58f8028bd 1,000 0.50/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.92 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: 646.11 GB
    • Received: 12.81 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.