Loading Tool

Explorer IconExplorer

Memory Pool

76,935 transactions
28.38 vMB
0.08666566 BTC
Random Selection Loading Transactions
Max Size: 172.72/200 MB

Candidate Block

Mining Attempt 0d0978b6a7a021ff50d4b07d0274cf47b7f08e07eefb8f8d690af7addfbe3077
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 33ed7843a893ceaea6c7f8cb065f68ff7504c6ff322bc06bd2401b70467e462a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,524
Size: 1.00 vMB
Total Fees: 0.02350616 BTC
Feerates: 477.45 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (623,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
291,323 291,323 0000000000000000739f8b20f69146584f5a6997ab09f278d6052aa7b1983c4a 871 0.35/1.00 vMB 45
291,322 291,322 0000000000000000370ca14979c9923e893598cdf12b47f978102ea1b9a4125e 185 0.06/1.00 vMB 57
291,321 291,321 0000000000000000f1a689dfc030ada21b69335e337ec8aa5707210532923e89 608 0.24/1.00 vMB 37
291,320 291,320 0000000000000000de6c7272e8af0cb62050b299f323d2bcc5597ee65b85e413 149 0.10/1.00 vMB 17
291,319 291,319 00000000000000009a854a1c3f22d00b6f7964e2d873e3e9c1712830d6912521 191 0.10/1.00 vMB 28
291,318 291,318 00000000000000005d2f3ef0bf30806f1fc3b4b7303cafdc526affc2f585de0a 243 0.12/1.00 vMB 77
291,317 291,317 0000000000000000649c61870d5801368ee44a7cd2fb12fa60d04f94a4841528 433 0.21/1.00 vMB 33
291,316 291,316 0000000000000000845731e027afeef4aac4402af01c21cca7acf4abf6f04d04 256 0.10/1.00 vMB 61
291,315 291,315 0000000000000000fd1800c52915f2a2839100913094771c7bac9bd88e453ed0 214 0.15/1.00 vMB 22
291,314 291,314 000000000000000088412cff4a71764eeca973bf418f1c40850d0d71656e8196 853 0.35/1.00 vMB 39
291,313 291,313 0000000000000000b7c2c4d820532aa5faff1ecf815825bd5a0fc6d814b9e5df 512 0.21/1.00 vMB 44
291,312 291,312 00000000000000001ba3d7d64a4efdfd4dae0c63e01a35d3f33e9104a6b556e9 232 0.10/1.00 vMB 30
291,311 291,311 00000000000000003d5c870b1cb215ab92e4cbf68c52e56edf2225aa3b10d4e9 131 0.10/1.00 vMB 27
291,310 291,310 000000000000000064c3d8cd30a1b6779448834e8787135a69aec0d4b4e16f84 763 0.37/1.00 vMB 33
291,309 291,309 0000000000000000b3ed7856b3e9cdd5a97f3f0bc277d98cc729b4f6a7e1dd90 24 0.01/1.00 vMB 40
291,308 291,308 00000000000000003e40e91b010445c36ac23dbe57a201f9cbc6f4cd13e314a4 30 0.03/1.00 vMB 11
291,307 291,307 000000000000000028ac99a4aa68cfa2cfdf688b1dd856db7085e35009e7dd0c 64 0.03/1.00 vMB 20
291,306 291,306 000000000000000007645b3b9020648ba0c8ca3d1a859b9c70bf6f147e66e002 617 0.24/1.00 vMB 60
291,305 291,305 0000000000000000f0f2b5e87cca63f7f66a9c06b53fb5147bff2e7b02bf25b6 31 0.06/1.00 vMB 7
291,304 291,304 000000000000000025720245a31dea5b57a3a4ae6fa3ff8f3698d8bc04dbde59 49 0.06/1.00 vMB 9
291,303 291,303 0000000000000000645637ac50908c7001d2e583e096a67f1629e50986cce304 77 0.05/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.