Loading Tool

Explorer IconExplorer

Memory Pool

51,476 transactions
28.89 vMB
0.07866059 BTC
Random Selection Loading Transactions
Max Size: 155.44/200 MB

Candidate Block

Mining Attempt 4821d3e2af9b0e806ced0dc848a5fefcbadc922eba5616b08789edb40754df3b
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root c61f55d5141be7e332634e9b0702bf8c60f3bc3f949e117282ecf438d143b423
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,491
Size: 1.00 vMB
Total Fees: 0.02245146 BTC
Feerates: 122.12 > 2.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (352,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,769 562,769 0000000000000000000b26c38ca152af93de83f06458d74b8d75ecac82f8afc5 2,745 1.00/1.00 vMB 31
562,768 562,768 000000000000000000161a8f48bf05459269af2cce12395f6ac4491eed58c0b5 2,902 1.00/1.00 vMB 25
562,767 562,767 0000000000000000000fbad9c73b28d8a0dfc3c4badc1ba9bb4033d10040d85b 2,477 1.00/1.00 vMB 25
562,766 562,766 0000000000000000000881c735349060908f87af8b395a94c892a6c97054bae2 2,789 1.00/1.00 vMB 38
562,765 562,765 000000000000000000231e994390d405bf6e4f1b66f34d228f8aca651069ee70 2,219 1.00/1.00 vMB 23
562,764 562,764 0000000000000000000a95d7bacb10859622435bd3b3536181ffd2270d80ca4d 2,440 1.00/1.00 vMB 21
562,763 562,763 000000000000000000057360c56ed2ff62a6893d7fbfe8d1d2a5c7d54c7353ce 2,461 1.00/1.00 vMB 22
562,762 562,762 0000000000000000002422a37353cccfcde5c774fb11a643b4c8504aa2da5010 2,511 1.00/1.00 vMB 30
562,761 562,761 0000000000000000002432dcb2aa44ad608d9a73ff416068a3e89994238a23ae 2,736 1.00/1.00 vMB 18
562,760 562,760 00000000000000000013820d748910f3684cb597b090acb698b59b3131b2e279 2,865 1.00/1.00 vMB 24
562,759 562,759 0000000000000000001f79829c7953d75348452fab757c2ca648a2c985b0cea6 1,479 1.00/1.00 vMB 29
562,758 562,758 00000000000000000006225db6ba56f97cf39862bdf5735cc4f0f3039bdee905 2,368 1.00/1.00 vMB 30
562,757 562,757 00000000000000000006ff7c5c3104cfa57970a75cbb6d8f9d0ec929a420700b 3,430 1.00/1.00 vMB 47
562,756 562,756 000000000000000000140f911e1ada3c6943bbc84f8157e367c8f880534ef9a7 2,755 1.00/1.00 vMB 34
562,755 562,755 00000000000000000012e4334f20784d7e0718e99ab27203c717a331094bef40 2,823 1.00/1.00 vMB 32
562,754 562,754 00000000000000000015b8d8752f09eafec203fdc4bbf6e79be5503989bb66f9 2,026 1.00/1.00 vMB 29
562,753 562,753 0000000000000000001770428fc8f3e9ba391c20dc2a01932e3f0d9965368083 2,377 1.00/1.00 vMB 30
562,752 562,752 0000000000000000000e93b3224e956ea82bdb0507fd181b5f174ce5e78851dd 2,853 1.00/1.00 vMB 56
562,751 562,751 0000000000000000001e5d5f6f4a201d0e2e9ef4f3708b71f5d6b946295fb51e 2,263 1.00/1.00 vMB 32
562,750 562,750 00000000000000000025ea866adc231c56cb14e449d2853cbfcbe526240a44c2 1,861 1.00/1.00 vMB 38
562,749 562,749 0000000000000000002142b4c5d75ab3bc36e73c03777faef2ee6fe5c7809b03 3,334 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.02 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: 649.86 GB
    • Received: 13.22 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.