Loading Tool

Explorer IconExplorer

Memory Pool

76,665 transactions
29.72 vMB
0.10092225 BTC
Random Selection Loading Transactions
Max Size: 179.59/200 MB

Candidate Block

Mining Attempt cd8bed146be09aa5d77159a5843a479bb799718ef4a67f0c8ca5337cccc935e7
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root a6d517cbf4ca9ebb02f10b4f1d5c711c758d47eab8abb7ccb26840b34d115e1d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,069
Size: 1.00 vMB
Total Fees: 0.03371151 BTC
Feerates: 357.61 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (28,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
886,921 886,921 000000000000000000007d654847cfc445b450209dabdf0980a6e3290a089432 444 1.00/1.00 vMB 1
886,920 886,920 0000000000000000000223b5664a5b0131a106d84b75ed62f0de24b15a17e3cb 2,522 1.00/1.00 vMB 3
886,919 886,919 00000000000000000000f92e85295bf7242477981e9e15ba5d1c877946331f63 3,138 1.00/1.00 vMB 4
886,918 886,918 0000000000000000000210778a1753c7e09b56b8fd67a600d315ded8af8bbc2f 1,121 1.00/1.00 vMB 1
886,917 886,917 00000000000000000000326566910cc728bf19b9b8e0a9995ca65feff1d1ac9e 1,528 1.00/1.00 vMB 2
886,916 886,916 0000000000000000000107bd1de14379444d16305a20dfa91fdfe1ebc954fbe2 520 1.00/1.00 vMB 1
886,915 886,915 000000000000000000004b56176eb4081b9e46b6c6278029cd37d0f7c9a3f3e4 2,046 1.00/1.00 vMB 2
886,914 886,914 000000000000000000016c0c4a615bdb1d233858cd323c528f3fa671d02e91d6 3,350 1.00/1.00 vMB 3
886,913 886,913 000000000000000000007a17cf04c333ac366ca8c2f309d58e32af95f49a06c8 567 1.00/1.00 vMB 1
886,912 886,912 0000000000000000000103d2f92d3ae5e5fb4c7f1cf15f43e74e1d1eb23caf97 1,408 1.00/1.00 vMB 2
886,911 886,911 00000000000000000001bf2f20b85ff632293a2f962d53e94f82eca7bcd132bc 860 1.00/1.00 vMB 1
886,910 886,910 00000000000000000000f52283061df9dc234023443d028501ac49749b6ba4d2 2,332 1.00/1.00 vMB 2
886,909 886,909 000000000000000000025c7d1c150e9876f826d5d4a2a4f807e5fbf3dbe0e8fb 1,433 1.00/1.00 vMB 2
886,908 886,908 00000000000000000001620e4ec5ccef28f8dad1d89ccf9b8344e99150977681 3,187 1.00/1.00 vMB 4
886,907 886,907 00000000000000000000c79e834e41f79d3bd75bacc07b98d8fbdfa6976a04d6 893 1.00/1.00 vMB 1
886,906 886,906 0000000000000000000112396b0787f9f8d1ff239607157eed13b05958c90fce 1,966 1.00/1.00 vMB 2
886,905 886,905 00000000000000000001a678204bfb8bf810d4e9cbb590d300df1b953298177f 995 1.00/1.00 vMB 1
886,904 886,904 0000000000000000000206401af6c046dd966f100c5b9bc216930c5c3a0d9148 1,817 1.00/1.00 vMB 3
886,903 886,903 0000000000000000000076969fa4052a757a4d7fc8ed2451c38512dab715edb3 2,937 1.00/1.00 vMB 3
886,902 886,902 00000000000000000000b9b5c5e51f1d72ec08b4d444c1060477f38a367377d2 1,844 1.00/1.00 vMB 2
886,901 886,901 0000000000000000000111d85bf2a3467b17470c904c5edf27cb54bd21f740b9 421 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.15 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: 744.05 GB
    • Received: 18.70 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.