Loading Tool

Explorer IconExplorer

Memory Pool

13,374 transactions
9.65 vMB
0.02553234 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.43/200 MB

Candidate Block

Mining Attempt 2412d2bf92a1548d2e292652c5166c3d54dbf37aa4214ab24b1b3eb1e6274924
Version 20000000
Previous Block 00000000000000000000848297d069a552e48783668065dfb5e3a4946da610a6
Merkle Root 5a8b89d7e4d9d25f0dff80a5cc12fb986dd4b77b0a53ae8a8ea5e6db30dab727
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,331
Size: 1.00 vMB
Total Fees: 0.00409737 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,358 (907,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,978 5,978 0000000023a6db2eb5ebd4045692676a474871628fb1df3e54eb5871dfb79ef4 1 0.00 vMB 0
5,977 5,977 00000000b225bff1ddefbf7c5bdfc50b19aed87958532634dafa17dc62ed1556 1 0.00 vMB 0
5,976 5,976 000000004426ab753a1b3200a81baea251f6914e2427668906dee1b8df015788 1 0.00 vMB 0
5,975 5,975 000000009e2b227a3bc1f65cfbff4ee1556501a31db849e5a5be46be3acc69eb 1 0.00 vMB 0
5,974 5,974 000000006b67f1eefedae06fbf6c0c9dba1a74d187110fd063fbc1d76bf670a4 1 0.00 vMB 0
5,973 5,973 00000000a007bc9cee66fa22462d0a43627e3e93700dbfc4396b05ea1b9a4635 1 0.00 vMB 0
5,972 5,972 00000000dcffd6a47d1be3e8a0ed45b50dcb952da7e737d03500d5fcfdc9b8b4 1 0.00 vMB 0
5,971 5,971 000000008e50d4fcb8e8dfa0d9f5679882a730f90d88be2580f2763a199b985e 1 0.00 vMB 0
5,970 5,970 000000007dcbd6505710437090b76273870914ffea29ee61958f6f06240b1590 1 0.00 vMB 0
5,969 5,969 0000000069d30d02057843289750ed3e2a6a19c394125de570d3405cfb623c95 1 0.00 vMB 0
5,968 5,968 00000000fd1224e16cf1e52aecd12cb5ccfa26ef61fd8421c487e1de2b141749 1 0.00 vMB 0
5,967 5,967 0000000037edc632cc7e27c03edd92e2b155e9e04ddd32e30e45a5db32a4934c 1 0.00 vMB 0
5,966 5,966 00000000e422ed7d6d9395c762736f7a7d22467812a5f7fbe1c32e23437aefda 1 0.00 vMB 0
5,965 5,965 000000003ad30fb5fc04cc7d26be67dca4a51ad5100501a9f14f831294cebddc 1 0.00 vMB 0
5,964 5,964 0000000089be5fa6d7834ec3560612fdb66ad1553d0971858d6ead8985ab88b6 1 0.00 vMB 0
5,963 5,963 00000000907772f1d0fcbbedede3847b42264045c31e723ce050fb0a1d926a35 1 0.00 vMB 0
5,962 5,962 0000000007c7bba9a86bdfe0f613b76a521e7af8960a348ec401fb6a0ce1a0f3 1 0.00 vMB 0
5,961 5,961 00000000ddf0c079fb6232270d79ef3f85102d2ed74603412da7ca95a37bb2a5 1 0.00 vMB 0
5,960 5,960 00000000a70804e462feebaf48f2ccf36c646c84e5de8e589a90c0b703e7c4c7 1 0.00 vMB 0
5,959 5,959 00000000d278a052e5ea6fc38e1e32bdc5aecbc1b7ae50bf71270724f4e22576 1 0.00 vMB 0
5,958 5,958 000000006797a0a0c44c2c46974e627d2fd29ce00f1d5b28dd16a0daa9ebfc7a 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

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