Loading Tool

Explorer IconExplorer

Memory Pool

46,484 transactions
20.40 vMB
0.05116133 BTC
Random Selection Loading Transactions
Max Size: 116.93/200 MB

Candidate Block

Mining Attempt 239ace04e75d661e3e0eacf488b29eddb972f78cdbb4e69121dc0923fec3b8fc
Version 20000000
Previous Block 00000000000000000001086ef071b3df490918e311c5b9e1646006d2713a3fdf
Merkle Root 6e3439efdcc9a8c7874fab26b8b56343b02505293688b36b7473232840f53842
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,746
Size: 1.00 vMB
Total Fees: 0.01087445 BTC
Feerates: 250.89 > 1.09 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,940 (906,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
7,930 7,930 00000000654662ec8d93db4fcfc8d006e71113de5a3275087bdb592984864c24 1 0.00/1.00 vMB 0
7,929 7,929 000000000390cdbe7dd9d5a9d7370c89d554be94d987e18b361f80836081f1d4 1 0.00/1.00 vMB 0
7,928 7,928 000000008521df4a69ad1c9414d2ed701256b52568a8078b44466e6f01ddc56b 1 0.00/1.00 vMB 0
7,927 7,927 000000007687ab163b55f4c5e8ea7dc2579d8bf89653574e5a1a17c1987c3108 1 0.00/1.00 vMB 0
7,926 7,926 0000000094a2d84cf38014d6daefa13165aa5f5d737c51f99982c5b41824dfbd 1 0.00/1.00 vMB 0
7,925 7,925 000000005ad42614c6d52625c7756775b05c0c5445dc487f5fcae5d44a54f850 1 0.00/1.00 vMB 0
7,924 7,924 00000000985c4c8c6b6597186250e2486f7ff7faa393ccbf7070803502b78cc6 1 0.00/1.00 vMB 0
7,923 7,923 0000000046ba32458dff710c8f28a1ae9bb49e8f8ee994c6bf2e99ec4b2d73c6 1 0.00/1.00 vMB 0
7,922 7,922 00000000b9a7113fc8550eb02dfec36c21e9bce64595705c4dafa7ab267b0665 1 0.00/1.00 vMB 0
7,921 7,921 0000000059103f17879ba261827089d0e36b422332358c188db08390d9bdcd67 1 0.00/1.00 vMB 0
7,920 7,920 000000008ec07092656ed89fba460c462cac9359ab6eb8f8bee486529016850f 1 0.00/1.00 vMB 0
7,919 7,919 000000000ddec185ba130dab5776cf66cecf23aa2f5317bf62a2297766b397b4 1 0.00/1.00 vMB 0
7,918 7,918 00000000f0b285d98b8f742cbaea6edb54d0d34a91bbe5320af47ef1625bbb90 1 0.00/1.00 vMB 0
7,917 7,917 00000000122bf27960c83c424190dab429fc725cd68d82132c453d85a212ff61 1 0.00/1.00 vMB 0
7,916 7,916 00000000d77a461587fc03dd21011bedaf43d443bc58ffa444ed3829052942c6 1 0.00/1.00 vMB 0
7,915 7,915 00000000a4b25ce4c82a08d3c74d39c79295acab60365d009993c7b6da2c5c26 1 0.00/1.00 vMB 0
7,914 7,914 0000000027708ceb81dbd309ae848d2828663554cf25a502c67625b97c003c96 1 0.00/1.00 vMB 0
7,913 7,913 000000000c77c1acf765a37f9407f9f1f1d7e8053d4a1935b9c5b2213b9ee6d8 1 0.00/1.00 vMB 0
7,912 7,912 000000006b5149bab22aaa5a0ea3e10af6090c5c1bcd733b803567dd4461fb91 1 0.00/1.00 vMB 0
7,911 7,911 000000004a91f9b42b0e51d1084e38994d16c80f62a9542639fbb0e507f4fef7 1 0.00/1.00 vMB 0
7,910 7,910 0000000065e7410c8d6369d9e27f61ade0793270893a1e9b1ffdf303d383f53c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 529.59 GB
    • Received: 5.78 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.