Loading Tool

Explorer IconExplorer

Memory Pool

43,185 transactions
26.48 vMB
0.06118328 BTC
Random Selection Loading Transactions
Max Size: 139.12/200 MB

Candidate Block

Mining Attempt edfb6e9d60c686a55cf52f81924adfca0cf362fcb63944b147964b6ea3c2600c
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 7ded22307bd197f5e2921ade78da3e02b8afc51cb2504ab4849fea532e0515c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,209
Size: 1.00 vMB
Total Fees: 0.01272504 BTC
Feerates: 150.92 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (333,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,732 580,732 0000000000000000000769a0d62a854861c61ba30f1e8ef871d0e6a04d945677 2,995 1.00/1.00 vMB 86
580,731 580,731 0000000000000000000eaa3c35e93e305526d155cfae446afa58acae1fb29759 3,381 1.00/1.00 vMB 73
580,730 580,730 0000000000000000000167829ec962a0441a60af1569a6b3d73e75845ece09a8 2,599 1.00/1.00 vMB 101
580,729 580,729 000000000000000000110dd1fc09faf4d62c088c72aca0235260072cadc62d4a 2,976 1.00/1.00 vMB 109
580,728 580,728 00000000000000000005c7deb0dd7aa194ce9627fa7c6a02faeddd83126735cc 2,058 1.00/1.00 vMB 91
580,727 580,727 000000000000000000218389d5720446a257eab0c172b79b5adef5bd3f9caba3 2,195 1.00/1.00 vMB 84
580,726 580,726 0000000000000000000cb473a0c9f92980f0537e50f6bbca0b30158350edc06a 2,671 1.00/1.00 vMB 93
580,725 580,725 00000000000000000023686d0d1979f4f2b1e4d8a0b71f696642f54f1a66088b 2,085 1.00/1.00 vMB 125
580,724 580,724 0000000000000000001eb2203f56ac1b689db62fc91da67e0b73c2f422d41761 2,488 1.00/1.00 vMB 58
580,723 580,723 00000000000000000016cdd39f757bb23e1218a9c9e3f82bc8e50e6c49fc206f 2,621 1.00/1.00 vMB 107
580,722 580,722 0000000000000000000e6dd847817d72c1704638adb6477679cd7e4d89ebfdbb 2,357 1.00/1.00 vMB 89
580,721 580,721 0000000000000000001048c3b0d2fd7ade098cf5f27ddb7e2042593d297fe9d2 2,550 1.00/1.00 vMB 85
580,720 580,720 0000000000000000000b1a168ce9f40c95358fd0d0e15dd080e213ef4325e6a4 2,574 1.00/1.00 vMB 54
580,719 580,719 0000000000000000001760e253f01edc8a0417aad8b868791b962b0b8ed6bcd1 4,102 1.00/1.00 vMB 77
580,718 580,718 0000000000000000000826c783c64cb3f055c70a4a8803b32fc630016ad369cf 3,727 1.00/1.00 vMB 89
580,717 580,717 0000000000000000000879918c05ef8050672bbefb441807ddfed6996d1f8bda 2,287 1.00/1.00 vMB 92
580,716 580,716 000000000000000000124e27bafdc8b51e53b8d8eff8c996b0f814eae807706f 3,173 1.00/1.00 vMB 83
580,715 580,715 00000000000000000015e1ce47ceb897a38f191e408037d71b5e53a4d35be895 2,198 1.00/1.00 vMB 72
580,714 580,714 0000000000000000001ce9806cf371e40cbe2c154183550d9a061c0386006df2 2,947 1.00/1.00 vMB 106
580,713 580,713 0000000000000000001c7a39831913618a68e13f5215ec1fc480b20d0adfbee5 909 1.00/1.00 vMB 64
580,712 580,712 00000000000000000007342b66716fd28e8b7998ce422c54ebd05225c9dd751a 2,873 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 781.91 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: 645.77 GB
    • Received: 12.77 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.