Loading Tool

Explorer IconExplorer

Memory Pool

37,502 transactions
18.24 vMB
0.13951473 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 95.96/200 MB

Candidate Block

Mining Attempt 704ccd70cb7c1690fe7e43fd92f1d76d98b754ec304bed9b8cf3cf58b4c452c0
Version 20000000
Previous Block 00000000000000000001f086ac1d38071ef808576f4e78d46d6da47881545f66
Merkle Root 76083b835e513e6c775c7fb5df67b44dd790315984e76195e0f611a185e53361
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,080
Size: 1.00 vMB
Total Fees: 0.02341415 BTC
Median Feerate: 2.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,328 (767,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,881 145,881 00000000000001ec54a784f25f406496b33bef2767452de27f6446eb5c045716 9 0.00 vMB 516
145,880 145,880 000000000000084ab87e9d4512a5041b119890ee373927b46e203306a1a6c1a6 48 0.03 vMB 99
145,879 145,879 00000000000004b5fcc4129bbdcded194af5795263905f8dd058e65b38adfed6 6 0.00 vMB 11
145,878 145,878 00000000000005f10c1923831f74f8e8e0ce7e0aa84dbcdc526f174d9714a4f5 76 0.02 vMB 41
145,877 145,877 000000000000004aba6a2f52d13cf5b635c5284b7a42c4b58dd3e4ba65e4b98e 26 0.01 vMB 110
145,876 145,876 00000000000000d360bbe4b5ae228fa835844e6bd58e6a5836b89122cb780648 11 0.00 vMB 213
145,875 145,875 000000000000030cf690019ae70a8d5e4e782aeb02be2b914e8880ab087f7cc5 126 0.05 vMB 7
145,874 145,874 000000000000031c71c838c433c9fae55a32cfe989e520bec06fd112be545f21 128 0.05 vMB 3,473
145,873 145,873 00000000000008dbaf426df86c8104895cea9823d7603e0335e3eaf08f62c2cc 56 0.04 vMB 445
145,872 145,872 000000000000046c694c14695b2993c2d21571d2a7bca3450e802df6c7e372f1 38 0.02 vMB 138
145,871 145,871 000000000000041cad127e88d131f4942c32fe955c0858152fe9e679c6bc8f2d 81 0.02 vMB 170
145,870 145,870 00000000000000cb8f3eb42b3a0827322beb863bedf768f3eb06a434902a215e 12 0.00 vMB 269
145,869 145,869 00000000000002ce68f502f61dc45f0227988725b650c21cc05668121b25a632 27 0.01 vMB 77
145,868 145,868 00000000000008dc2e78da0351e6b609b5dd6275a47569bc859b94204c538043 27 0.02 vMB 53
145,867 145,867 000000000000035509173631a302babce2934760bc8589ddf518fb5dc23c7c8b 14 0.01 vMB 83
145,866 145,866 00000000000000a1f567eda1614f5247190f53a058b48cd221ddc957038f75f1 14 0.00 vMB 124
145,865 145,865 00000000000007027baced501fd5fd212acf813db1ecdc7368fdb61569a9fedf 13 0.01 vMB 59
145,864 145,864 000000000000064c6e2aaed3c4033c66a2c7b56885bfbab89d31a04d83c68fcc 4 0.01 vMB 138
145,863 145,863 000000000000002a8ab073cfc37f96fbbe5493c2422c38ed3a2b6af9ea46b938 7 0.00 vMB 51
145,862 145,862 0000000000000158724ce366d7369f72471b90981397a15ef548dfe125b42894 6 0.00 vMB 22
145,861 145,861 00000000000003afcf1adbcbd1ba90d3fb3010583a9de0404bde264ed10a196f 84 0.02 vMB 20
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

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