Loading Tool

Explorer IconExplorer

Memory Pool

37,097 transactions
26.83 vMB
0.05988281 BTC
Random Selection Loading Transactions
Max Size: 136.31/200 MB

Candidate Block

Mining Attempt 6de9eeb6c51158ed59920f536f947b6e6dd27b570ff8a82def041e03cb116612
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root fdae08cce03caf1ab774b1eb1ad38afe35ebcfc961aa008dd41aae424a21e7b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,953
Size: 1.00 vMB
Total Fees: 0.00961466 BTC
Feerates: 74.79 > 0.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (68,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,928 845,928 0000000000000000000113dcfb88eb07a8863f99804cbe2291dfda80fed59cae 6,284 1.00/1.00 vMB 74
845,927 845,927 000000000000000000011c7801ab0f367763d48d70711a5a1048f9a78e5cd9a4 6,712 1.00/1.00 vMB 88
845,926 845,926 000000000000000000015bec5be3718c8a06c4b13351d651955448e0631fe04a 4,701 1.00/1.00 vMB 69
845,925 845,925 00000000000000000002a53da54d6762f49d3491919d8ec4f4b1730f86d513b0 6,765 1.00/1.00 vMB 80
845,924 845,924 00000000000000000002d4742586c660b64c40eae67c0310a69f09767fa9ef47 6,186 1.00/1.00 vMB 88
845,923 845,923 000000000000000000022e449328e48fa5495704508ff51b19f89767fc173b62 6,594 1.00/1.00 vMB 73
845,922 845,922 000000000000000000028b732c994f4f071cedde0b9ba20165d6d24c9bda5ef4 6,212 1.00/1.00 vMB 73
845,921 845,921 000000000000000000016cfeeea2e0ea6cf57e5833b20a49883b8f6d58bd75fa 6,045 1.00/1.00 vMB 85
845,920 845,920 000000000000000000016557cac8c5359b2ed7d8e4f60c784e708ab56ce996c4 6,506 1.00/1.00 vMB 80
845,919 845,919 00000000000000000000f81579fd0144d067326a56bf2db2afca72ef83ae4f30 5,891 1.00/1.00 vMB 79
845,918 845,918 00000000000000000003387d497c6bf114be21c61ce8c5354e7182d22ac505e6 6,043 1.00/1.00 vMB 95
845,917 845,917 00000000000000000000b508405666db8f7e921e992f89838de1af5f62abbfcc 5,600 1.00/1.00 vMB 109
845,916 845,916 000000000000000000026e1cfa7e5dcd97000fc579488009aebf46208e33c2f9 6,550 1.00/1.00 vMB 53
845,915 845,915 00000000000000000003447f9cea4b24f38f21a2cb34f934ac3f7d047cc8eb5a 5,753 1.00/1.00 vMB 56
845,914 845,914 0000000000000000000118a1fdacf0ea384ea552b5ddd174048f040747b9d8e4 6,125 1.00/1.00 vMB 58
845,913 845,913 00000000000000000001c0d17ea33b8756c9720293cd459f2a7fa53199cc4ee3 6,495 1.00/1.00 vMB 68
845,912 845,912 00000000000000000002e67e47f3459e306f2d1d6a1538d9fb3a244bd0329d2c 7,274 1.00/1.00 vMB 67
845,911 845,911 000000000000000000013660c2d41780c1c461958b262b7af750c2e51738a8d0 6,650 1.00/1.00 vMB 67
845,910 845,910 0000000000000000000052b5d98f3aa6ee1499205e7e8b3a8d79688fb44929dd 6,050 1.00/1.00 vMB 51
845,909 845,909 000000000000000000031242904873a5f6dc9d817e2417db7f397222f9e1d137 3,179 1.00/1.00 vMB 31
845,908 845,908 000000000000000000022938cf92a4bc08980512831cefbc74c0a311b87c68a0 2,895 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.