Loading Tool

Explorer IconExplorer

Memory Pool

36,834 transactions
25.84 vMB
0.06164499 BTC
Random Selection Loading Transactions
Max Size: 132.43/200 MB

Candidate Block

Mining Attempt 22d85664b41dc24ec9d6e0b0124046817f1072cb9df1a7db6a0cc076f5bcc861
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 309fd3760fd3a6a9e8ccb9ce953f97c26b4ec524cefdbfb8143d52585e37a237
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,903
Size: 1.00 vMB
Total Fees: 0.01435907 BTC
Feerates: 170.89 > 1.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (523,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
391,137 391,137 0000000000000000006a710a1f542592f0f82e75e7978210e389f8126dbaea85 1,550 0.69/1.00 vMB 37
391,136 391,136 000000000000000008b4029f18733cd8b6cee5337986ddca613631f3643ee84a 1,411 0.76/1.00 vMB 26
391,135 391,135 000000000000000002aa32f8d7da5a5361a337e59043dc761aef280df899030f 1,330 0.51/1.00 vMB 43
391,134 391,134 0000000000000000085a321ee939a8876b892ef9c31fc097c9c1323587be401f 656 0.30/1.00 vMB 44
391,133 391,133 00000000000000000410f2ac56311ef3012e5eacd58984f84ecedb14a423f4c7 1,018 0.44/1.00 vMB 41
391,132 391,132 000000000000000003840aebd5fbf4b48dcf822185cd2f5a2c8349c7920b2ab5 1,133 0.52/1.00 vMB 34
391,131 391,131 000000000000000004b15b30e0156fb5fe5521854a6ad28fd8c6dc1431dbb0a5 1,288 0.56/1.00 vMB 35
391,130 391,130 00000000000000000690d9f6103f0c03583cb5afb98625aefbb04c387e8314e3 894 0.50/1.00 vMB 29
391,129 391,129 0000000000000000057889d8cc32f27bc780a4c624703f7db01e766bc38850ec 1,467 0.90/1.00 vMB 23
391,128 391,128 0000000000000000027183e74ef6a0f54e9470de76284db310cf57d54ef0e0e1 2,127 0.95/1.00 vMB 36
391,127 391,127 000000000000000009dd19a6e239ca3274ec7c406a4008052fddda43ccc4e282 902 0.34/1.00 vMB 39
391,126 391,126 0000000000000000066186413a649b20b8658699434ad7df2d4104d3f64ba92d 686 0.26/1.00 vMB 40
391,125 391,125 000000000000000008fb3364d587a7ecf62a166d158b5535f134dcc9ff7411fb 1,613 0.80/1.00 vMB 29
391,124 391,124 000000000000000001f94142fd549e3e006f45fd1d8a28e5055b85510c65c658 2,694 0.93/1.00 vMB 45
391,123 391,123 0000000000000000073c64eac33c852dbe2f87735ddaa84b962d17e1e37bd9a3 567 0.42/1.00 vMB 27
391,122 391,122 0000000000000000099d29eda34b46302874dbcd8b12e3c9ebf8378caf27ce9f 1,992 0.81/1.00 vMB 38
391,121 391,121 000000000000000001418e5a6bc6b80a4de077133a90b01a9e705f7d1bcc06a0 929 0.45/1.00 vMB 31
391,120 391,120 0000000000000000011b2682a3772cd6715d50ce56c0f4f359f9f2f256b5f83a 2,439 0.93/1.00 vMB 42
391,119 391,119 000000000000000004ca5fd3eaff119324fa64884691fd257d3e63151ce8142e 1 0.00/1.00 vMB 0
391,118 391,118 000000000000000001c9eae7139eccbf718afacd5ba9996195388fffe24ffab3 1,465 0.80/1.00 vMB 31
391,117 391,117 0000000000000000014eff3fe99a1aca3bee5825db1d2529e3fa5f8cd428b909 705 0.51/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.80 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: 634.77 GB
    • Received: 12.26 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.