Loading Tool

Explorer IconExplorer

Memory Pool

84,065 transactions
30.85 vMB
0.17507907 BTC
Random Selection Loading Transactions
Max Size: 187.21/200 MB

Candidate Block

Mining Attempt 6bd9e0f20ede905bb76986bdc2592e42d2d9df6d81337cc50e04f171bdf14ff0
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 4a9c7a65a622043a421b6621909c37d9b6b2e63a286396842aa178d03f25600a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,181
Size: 1.00 vMB
Total Fees: 0.08982750 BTC
Feerates: 150.79 > 9.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (505,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,324 409,324 000000000000000002dd4bbf620c3e7bba5393f47ec99c017c1b7b54473794dd 455 0.41/1.00 vMB 31
409,323 409,323 000000000000000004651f2e71d890aae5892a34113e5a63dc8b2d72dc50bb26 1,008 1.00/1.00 vMB 27
409,322 409,322 0000000000000000011752b442f5b34f00fc9515875a76557f0ae6cba857c004 1,317 1.00/1.00 vMB 34
409,321 409,321 0000000000000000048cbff7b515ddd0d49635a86753edd90fe216ded393f147 1,027 1.00/1.00 vMB 24
409,320 409,320 000000000000000003057a2c6a562cd4b95f2a61a1b3f578f64bebda790550ab 1,196 0.44/1.00 vMB 50
409,319 409,319 000000000000000004fb6ea0b1721ce6da6c8917515179f6760c580f9b1843e5 507 1.00/1.00 vMB 15
409,318 409,318 00000000000000000445cf10761058986c69c3efe64725520ff8476e59832a9f 1,270 1.00/1.00 vMB 27
409,317 409,317 0000000000000000049f5e38967c8b0026e88ca326c5fc30056590070f2e0a7a 2,795 1.00/1.00 vMB 57
409,316 409,316 00000000000000000123d8a21a520b31f147441948a4c2e3512c162255390680 603 1.00/1.00 vMB 20
409,315 409,315 0000000000000000028cdb2f4abee3fa58af17eb045d99c9eac92cfcc62608c6 2,010 0.99/1.00 vMB 37
409,314 409,314 000000000000000003d2e137f11a5e34b8d091f5ad8a430043f3fc75d388a790 2,717 1.00/1.00 vMB 52
409,313 409,313 0000000000000000056736977a40fb6d49e5f77b47d657f0fada714a3cb5bb25 1,259 1.00/1.00 vMB 22
409,312 409,312 0000000000000000020e528538ae69af1f2927d04bd18acaae0567a6b867619e 930 1.00/1.00 vMB 18
409,311 409,311 0000000000000000026284167c2875b62a7cc78c8b47c6e7253f10c471d0f104 1,453 1.00/1.00 vMB 28
409,310 409,310 000000000000000002e2a4459f7a807d1871ff48e8101e56deb893578a804432 1,311 1.00/1.00 vMB 30
409,309 409,309 000000000000000005861a87a442f1194406b0e2570e2d38e1edb0a9fc8cf59e 2,099 1.00/1.00 vMB 32
409,308 409,308 000000000000000000598a8ad6316efda03e6f029da4b4e91b78cc35a3ded613 3,089 1.00/1.00 vMB 68
409,307 409,307 000000000000000002aeef111264c71b83f19f1f23a66ba2b649aa7c9bd582c1 2,506 1.00/1.00 vMB 47
409,306 409,306 0000000000000000009fc599f988c7d956f662b33bd3cb3ef5fc64902c823cbc 1,784 0.99/1.00 vMB 39
409,305 409,305 0000000000000000039ae9a79151e846e16673a23adcc24fe2154c5e0044544b 2,926 1.00/1.00 vMB 62
409,304 409,304 00000000000000000134298ec78ad943e3b61a1dd6b7f5bf7f8db5ad6927f2e4 1,569 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.61 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: 671.92 GB
    • Received: 16.07 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.