Loading Tool

Explorer IconExplorer

Memory Pool

80,344 transactions
29.67 vMB
0.06959201 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt 7e23c7bc5a02c0546d8a69d0988bedec78afebe1591e63fe3f1766c706ad9a44
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root fbcffd2ff374c585ce2f92bbbac3ee7110f7b50f1dbcbf997180dd73f6d8e931
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,177
Size: 1.00 vMB
Total Fees: 0.00900742 BTC
Feerates: 502.67 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (123,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,530 791,530 000000000000000000036de786d86a3094ab22b5b210bb883c282bcaebe1e65d 3,265 1.00/1.00 vMB 64
791,529 791,529 000000000000000000056b517c2b8a0e7507c0599553afd60678de5ce46de10c 2,142 1.00/1.00 vMB 87
791,528 791,528 0000000000000000000329a8b8565c511a1c676d76ad47046477d9fcc6d0a924 3,073 1.00/1.00 vMB 60
791,527 791,527 00000000000000000000c497386dbe3d3d9779ce9ccf226def7ff05a333430eb 4,000 1.00/1.00 vMB 79
791,526 791,526 000000000000000000048315867b3fd425fc276693fd5a4922a058b4d8acbd86 3,108 1.00/1.00 vMB 86
791,525 791,525 0000000000000000000443af431581a5a583e17b2cdbec331e98deb624e02ce2 1,960 1.00/1.00 vMB 109
791,524 791,524 00000000000000000000f1783e97c3189bf486cbd3d3aaeebd0c16a32f204fe8 2,924 1.00/1.00 vMB 60
791,523 791,523 00000000000000000003fde3913e6a59933640327b0cf8aa9e7636a277a6d413 2,033 1.00/1.00 vMB 65
791,522 791,522 00000000000000000001d483b874aeb5d6053ea13599f85357c463bcc887686f 3,738 1.00/1.00 vMB 79
791,521 791,521 0000000000000000000157c65a7e252b81f6e0fecf154c13ab49e2445ffff492 3,044 1.00/1.00 vMB 82
791,520 791,520 000000000000000000055cdb7d4184c709f97d7f8e364b74d91df5fbf670a5c0 3,970 1.00/1.00 vMB 82
791,519 791,519 000000000000000000005701fca9ae5ddfb0d2032f8a20f71ef1aa9f888571c2 1,609 1.00/1.00 vMB 104
791,518 791,518 000000000000000000059762b1c27f5a698108a03a1383f39c9783b96bd798b6 1,039 1.00/1.00 vMB 106
791,517 791,517 000000000000000000058d876af7c620d6d3bf923d2c3983c01ef181ba2bcd71 4,095 1.00/1.00 vMB 38
791,516 791,516 00000000000000000004ce11fe944d836b5dc34a52113bc8fcc67cfcf92d9856 2,184 1.00/1.00 vMB 28
791,515 791,515 000000000000000000039d763b04ade0fac75881f96c8ef7a70d966bcebf6bf3 3,422 1.00/1.00 vMB 61
791,514 791,514 00000000000000000003ff2e9dfc1cfc7713e689d8d8caece8c304829566512b 2,626 1.00/1.00 vMB 70
791,513 791,513 00000000000000000004553c5d8b1a4abc720b026a95f2311bcf8b8c04e29dee 2,328 1.00/1.00 vMB 25
791,512 791,512 000000000000000000039c697a18bac78fb96a1e38fc4ed2539f09907ed8af16 3,140 1.00/1.00 vMB 57
791,511 791,511 000000000000000000006c8b00aff68a0c8d48bdda101ae6b169ad3b8bc8707e 2,377 1.00/1.00 vMB 47
791,510 791,510 000000000000000000040034292bb506b5a7a093458da04255f3953d5e27eff8 2,439 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.