Loading Tool

Explorer IconExplorer

Memory Pool

82,449 transactions
31.20 vMB
0.11115323 BTC
Random Selection Loading Transactions
Max Size: 189.27/200 MB

Candidate Block

Mining Attempt 4e784d5c217d5245c590e3ef13e9daeb1b779d029f1cff3ef917cfa0df91dfdd
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 3d21522c2863a128dddc903ef14d7491a923ab45778f46b5a28e1b093795a7f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,787
Size: 1.00 vMB
Total Fees: 0.03557554 BTC
Feerates: 803.65 > 3.56 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (534,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,785 380,785 00000000000000000eba87a2b82c1ae5a100e43b4c6d5232099e974204acb701 2,064 0.93/1.00 vMB 55
380,784 380,784 0000000000000000088498962857a764c24cabe0ad354d6d859e8e702bddf88f 1,307 0.75/1.00 vMB 28
380,783 380,783 000000000000000007d0228471a79bfa8002af19f50e570bfb8019138ea7a985 2,771 0.95/1.00 vMB 57
380,782 380,782 00000000000000000ac08b3ff9a4ca3c97cba422a1abadf122a00e098febd639 232 1.00/1.00 vMB 3
380,781 380,781 0000000000000000092fdf6ef164fedea2f8cd3ba1e0fc9cb78882ed4123a0bd 1,185 1.00/1.00 vMB 22
380,780 380,780 00000000000000000e55923ec4829433137575edbfb510d415eda88ec737b1a4 860 0.47/1.00 vMB 35
380,779 380,779 00000000000000000049a488c36900414a051c84f0f3e898c2fbd5dd5a4a86e0 50 0.04/1.00 vMB 12
380,778 380,778 00000000000000000e17c02aac768b5bd6a4e89f48363b189c2abed130b3d2b6 1,501 0.71/1.00 vMB 40
380,777 380,777 00000000000000000e1272e09ef527dd0c9f6f514849a01a551b15db63add283 229 0.24/1.00 vMB 12
380,776 380,776 00000000000000000c016c289b386b458559f4deacbfa3c0783c14293c0cbc61 400 0.17/1.00 vMB 39
380,775 380,775 0000000000000000113110058eeac4f337e8e6c635ebaacf99f93a4057086e70 729 0.35/1.00 vMB 41
380,774 380,774 000000000000000010186050c3fe4ad00184688f2ff33efcff15a25ef1c63fc2 776 0.36/1.00 vMB 42
380,773 380,773 00000000000000000d362ed24a825dabd7a7ae50e2770cec3f96473658012b1e 966 0.48/1.00 vMB 40
380,772 380,772 0000000000000000042c5cc0e1d539407299d022cb08c30a55f3ad69adc906f9 1,613 0.80/1.00 vMB 38
380,771 380,771 000000000000000011116f3c319cb0a9c808ac3b6ae06e8ed98047a0a251bc15 253 0.13/1.00 vMB 31
380,770 380,770 00000000000000000efacbac002bedd9791b192795f8c29c771d43d96a6fb12f 989 0.45/1.00 vMB 36
380,769 380,769 000000000000000003f4b26654d092e9aeeb198c58f250faf14b420b89d2774f 2 0.00/1.00 vMB 0
380,768 380,768 00000000000000000a5d5861acd030b97365e59e1c52ae58366a7fefa2d23c75 876 0.99/1.00 vMB 15
380,767 380,767 000000000000000000ac2667a4070b1f7d6cfd44ee295fc4253fa31ffbcbad37 1,535 0.75/1.00 vMB 35
380,766 380,766 00000000000000000b7bdfed40a1c2d0c8d7bb13dfbb762566f6b3d843af9272 2,078 0.93/1.00 vMB 38
380,765 380,765 0000000000000000026ca5218da2e22c5956848b36199f1ae2f4e276122bae9a 2,758 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.