Loading Tool

Explorer IconExplorer

Memory Pool

82,979 transactions
31.60 vMB
0.09278054 BTC
Random Selection Loading Transactions
Max Size: 191.84/200 MB

Candidate Block

Mining Attempt 4f531383dc1f9398a9c24112881ce3819f0b5a490143f29ccd9637481bd29e80
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root e946bd9f72a0cd7476b6c8533356da11783cbe5c4d7fee3f172ad6d2b362f6d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.02412522 BTC
Feerates: 100.18 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (359,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,970 555,970 00000000000000000030ddd54baf60935735dc42ab41812e93083c35c5468089 1,940 0.79/1.00 vMB 8
555,969 555,969 00000000000000000025d140aa0de6472b24cca1ff5f574a337ea6722e84366d 595 0.24/1.00 vMB 7
555,968 555,968 000000000000000000024c82f19fa0d283826c00fa00835b36c06f894c3fbe1b 2,301 0.90/1.00 vMB 10
555,967 555,967 000000000000000000065ad4d35cab3cdf435f2e51e4a8c8995bc1cfa1848716 1,212 0.51/1.00 vMB 10
555,966 555,966 00000000000000000022ad12876f2cf94c90c68874160cf7e7ee66ac6c781e2d 949 0.41/1.00 vMB 7
555,965 555,965 00000000000000000017c2682c176c41f43957dfce57b47d907d04d2326f16d6 1,073 0.83/1.00 vMB 2
555,964 555,964 0000000000000000001c31ea5f9ccec2f54317ef69486034617635a66e1b95f8 2,388 1.00/1.00 vMB 6
555,963 555,963 00000000000000000003f77f957a519718eaf77bc3443e1e82f409386b7fc663 3,442 1.00/1.00 vMB 16
555,962 555,962 00000000000000000030f8443ddd71fddaa54f55afcd451d8f2a4fb76b785258 1,678 1.00/1.00 vMB 7
555,961 555,961 00000000000000000009db6c675861175d787fe6910586a23dca6d05fb61e3a0 1,072 0.51/1.00 vMB 7
555,960 555,960 0000000000000000001d941fc429bb0ab4bd48e3ee7c5227b4263661bedf4a90 1,025 0.48/1.00 vMB 10
555,959 555,959 00000000000000000017ff4903ef366c8f62e3151ba74e41b8332a126542f538 2,254 0.86/1.00 vMB 9
555,958 555,958 00000000000000000018560f155a0c12989d2c7391f81c6f05ffb31c1024fdee 1,778 0.78/1.00 vMB 9
555,957 555,957 00000000000000000013b6d98836d276d5161fb7e40dec473d0a32ade06acca1 844 0.32/1.00 vMB 9
555,956 555,956 00000000000000000006232ad39e966e0d2d07a0e5c4abe6ca2c8650df35ace6 2,294 0.93/1.00 vMB 8
555,955 555,955 0000000000000000001cb502484f2cb0eb3d1e33e4caaeb54aaf175ae7091728 834 0.50/1.00 vMB 7
555,954 555,954 0000000000000000001bc19e9f5e92617640de7c31e2145bf3b66bd7801e0bb9 1,816 1.00/1.00 vMB 3
555,953 555,953 00000000000000000009c02f863f1f3f96710046b6872d45a7db2da9e9efab42 2,969 1.00/1.00 vMB 16
555,952 555,952 00000000000000000002ed6435f91393ddb32b37b215c77f2c387d7d6ea6b394 2,951 0.99/1.00 vMB 14
555,951 555,951 00000000000000000026d2e3cd2ff5ef58e1501dadf98d71dc17a8ab5dc95929 1,253 0.52/1.00 vMB 10
555,950 555,950 00000000000000000020b36dc0108b6a0a1c455f23c1b4983fbcfa7b69c961ef 997 0.43/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.76 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.