Loading Tool

Explorer IconExplorer

Memory Pool

38,218 transactions
25.90 vMB
0.05128001 BTC
Random Selection Loading Transactions
Max Size: 134.22/200 MB

Candidate Block

Mining Attempt cd797191c14c0d92263556110b1c9cf4c960aa87e011577ecc64315ce11a7039
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 93153be4f4668f19c41aecc30dcc8aed5c8760f401eb2ba82e8933adc488d22f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,971
Size: 1.00 vMB
Total Fees: 0.00413861 BTC
Feerates: 60.16 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (123,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
791,509 791,509 00000000000000000000ebc81e61bd2c534085acb5018abb0dcc9ecdd74614e4 2,717 1.00/1.00 vMB 29
791,508 791,508 00000000000000000004725b30841b537b40a4e4be2b367592da6310286eba13 3,585 1.00/1.00 vMB 42
791,507 791,507 000000000000000000014e146b80e2e38a6afed5a2112bd1ddfed0c7da9fdb5c 3,886 1.00/1.00 vMB 51
791,506 791,506 00000000000000000004463f42c3be8ab9384fdfe86dd40200aec8f41a10a49b 2,762 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.27 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: 656.05 GB
    • Received: 14.38 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.