Loading Tool

Explorer IconExplorer

Memory Pool

76,669 transactions
28.69 vMB
0.09294138 BTC
Random Selection Loading Transactions
Max Size: 174.11/200 MB

Candidate Block

Mining Attempt 905bd43b6df6a016d2579a5589a1fe849fde6c1c40a3e4686cf9e013db00e9a3
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root b749110406664024f5e1553d15ade79a09d1e3d805aa3a054d981f1beae32a19
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,989
Size: 1.00 vMB
Total Fees: 0.02663605 BTC
Feerates: 180.82 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (495,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,726 419,726 000000000000000000a3b63a2d35656df2ddcf4c2e7c4da1dee650e9a0d79f84 526 0.58/1.00 vMB 26
419,725 419,725 00000000000000000241ebc00b11fe7e4bf47ccfbe43e7d5d3476c23d5372172 316 0.13/1.00 vMB 68
419,724 419,724 00000000000000000272ac5f4898e9fbb8a106e653737c2085a957461e501c2f 420 0.18/1.00 vMB 59
419,723 419,723 0000000000000000009268f0c857b930991893bbafbca02e01a1aa16fea8194a 1,191 0.56/1.00 vMB 49
419,722 419,722 000000000000000004956cbed265611df916399333d23a14435286b461093c3b 1,410 0.58/1.00 vMB 56
419,721 419,721 0000000000000000013572019b8a86e129f4a766d0a532f73912d8f6862c10f5 107 0.04/1.00 vMB 56
419,720 419,720 0000000000000000038ae9ef4f5aa6af900231dc3aa8007fae7ab31b415ff53f 2,288 0.96/1.00 vMB 55
419,719 419,719 000000000000000000886c2bda7d124fcbbe28861f1238511b49e0813d452b9a 506 0.22/1.00 vMB 63
419,718 419,718 000000000000000003b514fae535fafb96c5b185cf96d53cfa2638cef8fd925e 306 0.13/1.00 vMB 63
419,717 419,717 000000000000000004973dee6a0efa7275b432a1fc1e1eaaa1321b601f45ee35 65 0.13/1.00 vMB 15
419,716 419,716 0000000000000000041b54027b2bd7eed290459ae5003b46b58bda8694464287 1,924 1.00/1.00 vMB 41
419,715 419,715 000000000000000004895fc84ba25fb7fba80af606d8bb542a79a9db5f5baa65 2,381 1.00/1.00 vMB 55
419,714 419,714 00000000000000000142847fb84aa72210b55a9e30ef925ddee6de9eaa9e4db7 2,070 1.00/1.00 vMB 48
419,713 419,713 00000000000000000030d02b4d723d683ef5ffa9d1e27442c9d29a4b699d6d13 2,487 1.00/1.00 vMB 62
419,712 419,712 0000000000000000029b799b5f218c65860bb807fb36fdef4c4dd10b2edfd112 2,793 1.00/1.00 vMB 68
419,711 419,711 000000000000000004f5207d551a7e6f74840560fda768c74de00dd2663c240e 181 0.22/1.00 vMB 18
419,710 419,710 0000000000000000002b9a3b47dbad24e7cbfbfc0d85fe3bc4413e784ec749f9 1,777 1.00/1.00 vMB 40
419,709 419,709 000000000000000002826dc29e4a456f990310c87d652998336262db3d9d5ea4 871 0.65/1.00 vMB 30
419,708 419,708 000000000000000002f65c072e7b735c25a1227261f0b6cefcb0cf678e704244 2,975 1.00/1.00 vMB 75
419,707 419,707 00000000000000000311619b5d9e7ce646d3e020fbacf88049d30276552536a0 1,041 1.00/1.00 vMB 28
419,706 419,706 0000000000000000050a0ba5efc1d8fcc155ce327526461b2eab53f03ba3ae87 375 0.99/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.